Commits

DateSubjectAuthorReleases
2022-08-17 Make PlaceHolderInfo lookup O(1). Tom Lane 16.0
2021-01-21 Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar. Tom Lane 13.2
2021-01-21 Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar. Tom Lane 14.0
2021-01-21 Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar. Tom Lane 12.6
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-04-20 Tweak a couple of planner APIs to save recalculating join relids. Tom Lane 11.0
2018-04-20 Change more places to be less trusting of RestrictInfo.is_pushed_down. Tom Lane 9.3.23
2018-04-20 Change more places to be less trusting of RestrictInfo.is_pushed_down. Tom Lane 9.5.13
2018-04-20 Change more places to be less trusting of RestrictInfo.is_pushed_down. Tom Lane 9.6.9
2018-04-20 Change more places to be less trusting of RestrictInfo.is_pushed_down. Tom Lane 9.4.18
2018-04-20 Change more places to be less trusting of RestrictInfo.is_pushed_down. Tom Lane 11.0
2018-04-20 Change more places to be less trusting of RestrictInfo.is_pushed_down. Tom Lane 10.4
2017-11-25 Improve planner's handling of set-returning functions in grouping columns. Tom Lane 11.0
2017-11-25 Improve planner's handling of set-returning functions in grouping columns. Tom Lane 10.2
2017-09-17 Allow rel_is_distinct_for() to look through RelabelType below OpExpr. Tom Lane 9.5.10
2017-09-17 Allow rel_is_distinct_for() to look through RelabelType below OpExpr. Tom Lane 9.6.6
2017-09-17 Allow rel_is_distinct_for() to look through RelabelType below OpExpr. Tom Lane 11.0
2017-09-17 Allow rel_is_distinct_for() to look through RelabelType below OpExpr. Tom Lane 10.0
2017-05-01 Reduce semijoins with unique inner relations to plain inner joins. Tom Lane 10.0
2017-04-10 Improve castNode notation by introducing list-extraction-specific variants. Tom Lane 10.0
2017-04-08 Optimize joins when the inner relation can be proven unique. Tom Lane 10.0
2016-09-13 Improve parser's and planner's handling of set-returning functions. Tom Lane 10.0
2016-06-18 Restore foreign-key-aware estimation of join relation sizes. Tom Lane 9.6.0