summaryrefslogtreecommitdiff
path: root/doc/src/sgml/pgstatstatements.sgml
Commit message (Expand)AuthorAgeFilesLines
* Rename I/O timing statistics columns to blk_read_time and blk_write_time.Tom Lane2012-04-291-2/+2
* Rename track_iotiming GUC to track_io_timing.Tom Lane2012-04-291-2/+2
* Adjust timing units in pg_stat_statements.Tom Lane2012-04-281-17/+17
* Add Peter Geoghegan as additional author of pg_stat_statements.Robert Haas2012-04-131-2/+3
* Improve contrib/pg_stat_statements to lump "similar" queries together.Tom Lane2012-03-281-10/+38
* Expose track_iotiming information via pg_stat_statements.Robert Haas2012-03-271-0/+20
* Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written.Robert Haas2012-02-221-0/+14
* Remove the custom_variable_classes parameter.Tom Lane2011-10-041-5/+2
* Add xreflabels to /contrib manuals so links appear correct. Also updateBruce Momjian2011-05-071-1/+1
* Fix obsolete references to old-style contrib installation methods.Tom Lane2011-02-141-1/+1
* Properly capitalize documentation headings; some only had initial-wordBruce Momjian2011-01-291-4/+4
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Fix indentation of verbatim block elementsPeter Eisentraut2010-07-291-6/+6
* Add buffer access counters to pg_stat_statements.Itagaki Takahiro2010-01-081-27/+93
* Add a hook to let loadable modules get control at ProcessUtility execution,Tom Lane2009-12-151-1/+18
* Revert due to Tom's concerns:Bruce Momjian2009-12-011-18/+1
* ProcessUtility_hook:Bruce Momjian2009-12-011-1/+18
* Refer to tables by id, not by "the following table", because tables are inPeter Eisentraut2009-05-181-3/+3
* Add contrib/pg_stat_statements for server-wide tracking of statement executionTom Lane2009-01-041-0/+265