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
/
src
/
backend
/
commands
/
explain.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics.
Robert Haas
2015-12-09
1
-89
/
+162
*
Make sequential scans parallel-aware.
Robert Haas
2015-11-11
1
-0
/
+4
*
Add a Gather executor node.
Robert Haas
2015-09-30
1
-0
/
+19
*
Add new function planstate_tree_walker.
Robert Haas
2015-09-17
1
-90
/
+3
*
Determine whether it's safe to attempt a parallel plan for a query.
Robert Haas
2015-09-16
1
-1
/
+1
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
1
-26
/
+81
*
Improve handling of CustomPath/CustomPlan(State) children.
Robert Haas
2015-06-26
1
-0
/
+22
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-11
/
+12
*
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-16
1
-5
/
+155
*
Fix uninitialized variable.
Tom Lane
2015-05-15
1
-0
/
+1
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
1
-0
/
+21
*
Code review for foreign/custom join pushdown patch.
Tom Lane
2015-05-10
1
-2
/
+2
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
1
-6
/
+64
*
Allow FDWs and custom scan providers to replace joins with scans.
Robert Haas
2015-05-01
1
-3
/
+12
*
Allow foreign tables to participate in inheritance.
Tom Lane
2015-03-22
1
-17
/
+97
*
Fix EXPLAIN output for cases where parent table is excluded by constraints.
Tom Lane
2015-02-17
1
-12
/
+2
*
Show sort ordering options in EXPLAIN output.
Tom Lane
2015-01-16
1
-3
/
+87
*
Rearrange explain.c's API so callers need not embed sizeof(ExplainState).
Tom Lane
2015-01-15
1
-33
/
+33
*
Improve performance of EXPLAIN with large range tables.
Tom Lane
2015-01-15
1
-12
/
+11
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Remove odd blank line in comment.
Fujii Masao
2014-12-18
1
-1
/
+0
*
Add missing case for CustomScan.
Tom Lane
2014-11-20
1
-5
/
+9
*
Introduce custom path and scan providers.
Robert Haas
2014-11-07
1
-0
/
+25
*
Print planning time only in EXPLAIN ANALYZE, not plain EXPLAIN.
Tom Lane
2014-10-15
1
-3
/
+7
*
Increase number of hash join buckets for underestimate.
Kevin Grittner
2014-10-13
1
-4
/
+7
*
Split builtins.h to a new header ruleutils.h
Alvaro Herrera
2014-10-08
1
-0
/
+1
*
Prevent bitmap heap scans from showing unnecessary block info in EXPLAIN ANAL...
Fujii Masao
2014-07-14
1
-7
/
+10
*
Prevent auto_explain from changing the output of a user's EXPLAIN.
Tom Lane
2014-05-20
1
-11
/
+16
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-10
/
+11
*
Rename EXPLAIN ANALYZE's "total runtime" output to "execution time".
Tom Lane
2014-04-16
1
-3
/
+3
*
Include planning time in EXPLAIN ANALYZE output.
Robert Haas
2014-01-29
1
-3
/
+21
*
Expose a routine to print triggers during EXPLAIN ANALYZE
Alvaro Herrera
2014-01-20
1
-23
/
+37
*
Make bitmap heap scans show exact/lossy block info in EXPLAIN ANALYZE.
Robert Haas
2014-01-13
1
-1
/
+32
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Improve EXPLAIN to print the grouping columns in Agg and Group nodes.
Tom Lane
2013-12-12
1
-12
/
+65
*
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-21
1
-14
/
+31
*
Use appendStringInfoString instead of appendStringInfo where possible.
Robert Haas
2013-10-31
1
-2
/
+2
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-2
/
+2
*
Clarify documentation of EXPLAIN (TIMING OFF) option.
Tom Lane
2013-05-19
1
-0
/
+4
*
Clean up the mess around EXPLAIN and materialized views.
Tom Lane
2013-04-12
1
-16
/
+21
*
Adjust ExplainOneQuery_hook_type to take a DestReceiver argument.
Robert Haas
2013-04-09
1
-1
/
+1
*
Support writable foreign tables.
Tom Lane
2013-03-10
1
-1
/
+34
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
1
-20
/
+15
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Fix ruleutils to cope with conflicts from adding/dropping/renaming columns.
Tom Lane
2012-12-31
1
-7
/
+7
*
Improve ruleutils.c's heuristics for dealing with rangetable aliases.
Tom Lane
2012-09-21
1
-8
/
+147
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-10
/
+10
*
Rename I/O timing statistics columns to blk_read_time and blk_write_time.
Tom Lane
2012-04-29
1
-10
/
+10
*
New GUC, track_iotiming, to track I/O timings.
Robert Haas
2012-03-27
1
-0
/
+18
*
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-03-19
1
-14
/
+59
[next]