index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
explain.c
Age
Commit message (
Expand
)
Author
2016-07-11
Print a given subplan only once in EXPLAIN.
Tom Lane
2016-06-29
Fix some infelicities in EXPLAIN output for parallel query plans.
Tom Lane
2016-06-26
Rethink node-level representation of partial-aggregation modes.
Tom Lane
2016-04-15
Tweak EXPLAIN for parallel query to show workers launched.
Robert Haas
2016-04-06
Run pgindent on a batch of (mostly-planner-related) source files.
Tom Lane
2016-03-29
Rework custom scans to work more like the new extensible node stuff.
Robert Haas
2016-03-18
Directly modify foreign tables.
Robert Haas
2016-03-14
Fix EXPLAIN ANALYZE SELECT INTO not to choose a parallel plan.
Robert Haas
2016-02-07
Introduce a new GUC force_parallel_mode for testing purposes.
Robert Haas
2016-01-20
Support multi-stage aggregation.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-09
Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics.
Robert Haas
2015-11-11
Make sequential scans parallel-aware.
Robert Haas
2015-09-30
Add a Gather executor node.
Robert Haas
2015-09-17
Add new function planstate_tree_walker.
Robert Haas
2015-09-16
Determine whether it's safe to attempt a parallel plan for a query.
Robert Haas
2015-07-25
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-06-26
Improve handling of CustomPath/CustomPlan(State) children.
Robert Haas
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-05-16
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-15
Fix uninitialized variable.
Tom Lane
2015-05-15
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-10
Code review for foreign/custom join pushdown patch.
Tom Lane
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-01
Allow FDWs and custom scan providers to replace joins with scans.
Robert Haas
2015-03-22
Allow foreign tables to participate in inheritance.
Tom Lane
2015-02-17
Fix EXPLAIN output for cases where parent table is excluded by constraints.
Tom Lane
2015-01-16
Show sort ordering options in EXPLAIN output.
Tom Lane
2015-01-15
Rearrange explain.c's API so callers need not embed sizeof(ExplainState).
Tom Lane
2015-01-15
Improve performance of EXPLAIN with large range tables.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-18
Remove odd blank line in comment.
Fujii Masao
2014-11-20
Add missing case for CustomScan.
Tom Lane
2014-11-07
Introduce custom path and scan providers.
Robert Haas
2014-10-15
Print planning time only in EXPLAIN ANALYZE, not plain EXPLAIN.
Tom Lane
2014-10-13
Increase number of hash join buckets for underestimate.
Kevin Grittner
2014-10-08
Split builtins.h to a new header ruleutils.h
Alvaro Herrera
2014-07-14
Prevent bitmap heap scans from showing unnecessary block info in EXPLAIN ANAL...
Fujii Masao
2014-05-20
Prevent auto_explain from changing the output of a user's EXPLAIN.
Tom Lane
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-16
Rename EXPLAIN ANALYZE's "total runtime" output to "execution time".
Tom Lane
2014-01-29
Include planning time in EXPLAIN ANALYZE output.
Robert Haas
2014-01-20
Expose a routine to print triggers during EXPLAIN ANALYZE
Alvaro Herrera
2014-01-13
Make bitmap heap scans show exact/lossy block info in EXPLAIN ANALYZE.
Robert Haas
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-12
Improve EXPLAIN to print the grouping columns in Agg and Group nodes.
Tom Lane
2013-11-21
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-10-31
Use appendStringInfoString instead of appendStringInfo where possible.
Robert Haas
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-19
Clarify documentation of EXPLAIN (TIMING OFF) option.
Tom Lane
[next]