summaryrefslogtreecommitdiff
path: root/contrib/auto_explain/auto_explain.c
AgeCommit message (Expand)Author
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-16Add query text to auto_explain output.Andrew Dunstan
2010-01-06Add missing 'static' keywords.Tom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-15Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas
2009-12-12Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain.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-07-26Extend EXPLAIN to allow generic options to be specified.Tom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-05Add EmitWarningsOnPlaceholders calls to contrib modules that are likely toTom Lane
2009-01-02Tweak guc.c to allow underscores in the names of custom variable classes,Tom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-11-19Add auto-explain contrib module for automatic logging of the plans ofTom Lane