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
/
include
/
nodes
/
plannodes.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
1
-3
/
+3
*
Remove no-longer-needed fields of Hash plan nodes.
Tom Lane
2017-05-14
1
-4
/
+1
*
Fire per-statement triggers on partitioned tables.
Robert Haas
2017-05-01
1
-1
/
+12
*
Avoid transferring parallel-unsafe subplans to parallel workers.
Tom Lane
2017-04-12
1
-1
/
+2
*
Mark finished Plan nodes with parallel_safe flags.
Tom Lane
2017-04-12
1
-0
/
+1
*
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-07
1
-0
/
+8
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
1
-0
/
+10
*
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-27
1
-1
/
+1
*
Don't scan partitioned tables.
Robert Haas
2017-03-21
1
-5
/
+15
*
Add a Gather Merge executor node.
Robert Haas
2017-03-09
1
-0
/
+16
*
Support parallel bitmap heap scans.
Robert Haas
2017-03-08
1
-0
/
+2
*
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
1
-0
/
+10
*
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-18
1
-0
/
+11
*
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-14
1
-3
/
+12
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Update comments to reflect code rearrangement.
Robert Haas
2016-08-31
1
-1
/
+2
*
Fix improper repetition of previous results from a hashed aggregate.
Tom Lane
2016-08-24
1
-1
/
+2
*
Avoid invalidating all foreign-join cached plans when user mappings change.
Tom Lane
2016-07-15
1
-5
/
+4
*
Rethink node-level representation of partial-aggregation modes.
Tom Lane
2016-06-26
1
-3
/
+1
*
pgindent run for 9.6
Robert Haas
2016-06-09
1
-3
/
+4
*
Allow aggregate transition states to be serialized and deserialized.
Robert Haas
2016-03-29
1
-0
/
+1
*
Rework custom scans to work more like the new extensible node stuff.
Robert Haas
2016-03-29
1
-12
/
+2
*
Directly modify foreign tables.
Robert Haas
2016-03-18
1
-0
/
+2
*
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-03-07
1
-26
/
+6
*
Introduce a new GUC force_parallel_mode for testing purposes.
Robert Haas
2016-02-07
1
-0
/
+1
*
Only try to push down foreign joins if the user mapping OIDs match.
Robert Haas
2016-01-28
1
-0
/
+1
*
Support multi-stage aggregation.
Robert Haas
2016-01-20
1
-0
/
+2
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Provide readfuncs support for custom scans.
Robert Haas
2015-11-12
1
-3
/
+2
*
Make sequential scans parallel-aware.
Robert Haas
2015-11-11
1
-0
/
+5
*
Fix incorrect comment in plannodes.h
Robert Haas
2015-10-20
1
-2
/
+2
*
Allow FDWs to push down quals without breaking EvalPlanQual rechecks.
Robert Haas
2015-10-15
1
-0
/
+6
*
Add a Gather executor node.
Robert Haas
2015-09-30
1
-0
/
+11
*
Parallel executor support.
Robert Haas
2015-09-28
1
-0
/
+1
*
Determine whether it's safe to attempt a parallel plan for a query.
Robert Haas
2015-09-16
1
-0
/
+2
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
1
-1
/
+6
*
Improve handling of CustomPath/CustomPlan(State) children.
Robert Haas
2015-06-26
1
-0
/
+1
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-3
/
+3
*
Remove the new UPSERT command tag and use INSERT instead.
Andres Freund
2015-05-23
1
-2
/
+0
*
Fix failure to copy IndexScan.indexorderbyops in copyfuncs.c.
Tom Lane
2015-05-17
1
-6
/
+5
*
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-16
1
-0
/
+2
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
1
-0
/
+6
*
Allow GiST distance function to return merely a lower-bound.
Heikki Linnakangas
2015-05-15
1
-2
/
+8
*
Add support for doing late row locking in FDWs.
Tom Lane
2015-05-12
1
-16
/
+15
*
Code review for foreign/custom join pushdown patch.
Tom Lane
2015-05-10
1
-11
/
+26
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
1
-0
/
+8
*
Allow FDWs and custom scan providers to replace joins with scans.
Robert Haas
2015-05-01
1
-5
/
+15
*
Improve representation of PlanRowMark.
Tom Lane
2015-03-15
1
-2
/
+8
*
Move LockClauseStrength, LockWaitPolicy into new file nodes/lockoptions.h.
Tom Lane
2015-03-15
1
-1
/
+1
*
Fix EXPLAIN output for cases where parent table is excluded by constraints.
Tom Lane
2015-02-17
1
-1
/
+2
[next]