index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
src
/
sgml
/
auto-explain.sgml
Age
Commit message (
Expand
)
Author
2025-02-27
EXPLAIN: Always use two fractional digits for row counts.
Robert Haas
2023-01-20
Describe each contrib module in its SGML section title
Alvaro Herrera
2023-01-09
Doc: add XML ID attributes to <sectN> and <varlistentry> tags.
Tom Lane
2023-01-03
Fix typos in comments, code and documentation
Michael Paquier
2022-07-06
autho_explain: Add GUC to log query parameters
Michael Paquier
2020-11-02
Fix some grammar and typos in comments and docs
Michael Paquier
2020-04-14
Fix collection of typos and grammar mistakes in the tree, volume 2
Michael Paquier
2020-04-06
Add the option to report WAL usage in EXPLAIN and auto_explain.
Amit Kapila
2019-04-28
Fix more typos and inconsistencies in documentation
Michael Paquier
2019-04-03
Add SETTINGS option to EXPLAIN, to print modified settings.
Tomas Vondra
2018-07-31
Remove SGMLism from commit 2d36a5e9dab6
Andrew Dunstan
2018-07-31
Provide a log_level setting for auto_explain
Andrew Dunstan
2017-11-23
Convert documentation to DocBook XML
Peter Eisentraut
2017-10-17
Don't use SGML empty tags
Peter Eisentraut
2016-03-13
Rename auto_explain.sample_ratio to sample_rate
Magnus Hagander
2016-03-11
Allow setting sample ratio for auto_explain
Magnus Hagander
2014-09-19
Fix failure of contrib/auto_explain to print per-node timing information.
Tom Lane
2014-05-07
doc: Fix DocBook XML validity
Peter Eisentraut
2014-03-04
auto_explain: Add logging of trigger execution
Alvaro Herrera
2013-08-09
Document how auto_explain.log_timing can be changed.
Fujii Masao
2013-07-13
Add session_preload_libraries configuration parameter
Peter Eisentraut
2013-05-29
Document auto_explain.log_timing.
Robert Haas
2012-01-27
Fix wording, per Peter Geoghegan
Magnus Hagander
2011-10-04
Remove the custom_variable_classes parameter.
Tom Lane
2011-05-08
Add xreflabels to /contrib manuals so links appear correct. Also update
Bruce Momjian
2011-01-29
Properly capitalize documentation headings; some only had initial-word
Bruce Momjian
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-07-29
Fix indentation of verbatim block elements
Peter Eisentraut
2010-04-03
Remove unnecessary xref endterm attributes and title ids
Peter Eisentraut
2010-02-20
Adjust sample auto-explain output to reflect query text inclusion.
Andrew Dunstan
2009-12-15
Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.
Robert Haas
2009-12-11
Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahir...
Andrew Dunstan
2009-08-10
Extend EXPLAIN to support output in XML or JSON format.
Tom Lane
2009-01-02
Tweak guc.c to allow underscores in the names of custom variable classes,
Tom Lane
2008-12-07
Desultorily enclose programlisting tags in CDATA, to get rid of some obnoxious
Alvaro Herrera
2008-11-19
Add auto-explain contrib module for automatic logging of the plans of
Tom Lane