Commits

DateSubjectAuthorReleases
2019-02-07 Ensure that foreign scans with lateral refs are planned correctly. Tom Lane 11.2
2019-02-07 Split create_foreignscan_path() into three functions. Tom Lane 12.0
2019-02-07 Ensure that foreign scans with lateral refs are planned correctly. Tom Lane 9.4.21
2019-01-29 Refactor planner's header files. Tom Lane 12.0
2019-01-28 In the planner, replace an empty FROM clause with a dummy RTE. Tom Lane 12.0
2018-12-30 Support parameterized TidPaths. Tom Lane 12.0
2018-10-07 Remove some unnecessary fields from Plan trees. Tom Lane 12.0
2018-07-11 Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode. Tom Lane 11.0
2018-07-11 Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode. Tom Lane 12.0
2018-01-23 Teach reparameterize_path() to handle AppendPaths. Tom Lane 9.3.21
2018-01-23 Teach reparameterize_path() to handle AppendPaths. Tom Lane 9.6.7
2018-01-23 Teach reparameterize_path() to handle AppendPaths. Tom Lane 9.5.11
2018-01-23 Teach reparameterize_path() to handle AppendPaths. Tom Lane 9.4.16
2018-01-23 Teach reparameterize_path() to handle AppendPaths. Tom Lane 10.2
2018-01-23 Teach reparameterize_path() to handle AppendPaths. Tom Lane 11.0
2018-01-09 Improve the heuristic for ordering child paths of a parallel append. Tom Lane 11.0
2017-11-02 Teach planner to account for HAVING quals in aggregation plan nodes. Tom Lane 11.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-04-08 Optimize joins when the inner relation can be proven unique. Tom Lane 10.0
2016-11-19 Fix latent costing error in create_merge_append_path. Tom Lane 10.0
2016-08-19 Speed up planner's scanning for parallel-query hazards. Tom Lane 10.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-04-30 Fix planner crash from pfree'ing a partial path that a GatherPath uses. Tom Lane 9.6.0