postgresql/src/include/commands
Tom Lane 90063a7612 Print planning time only in EXPLAIN ANALYZE, not plain EXPLAIN.
We've gotten enough push-back on that change to make it clear that it
wasn't an especially good idea to do it like that.  Revert plain EXPLAIN
to its previous behavior, but keep the extra output in EXPLAIN ANALYZE.
Per discussion.

Internally, I set this up as a separate flag ExplainState.summary that
controls printing of planning time and execution time.  For now it's
just copied from the ANALYZE option, but we could consider exposing it
to users.
2014-10-15 18:50:13 -04:00
..
alter.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
async.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
cluster.h Implement ALTER TABLE .. SET LOGGED / UNLOGGED 2014-08-22 14:27:00 -04:00
collationcmds.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
comment.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
conversioncmds.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
copy.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
createas.h Have CREATE TABLE AS and REFRESH return an OID 2014-08-25 15:32:18 -04:00
dbcommands.h Add rmgr callback to name xlog record types for display purposes. 2014-09-19 16:20:29 +02:00
defrem.h Implement IMPORT FOREIGN SCHEMA. 2014-07-10 15:01:43 -04:00
discard.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
event_trigger.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
explain.h Print planning time only in EXPLAIN ANALYZE, not plain EXPLAIN. 2014-10-15 18:50:13 -04:00
extension.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
lockcmds.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
matview.h Have CREATE TABLE AS and REFRESH return an OID 2014-08-25 15:32:18 -04:00
policy.h Code review for row security. 2014-09-24 16:32:22 -04:00
portalcmds.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
prepare.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
proclang.h pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
schemacmds.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
seclabel.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
sequence.h Add rmgr callback to name xlog record types for display purposes. 2014-09-19 16:20:29 +02:00
tablecmds.h Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE' 2014-08-21 19:06:17 -04:00
tablespace.h Add rmgr callback to name xlog record types for display purposes. 2014-09-19 16:20:29 +02:00
trigger.h Offer triggers on foreign tables. 2014-03-23 02:16:34 -04:00
typecmds.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
user.h ALTER TABLESPACE ... MOVE ... OWNED BY 2014-01-23 23:52:40 -05:00
vacuum.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
variable.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
view.h Update copyright for 2014 2014-01-07 16:05:30 -05:00