index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
auto_explain
/
auto_explain.c
Commit message (
Expand
)
Author
Age
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Add query text to auto_explain output.
Andrew Dunstan
2010-02-16
*
Add missing 'static' keywords.
Tom Lane
2010-01-06
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.
Robert Haas
2009-12-15
*
Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain.
Robert Haas
2009-12-12
*
Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahir...
Andrew Dunstan
2009-12-11
*
Extend EXPLAIN to support output in XML or JSON format.
Tom Lane
2009-08-10
*
Extend EXPLAIN to allow generic options to be specified.
Tom Lane
2009-07-26
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Add EmitWarningsOnPlaceholders calls to contrib modules that are likely to
Tom Lane
2009-01-05
*
Tweak guc.c to allow underscores in the names of custom variable classes,
Tom Lane
2009-01-02
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Add auto-explain contrib module for automatic logging of the plans of
Tom Lane
2008-11-19