Commits

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

DateSubjectAuthorReleases
2024-11-08 Improve fix for not entering parallel mode when holding interrupts. Tom Lane 12.21
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-08-27 Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates. Tom Lane 12.13
2020-11-30 Prevent parallel index build in a standalone backend. Tom Lane 12.6
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-04-30 Clean up handling of constraint_exclusion and enable_partition_pruning. Tom Lane 12.0
2019-04-07 Clean up side-effects of commits ab5fcf2b0 et al. Tom Lane 12.0
2019-04-05 Use Append rather than MergeAppend for scanning ordered partitions. Tom Lane 12.0
2019-04-04 Make queries' locking of indexes more consistent. Tom Lane 12.0
2019-03-31 Compute root->qual_security_level in a less random place. Tom Lane 12.0
2019-03-30 Speed up planning when partitions can be pruned at plan time. Tom Lane 12.0
2019-03-30 Avoid crash in partitionwise join planning under GEQO. Tom Lane 12.0
2019-03-27 Avoid passing query tlist around separately from root->processed_tlist. Tom Lane 12.0
2019-03-07 Fix handling of targetlist SRFs when scan/join relation is known empty. Tom Lane 12.0
2019-02-22 Fix plan created for inherited UPDATE/DELETE with all tables excluded. Tom Lane 12.0
2019-02-21 Move estimate_hashagg_tablesize to selfuncs.c, and widen result to double. Tom Lane 12.0
2019-02-16 Allow user control of CTE materialization, and change the default behavior. Tom Lane 12.0
2019-02-09 Refactor the representation of indexable clauses in IndexPaths. 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
2018-12-13 Drop no-op CoerceToDomain nodes from expressions at planning time. Tom Lane 12.0
2018-10-07 Remove some unnecessary fields from Plan trees. Tom Lane 12.0