postgresql/src/backend/utils
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
..
adt Replace empty locale name with implied value in CREATE DATABASE and initdb. 2012-03-25 21:47:22 -04:00
cache Allow new relmapper entries when allow_system_table_mods is true. 2012-03-21 14:09:39 -04:00
error Add a hook for processing messages due to be sent to the server log. 2012-03-06 15:35:41 -05:00
fmgr Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
hash Move CRC tables to libpgport, and provide them in a separate include file. 2012-02-28 19:53:39 -05:00
init Make superuser imply replication privilege. The idea of a privilege that 2012-01-14 18:22:16 +02:00
mb Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
misc New GUC, track_iotiming, to track I/O timings. 2012-03-27 14:55:02 -04:00
mmgr Run a portal's cleanup hook immediately when pushing it to FAILED state. 2012-02-15 16:19:01 -05:00
resowner Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
sort Add some CHECK_FOR_INTERRUPTS() calls to the heap-sort call path. 2012-03-20 21:26:39 -04:00
time Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
.gitignore Avoid maintaining three separate copies of the error codes list. 2011-02-03 22:32:49 -05:00
Gen_dummy_probes.sed Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
Gen_fmgrtab.pl Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
Makefile Make handling of errcodes.h more consistent with other generated headers. 2011-02-04 09:29:10 -05:00
errcodes.txt Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
generate-errcodes.pl Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
probes.d Make group commit more effective. 2012-01-30 16:53:48 +02:00