Commits

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

DateSubjectAuthorReleases
2024-08-09 Fix "failed to find plan for subquery/CTE" errors in EXPLAIN. Tom Lane 12.21
2022-04-21 Remove inadequate assertion check in CTE inlining. Tom Lane 12.11
2022-02-11 Don't use_physical_tlist for an IOS with non-returnable columns. Tom Lane 12.11
2022-01-03 Fix index-only scan plans, take 2. Tom Lane 12.10
2022-01-01 Fix index-only scan plans when not all index columns can be returned. Tom Lane 12.10
2021-05-31 Fix mis-planning of repeated application of a projection. Tom Lane 12.8
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-05-09 Repair issues with faulty generation of merge-append plans. 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-03-07 Fix handling of targetlist SRFs when scan/join relation is known empty. Tom Lane 12.0
2019-02-15 Simplify the planner's new representation of indexable clauses a little. 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-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-30 Support parameterized TidPaths. Tom Lane 12.0
2018-12-12 Repair bogus EPQ plans generated for postgres_fdw foreign joins. Tom Lane 12.0
2018-10-07 Remove some unnecessary fields from Plan trees. Tom Lane 12.0
2018-08-01 Fix run-time partition pruning for appends with multiple source rels. Tom Lane 12.0
2018-07-11 Fix create_scan_plan's handling of sortgrouprefs for physical tlists. Tom Lane 12.0
2018-07-11 Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode. Tom Lane 12.0