aboutsummaryrefslogtreecommitdiff
path: root/contrib/auto_explain/auto_explain.c
Commit message (Expand)AuthorAge
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Add query text to auto_explain output.Andrew Dunstan2010-02-16
* Add missing 'static' keywords.Tom Lane2010-01-06
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas2009-12-15
* Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain.Robert Haas2009-12-12
* Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahir...Andrew Dunstan2009-12-11
* Extend EXPLAIN to support output in XML or JSON format.Tom Lane2009-08-10
* Extend EXPLAIN to allow generic options to be specified.Tom Lane2009-07-26
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Add EmitWarningsOnPlaceholders calls to contrib modules that are likely toTom Lane2009-01-05
* Tweak guc.c to allow underscores in the names of custom variable classes,Tom Lane2009-01-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* Add auto-explain contrib module for automatic logging of the plans ofTom Lane2008-11-19