index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
auto_explain
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow for parallel execution whenever ExecutorRun() is done only once.
Robert Haas
2017-03-23
1
-4
/
+5
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
pgindent run for 9.6
Robert Haas
2016-06-09
1
-13
/
+13
*
Rename auto_explain.sample_ratio to sample_rate
Magnus Hagander
2016-03-13
1
-5
/
+5
*
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-12
1
-2
/
+2
*
Allow setting sample ratio for auto_explain
Magnus Hagander
2016-03-11
1
-3
/
+28
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Rearrange explain.c's API so callers need not embed sizeof(ExplainState).
Tom Lane
2015-01-15
1
-22
/
+21
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Print planning time only in EXPLAIN ANALYZE, not plain EXPLAIN.
Tom Lane
2014-10-15
1
-0
/
+1
*
Fix failure of contrib/auto_explain to print per-node timing information.
Tom Lane
2014-09-19
1
-3
/
+2
*
Add file version information to most installed Windows binaries.
Noah Misch
2014-07-14
1
-1
/
+2
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-1
/
+1
*
auto_explain: Add logging of trigger execution
Alvaro Herrera
2014-03-04
1
-0
/
+14
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Fix assorted compilation failures in contrib
Alvaro Herrera
2012-08-28
1
-0
/
+2
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-1
/
+1
*
Fix auto-explain JSON output to be valid JSON.
Andrew Dunstan
2012-02-13
1
-0
/
+7
*
Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.
Robert Haas
2012-02-07
1
-1
/
+18
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
1
-0
/
+1
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
1
-1
/
+0
*
Revise the API for GUC variable assign hooks.
Tom Lane
2011-04-07
1
-0
/
+6
*
Refactor the executor's API to support data-modifying CTEs better.
Tom Lane
2011-02-27
1
-0
/
+28
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
2
-2
/
+2
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
1
-8
/
+8
*
Add query text to auto_explain output.
Andrew Dunstan
2010-02-16
1
-2
/
+4
*
Add missing 'static' keywords.
Tom Lane
2010-01-06
1
-4
/
+4
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.
Robert Haas
2009-12-15
1
-4
/
+20
*
Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain.
Robert Haas
2009-12-12
1
-1
/
+3
*
Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahir...
Andrew Dunstan
2009-12-11
1
-1
/
+2
*
Extend EXPLAIN to support output in XML or JSON format.
Tom Lane
2009-08-10
1
-1
/
+21
*
Extend EXPLAIN to allow generic options to be specified.
Tom Lane
2009-07-26
1
-10
/
+11
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
1
-19
/
+19
*
Add EmitWarningsOnPlaceholders calls to contrib modules that are likely to
Tom Lane
2009-01-05
1
-1
/
+3
*
Tweak guc.c to allow underscores in the names of custom variable classes,
Tom Lane
2009-01-02
1
-21
/
+19
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
1
-2
/
+2
*
Add auto-explain contrib module for automatic logging of the plans of
Tom Lane
2008-11-19
2
-0
/
+243