postgresql/src/include/commands
Robert Haas af7914c662 Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.
Sometimes it may be useful to get actual row counts out of EXPLAIN
(ANALYZE) without paying the cost of timing every node entry/exit.
With this patch, you can say EXPLAIN (ANALYZE, TIMING OFF) to get that.

Tomas Vondra, reviewed by Eric Theise, with minor doc changes by me.
2012-02-07 11:23:04 -05:00
..
alter.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
async.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
cluster.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
collationcmds.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
comment.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
conversioncmds.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
copy.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
dbcommands.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
defrem.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
discard.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
explain.h Add TIMING option to EXPLAIN, to allow eliminating of timing overhead. 2012-02-07 11:23:04 -05:00
extension.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
lockcmds.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
portalcmds.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
prepare.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
proclang.h Further consolidation of DROP statement handling. 2011-11-17 21:32:34 -05:00
schemacmds.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
seclabel.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
sequence.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
tablecmds.h Improve behavior of concurrent ALTER TABLE, and do some refactoring. 2012-01-06 22:42:26 -05:00
tablespace.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
trigger.h Add pg_trigger_depth() function 2012-01-25 13:22:54 -03:00
typecmds.h Disallow ALTER DOMAIN on non-domain type everywhere 2012-01-27 21:20:34 +02:00
user.h Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
vacuum.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
variable.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
view.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00