summaryrefslogtreecommitdiff
path: root/contrib/auto_explain
Commit message (Expand)AuthorAgeFilesLines
* Allow auto_explain.log_min_duration to go up to INT_MAX.Tom Lane2018-02-231-1/+1
* Rearrange explain.c's API so callers need not embed sizeof(ExplainState).Tom Lane2015-01-151-22/+21
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Print planning time only in EXPLAIN ANALYZE, not plain EXPLAIN.Tom Lane2014-10-151-0/+1
* Fix failure of contrib/auto_explain to print per-node timing information.Tom Lane2014-09-191-3/+2
* Add file version information to most installed Windows binaries.Noah Misch2014-07-141-1/+2
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+1
* auto_explain: Add logging of trigger executionAlvaro Herrera2014-03-041-0/+14
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Fix assorted compilation failures in contribAlvaro Herrera2012-08-281-0/+2
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-1/+1
* Fix auto-explain JSON output to be valid JSON.Andrew Dunstan2012-02-131-0/+7
* Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.Robert Haas2012-02-071-1/+18
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Clean up the #include mess a little.Tom Lane2011-09-041-0/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-071-0/+6
* Refactor the executor's API to support data-modifying CTEs better.Tom Lane2011-02-271-0/+28
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-202-2/+2
* pgindent run for 9.0Bruce Momjian2010-02-261-8/+8
* Add query text to auto_explain output.Andrew Dunstan2010-02-161-2/+4
* Add missing 'static' keywords.Tom Lane2010-01-061-4/+4
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas2009-12-151-4/+20
* Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain.Robert Haas2009-12-121-1/+3
* Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahir...Andrew Dunstan2009-12-111-1/+2
* Extend EXPLAIN to support output in XML or JSON format.Tom Lane2009-08-101-1/+21
* Extend EXPLAIN to allow generic options to be specified.Tom Lane2009-07-261-10/+11
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-19/+19
* Add EmitWarningsOnPlaceholders calls to contrib modules that are likely toTom Lane2009-01-051-1/+3
* Tweak guc.c to allow underscores in the names of custom variable classes,Tom Lane2009-01-021-21/+19
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Add auto-explain contrib module for automatic logging of the plans ofTom Lane2008-11-192-0/+243