postgresql/src/backend/commands
Robert Haas 40b9b95769 New GUC, track_iotiming, to track I/O timings.
Currently, the only way to see the numbers this gathers is via
EXPLAIN (ANALYZE, BUFFERS), but the plan is to add visibility through
the stats collector and pg_stat_statements in subsequent patches.

Ants Aasma, reviewed by Greg Smith, with some further changes by me.
2012-03-27 14:55:02 -04:00
..
Makefile Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. 2012-03-19 21:38:12 -04:00
aggregatecmds.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
alter.c Add support for renaming constraints 2012-03-10 20:19:13 +02:00
analyze.c Collect and use element-frequency statistics for arrays. 2012-03-03 20:20:57 -05:00
async.c Add some enumeration commas, for consistency 2012-02-24 11:04:45 +02:00
cluster.c Classify DROP operations by whether or not they are user-initiated. 2012-01-26 09:30:27 -05:00
collationcmds.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
comment.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
constraint.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
conversioncmds.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
copy.c Fix COPY FROM for null marker strings that correspond to invalid encoding. 2012-03-25 23:17:22 -04:00
createas.c Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. 2012-03-19 21:38:12 -04:00
dbcommands.c Replace empty locale name with implied value in CREATE DATABASE and initdb. 2012-03-25 21:47:22 -04:00
define.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
discard.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
dropcmds.c Classify DROP operations by whether or not they are user-initiated. 2012-01-26 09:30:27 -05:00
explain.c New GUC, track_iotiming, to track I/O timings. 2012-03-27 14:55:02 -04:00
extension.c Extend object access hook framework to support arguments, and DROP. 2012-03-09 14:34:56 -05:00
foreigncmds.c Extend object access hook framework to support arguments, and DROP. 2012-03-09 14:34:56 -05:00
functioncmds.c Extend object access hook framework to support arguments, and DROP. 2012-03-09 14:34:56 -05:00
indexcmds.c Damage control for yesterday's CheckIndexCompatible changes. 2012-01-26 08:21:31 -05:00
lockcmds.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
opclasscmds.c Extend object access hook framework to support arguments, and DROP. 2012-03-09 14:34:56 -05:00
operatorcmds.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
portalcmds.c Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. 2012-03-19 21:38:12 -04:00
prepare.c Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. 2012-03-19 21:38:12 -04:00
proclang.c Extend object access hook framework to support arguments, and DROP. 2012-03-09 14:34:56 -05:00
schemacmds.c Fix some issues with temp/transient tables in extension scripts. 2012-03-08 15:53:09 -05:00
seclabel.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
sequence.c Remove dead assignment 2012-03-26 21:03:10 +03:00
tablecmds.c Add support for renaming constraints 2012-03-10 20:19:13 +02:00
tablespace.c Extend object access hook framework to support arguments, and DROP. 2012-03-09 14:34:56 -05:00
trigger.c Extend object access hook framework to support arguments, and DROP. 2012-03-09 14:34:56 -05:00
tsearchcmds.c Extend object access hook framework to support arguments, and DROP. 2012-03-09 14:34:56 -05:00
typecmds.c Collect and use element-frequency statistics for arrays. 2012-03-03 20:20:57 -05:00
user.c Extend object access hook framework to support arguments, and DROP. 2012-03-09 14:34:56 -05:00
vacuum.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
vacuumlazy.c Code cleanup for heap_freeze_tuple. 2012-03-26 11:03:06 -04:00
variable.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
view.c Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. 2012-03-19 21:38:12 -04:00