aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/pgstatstatements.sgml
Commit message (Expand)AuthorAge
* Convert documentation to DocBook XMLPeter Eisentraut2017-11-23
* Don't use SGML empty tagsPeter Eisentraut2017-10-17
* Fix broken markup.Tom Lane2017-03-30
* Default monitoring rolesSimon Riggs2017-03-30
* Show ignored constants as "$N" rather than "?" in pg_stat_statements.Tom Lane2017-03-27
* Docs: explain contrib/pg_stat_statements' handling of GC failure.Tom Lane2015-10-05
* doc: adjust ordering of pg_stat_statement paragraphsBruce Momjian2015-05-09
* Add stats for min, max, mean, stddev times to pg_stat_statements.Andrew Dunstan2015-03-27
* doc: Spell checkingPeter Eisentraut2014-07-16
* doc: Fix DocBook XML validityPeter Eisentraut2014-05-06
* Keep pg_stat_statements' query texts in a file, not in shared memory.Tom Lane2014-01-27
* Fix double "the" in the documentationMagnus Hagander2013-12-13
* Fix a couple of typosMagnus Hagander2013-12-07
* Expose qurey ID in pg_stat_statements view.Fujii Masao2013-12-08
* Add contrib function references in the doc indexBruce Momjian2013-07-04
* 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