Commits

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

DateSubjectAuthorReleases
2024-02-23 Avoid dangling-pointer problem with partitionwise joins under GEQO. Tom Lane 12.19
2024-02-01 Apply band-aid fix for an oversight in reparameterize_path_by_child. Tom Lane 12.18
2023-04-12 Fix parallel-safety marking when moving initplans to another node. Tom Lane 12.15
2021-05-31 Fix mis-planning of repeated application of a projection. Tom Lane 12.8
2020-07-14 Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join. Tom Lane 12.4
2020-05-01 Get rid of trailing semicolons in C macro definitions. Tom Lane 12.3
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-04-02 Refactor create_limit_path() to share cost adjustment code with FDWs. Etsuro Fujita 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 Split create_foreignscan_path() into three functions. Tom Lane 12.0
2019-01-29 Refactor planner's header files. 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-10 Move inheritance expansion code into its own file Alvaro Herrera 12.0
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-12-30 Support parameterized TidPaths. Tom Lane 12.0
2018-10-07 Remove some unnecessary fields from Plan trees. Tom Lane 12.0
2018-07-19 Fix re-parameterize of MergeAppendPath Michael Paquier 12.0
2018-07-11 Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode. Tom Lane 12.0