summaryrefslogtreecommitdiff
path: root/doc/src/sgml/auto-explain.sgml
AgeCommit message (Expand)Author
2025-02-27EXPLAIN: Always use two fractional digits for row counts.Robert Haas
2023-01-20Describe each contrib module in its SGML section titleAlvaro Herrera
2023-01-09Doc: add XML ID attributes to <sectN> and <varlistentry> tags.Tom Lane
2023-01-03Fix typos in comments, code and documentationMichael Paquier
2022-07-06autho_explain: Add GUC to log query parametersMichael Paquier
2020-11-02Fix some grammar and typos in comments and docsMichael Paquier
2020-04-14Fix collection of typos and grammar mistakes in the tree, volume 2Michael Paquier
2020-04-06Add the option to report WAL usage in EXPLAIN and auto_explain.Amit Kapila
2019-04-28Fix more typos and inconsistencies in documentationMichael Paquier
2019-04-03Add SETTINGS option to EXPLAIN, to print modified settings.Tomas Vondra
2018-07-31Remove SGMLism from commit 2d36a5e9dab6Andrew Dunstan
2018-07-31Provide a log_level setting for auto_explainAndrew Dunstan
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2016-03-13Rename auto_explain.sample_ratio to sample_rateMagnus Hagander
2016-03-11Allow setting sample ratio for auto_explainMagnus Hagander
2014-09-19Fix failure of contrib/auto_explain to print per-node timing information.Tom Lane
2014-05-07doc: Fix DocBook XML validityPeter Eisentraut
2014-03-04auto_explain: Add logging of trigger executionAlvaro Herrera
2013-08-09Document how auto_explain.log_timing can be changed.Fujii Masao
2013-07-13Add session_preload_libraries configuration parameterPeter Eisentraut
2013-05-29Document auto_explain.log_timing.Robert Haas
2012-01-27Fix wording, per Peter GeogheganMagnus Hagander
2011-10-04Remove the custom_variable_classes parameter.Tom Lane
2011-05-08Add xreflabels to /contrib manuals so links appear correct. Also updateBruce Momjian
2011-01-29Properly capitalize documentation headings; some only had initial-wordBruce Momjian
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-29Fix indentation of verbatim block elementsPeter Eisentraut
2010-04-03Remove unnecessary xref endterm attributes and title idsPeter Eisentraut
2010-02-20Adjust sample auto-explain output to reflect query text inclusion.Andrew Dunstan
2009-12-15Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas
2009-12-11Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahir...Andrew Dunstan
2009-08-10Extend EXPLAIN to support output in XML or JSON format.Tom Lane
2009-01-02Tweak guc.c to allow underscores in the names of custom variable classes,Tom Lane
2008-12-07Desultorily enclose programlisting tags in CDATA, to get rid of some obnoxiousAlvaro Herrera
2008-11-19Add auto-explain contrib module for automatic logging of the plans ofTom Lane