Commits

DateSubjectAuthorReleases
2023-05-11 Undo faulty attempt at not relying on RINFO_IS_PUSHED_DOWN. Tom Lane 16.0
2023-02-23 Fix mis-handling of outer join quals generated by EquivalenceClasses. Tom Lane 16.0
2023-02-20 Prevent join removal from removing the query's result relation. Tom Lane 16.0
2023-02-20 Prevent join removal from removing the query's result relation. Tom Lane 15.3
2023-02-13 When removing a relation from the query, drop its RelOptInfo. Tom Lane 16.0
2023-02-10 Fix join removal logic to clean up sub-RestrictInfos of OR clauses. Tom Lane 16.0
2023-02-08 remove_rel_from_query() must clean up PlaceHolderVar.phrels fields. Tom Lane 16.0
2023-02-06 Fix up join removal's interaction with PlaceHolderVars. Tom Lane 16.0
2023-02-04 Fix thinko in outer-join removal. Tom Lane 16.0
2023-01-30 Do assorted mop-up in the planner. Tom Lane 16.0
2023-01-30 Make Vars be outer-join-aware. Tom Lane 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-08-17 Make PlaceHolderInfo lookup O(1). Tom Lane 16.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.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
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-11-02 Fix some grammar and typos in comments and docs Michael Paquier 14.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 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
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-04-20 Tweak a couple of planner APIs to save recalculating join relids. Tom Lane 11.0