Commits

DateSubjectAuthorReleases
2022-08-03 Fix incorrect tests for SRFs in relation_can_be_sorted_early(). Tom Lane 13.8
2022-08-03 Fix incorrect tests for SRFs in relation_can_be_sorted_early(). Tom Lane 14.5
2022-08-03 Fix incorrect tests for SRFs in relation_can_be_sorted_early(). Tom Lane 16.0
2022-08-03 Fix incorrect tests for SRFs in relation_can_be_sorted_early(). Tom Lane 15.0
2021-04-20 Fix planner failure in some cases of sorting by an aggregate. Tom Lane 14.0
2019-08-12 Rationalize use of list_concat + list_copy combinations. Tom Lane 13.0
2019-07-15 Represent Lists as expansible arrays, not chains of cons-cells. Tom Lane 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-01-29 Refactor planner's header files. Tom Lane 12.0
2018-06-21 Fix mishandling of sortgroupref labels while splitting SRF targetlists. Tom Lane 10.5
2018-06-21 Fix mishandling of sortgroupref labels while splitting SRF targetlists. Tom Lane 11.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-02-02 Fix mishandling of tSRFs at different nesting levels. Tom Lane 10.0
2016-06-26 Simplify planner's final setup of Aggrefs for partial aggregation. Tom Lane 9.6.0
2016-06-22 Fix type-safety problem with parallel aggregate serial/deserialization. Tom Lane 9.6.0
2016-06-18 Fix handling of argument and result datatypes for partial aggregation. Tom Lane 9.6.0
2016-05-26 Disable physical tlist if any Var would need multiple sortgroupref labels. Tom Lane 9.6.0
2016-03-14 Rethink representation of PathTargets. Tom Lane 9.6.0
2016-03-11 Minor additional refactoring of planner.c's PathTarget handling. Tom Lane 9.6.0
2016-03-10 Refactor pull_var_clause's API to make it less tedious to extend. Tom Lane 9.6.0
2016-03-09 Improve handling of pathtargets in planner.c. Tom Lane 9.6.0
2016-03-09 Improve handling of group-column indexes in GroupingSetsPath. 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
2014-06-18 Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ... Tom Lane 9.5.0
2013-11-07 Fix generation of MergeAppend plans for optimized min/max on expressions. Tom Lane 9.1.11