Commits

Showing commits that first shipped in 9.6 (backpatches included). Clear

DateSubjectAuthorReleases
2019-02-07 Ensure that foreign scans with lateral refs are planned correctly. Tom Lane 9.6.12
2018-01-23 Teach reparameterize_path() to handle AppendPaths. Tom Lane 9.6.7
2017-04-01 Fix parallel query so it doesn't spoil row estimates above Gather. Robert Haas 9.6.3
2016-07-01 Set consider_parallel correctly for upper planner rels. Robert Haas 9.6.0
2016-06-26 Rethink node-level representation of partial-aggregation modes. Tom Lane 9.6.0
2016-06-21 Refactor planning of projection steps that don't need a Result plan node. Tom Lane 9.6.0
2016-06-17 Try again to fix the way the scanjoin_target is used with partial paths. Robert Haas 9.6.0
2016-06-09 Eliminate "parallel degree" terminology. Robert Haas 9.6.0
2016-04-30 Fix planner crash from pfree'ing a partial path that a GatherPath uses. Tom Lane 9.6.0
2016-03-29 Allow aggregate transition states to be serialized and deserialized. Robert Haas 9.6.0
2016-03-21 Support parallel aggregation. Robert Haas 9.6.0
2016-03-18 Push scan/join target list beneath Gather when possible. Robert Haas 9.6.0
2016-03-15 Add a GetForeignUpperPaths callback function for FDWs. Tom Lane 9.6.0
2016-03-14 Allow callers of create_foreignscan_path to specify nondefault PathTarget. Tom Lane 9.6.0
2016-03-14 Rethink representation of PathTargets. Tom Lane 9.6.0
2016-03-09 Improve handling of group-column indexes in GroupingSetsPath. Tom Lane 9.6.0
2016-03-08 Finish refactoring make_foo() functions in createplan.c. Tom Lane 9.6.0
2016-03-07 Make the upper part of the planner work by generating and comparing Paths. Tom Lane 9.6.0
2016-02-19 Add an explicit representation of the output targetlist to Paths. Tom Lane 9.6.0
2016-01-20 Support parallel joins, and make related improvements. Robert Haas 9.6.0
2016-01-02 Update copyright for 2016 Bruce Momjian 9.6.0
2015-12-08 Allow foreign and custom joins to handle EvalPlanQual rechecks. Robert Haas 9.6.0
2015-11-11 Make sequential scans parallel-aware. Robert Haas 9.6.0
2015-09-30 Add a Gather executor node. Robert Haas 9.6.0
2015-09-29 Comment update for join pushdown. Robert Haas 9.6.0