Commits

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

DateSubjectAuthorReleases
2023-04-12 Fix parallel-safety marking when moving initplans to another node. Tom Lane 11.20
2023-02-25 Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again. Tom Lane 11.20
2022-08-27 Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates. Tom Lane 11.18
2020-11-30 Prevent parallel index build in a standalone backend. Tom Lane 11.11
2019-04-30 Clean up handling of constraint_exclusion and enable_partition_pruning. Tom Lane 11.3
2019-04-07 Clean up side-effects of commits ab5fcf2b0 et al. Tom Lane 11.3
2019-03-30 Avoid crash in partitionwise join planning under GEQO. Tom Lane 11.3
2019-03-07 Fix handling of targetlist SRFs when scan/join relation is known empty. Tom Lane 11.3
2019-02-22 Fix plan created for inherited UPDATE/DELETE with all tables excluded. Tom Lane 11.3
2019-01-11 Avoid sharing PARAM_EXEC slots between different levels of NestLoop. Tom Lane 11.2
2018-08-11 Fix wrong order of operations in inheritance_planner. Tom Lane 11.0
2018-08-01 Fix run-time partition pruning for appends with multiple source rels. Tom Lane 11.0
2018-07-11 Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode. Tom Lane 11.0
2018-04-26 Post-feature-freeze pgindent run. Tom Lane 11.0
2018-04-08 Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. Tom Lane 11.0
2018-04-01 Fix a boatload of typos in C comments. Tom Lane 11.0
2018-03-11 Fix improper uses of canonicalize_qual(). Tom Lane 11.0
2017-11-27 Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE. Tom Lane 11.0
2017-10-24 In the planner, delete joinaliasvars lists after we're done with them. Tom Lane 11.0
2017-09-05 Use lfirst_node() and linitial_node() where appropriate in planner.c. Tom Lane 11.0
2017-08-30 Force rescanning of parallel-aware scan nodes below a Gather[Merge]. Tom Lane 11.0