Commits

DateSubjectAuthorReleases
2021-05-31 Fix mis-planning of repeated application of a projection. Tom Lane 14.0
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
2021-02-01 Remove incidental dependencies on partitioned_rels lists. Tom Lane 14.0
2020-11-30 Fix missing outfuncs.c support for IncrementalSortPath. Tom Lane 13.2
2020-11-30 Fix missing outfuncs.c support for IncrementalSortPath. Tom Lane 14.0
2020-07-14 Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join. Tom Lane 14.0
2020-07-14 Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join. Tom Lane 11.9
2020-07-14 Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join. Tom Lane 13.0
2020-07-14 Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join. Tom Lane 12.4
2020-05-16 Run pgindent with new pg_bsd_indent version 2.1.1. Tom Lane 13.0
2020-05-01 Get rid of trailing semicolons in C macro definitions. Tom Lane 11.8
2020-05-01 Get rid of trailing semicolons in C macro definitions. Tom Lane 12.3
2020-05-01 Get rid of trailing semicolons in C macro definitions. Tom Lane 13.0
2019-07-16 Redesign the API for list sorting (list_qsort becomes list_sort). 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-05-22 Initial pgindent run for v12. Tom Lane 12.0
2019-04-05 Use Append rather than MergeAppend for scanning ordered partitions. Tom Lane 12.0
2019-03-25 Suppress Append and MergeAppend plan nodes that have a single child. Tom Lane 12.0
2019-02-09 Build out the planner support function infrastructure. Tom Lane 12.0
2019-02-09 Refactor the representation of indexable clauses in IndexPaths. Tom Lane 12.0
2019-02-07 Ensure that foreign scans with lateral refs are planned correctly. Tom Lane 9.5.16
2019-02-07 Ensure that foreign scans with lateral refs are planned correctly. Tom Lane 9.6.12
2019-02-07 Ensure that foreign scans with lateral refs are planned correctly. Tom Lane 10.7