summaryrefslogtreecommitdiff
path: root/doc/src/sgml/auto-explain.sgml
AgeCommit message (Expand)Author
2012-01-27Fix wording, per Peter GeogheganMagnus Hagander
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