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