Commits

DateSubjectAuthorReleases
2021-03-31 Rework planning and execution of UPDATE and DELETE. Tom Lane 14.0
2021-02-01 Remove [Merge]AppendPath.partitioned_rels. Tom Lane 14.0
2020-11-30 Prevent parallel index build in a standalone backend. Tom Lane 13.2
2020-11-30 Prevent parallel index build in a standalone backend. Tom Lane 11.11
2020-11-30 Prevent parallel index build in a standalone backend. Tom Lane 14.0
2020-11-30 Prevent parallel index build in a standalone backend. Tom Lane 12.6
2020-09-29 Add for_each_from, to simplify loops starting from non-first list cells. Tom Lane 14.0
2020-09-29 Add for_each_from, to simplify loops starting from non-first list cells. Tom Lane 13.1
2020-09-27 Move resolution of AlternativeSubPlan choices to the planner. Tom Lane 14.0
2020-09-04 Remove some more useless assignments. Tom Lane 14.0
2020-05-14 Initial pgindent and pgperltidy run for v13. Tom Lane 13.0
2019-12-11 Further adjust EXPLAIN's choices of table alias names. Tom Lane 13.0
2019-08-12 Rationalize use of list_concat + list_copy combinations. Tom Lane 13.0
2019-08-01 Allow functions-in-FROM to be pulled up if they reduce to constants. Tom Lane 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-04-30 Clean up handling of constraint_exclusion and enable_partition_pruning. Tom Lane 12.0
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-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