Commits

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

DateSubjectAuthorReleases
2024-05-18 Account for optimized MinMax aggregates during SS_finalize_plan. Tom Lane 12.20
2023-06-20 Fix hash join when inner hashkey expressions contain Params. Tom Lane 12.16
2023-04-12 Fix parallel-safety marking when moving initplans to another node. Tom Lane 12.15
2023-02-25 Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again. Tom Lane 12.15
2022-09-06 Further fixes for MULTIEXPR_SUBLINK fix. Tom Lane 12.13
2022-09-02 Fix oversight in recent MULTIEXPR_SUBLINK fix. Tom Lane 12.13
2022-08-27 Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates. Tom Lane 12.13
2022-04-21 Remove inadequate assertion check in CTE inlining. Tom Lane 12.11
2022-03-21 Fix assorted missing logic for GroupingFunc nodes. Tom Lane 12.11
2022-01-03 Fix index-only scan plans, take 2. Tom Lane 12.10
2021-01-21 Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar. Tom Lane 12.6
2020-08-15 Be more careful about the shape of hashable subplan clauses. Tom Lane 12.5
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-04-09 Prevent inlining of multiply-referenced CTEs with outer recursive refs. Tom Lane 12.0
2019-02-28 Standardize some more loops that chase down parallel lists. Tom Lane 12.0
2019-02-16 Allow user control of CTE materialization, and change the default behavior. Tom Lane 12.0
2019-01-29 Refactor planner's header files. Tom Lane 12.0
2019-01-29 Make some small planner API cleanups. Tom Lane 12.0
2019-01-28 In the planner, replace an empty FROM clause with a dummy RTE. Tom Lane 12.0
2019-01-11 Avoid sharing PARAM_EXEC slots between different levels of NestLoop. Tom Lane 12.0