Commits

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

DateSubjectAuthorReleases
2022-02-11 Don't use_physical_tlist for an IOS with non-returnable columns. Tom Lane 11.16
2022-01-03 Fix index-only scan plans, take 2. Tom Lane 11.15
2022-01-01 Fix index-only scan plans when not all index columns can be returned. Tom Lane 11.15
2021-05-31 Fix mis-planning of repeated application of a projection. Tom Lane 11.13
2019-05-09 Repair issues with faulty generation of merge-append plans. Tom Lane 11.4
2019-03-07 Fix handling of targetlist SRFs when scan/join relation is known empty. Tom Lane 11.3
2019-01-11 Avoid sharing PARAM_EXEC slots between different levels of NestLoop. Tom Lane 11.2
2018-12-12 Repair bogus EPQ plans generated for postgres_fdw foreign joins. Tom Lane 11.2
2018-08-01 Fix run-time partition pruning for appends with multiple source rels. Tom Lane 11.0
2018-07-11 Fix create_scan_plan's handling of sortgrouprefs for physical tlists. Tom Lane 11.0
2018-07-11 Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode. Tom Lane 11.0
2018-06-10 Relocate partition pruning structs to a saner place. Tom Lane 11.0
2018-04-19 Fix incorrect handling of join clauses pushed into parameterized paths. Tom Lane 11.0
2018-02-23 Fix planner failures with overlapping mergejoin clauses in an outer join. Tom Lane 11.0
2018-02-07 Support all SQL:2011 options for window frame clauses. Tom Lane 11.0
2018-01-28 Add stack-overflow guards in set-operation planning. Tom Lane 11.0
2017-12-22 Fix UNION/INTERSECT/EXCEPT over no columns. Tom Lane 11.0
2017-11-01 Allow bitmap scans to operate as index-only scans when possible. Tom Lane 11.0
2017-08-30 Force rescanning of parallel-aware scan nodes below a Gather[Merge]. Tom Lane 11.0