Commits

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

DateSubjectAuthorReleases
2022-02-11 Don't use_physical_tlist for an IOS with non-returnable columns. Tom Lane 10.21
2022-01-03 Fix index-only scan plans, take 2. Tom Lane 10.20
2022-01-01 Fix index-only scan plans when not all index columns can be returned. Tom Lane 10.20
2019-05-09 Repair issues with faulty generation of merge-append plans. Tom Lane 10.9
2019-03-07 Fix handling of targetlist SRFs when scan/join relation is known empty. Tom Lane 10.8
2019-01-11 Avoid sharing PARAM_EXEC slots between different levels of NestLoop. Tom Lane 10.7
2018-12-12 Repair bogus EPQ plans generated for postgres_fdw foreign joins. Tom Lane 10.7
2018-07-11 Fix create_scan_plan's handling of sortgrouprefs for physical tlists. Tom Lane 10.5
2018-04-19 Fix incorrect handling of join clauses pushed into parameterized paths. Tom Lane 10.4
2018-02-23 Fix planner failures with overlapping mergejoin clauses in an outer join. Tom Lane 10.3
2018-01-28 Add stack-overflow guards in set-operation planning. Tom Lane 10.2
2017-12-22 Fix UNION/INTERSECT/EXCEPT over no columns. Tom Lane 10.2
2017-08-30 Force rescanning of parallel-aware scan nodes below a Gather[Merge]. Tom Lane 10.0
2017-07-24 Be more consistent about errors for opfamily member lookup failures. Tom Lane 10.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-21 Final pgindent run with old pg_bsd_indent (version 1.3). Tom Lane 10.0
2017-05-14 Remove no-longer-needed fields of Hash plan nodes. Tom Lane 10.0
2017-04-17 Always build a custom plan node's targetlist from the path's pathtarget. Tom Lane 10.0
2017-04-12 Mark finished Plan nodes with parallel_safe flags. Tom Lane 10.0
2017-04-10 Improve castNode notation by introducing list-extraction-specific variants. Tom Lane 10.0
2017-04-08 Optimize joins when the inner relation can be proven unique. Tom Lane 10.0
2017-02-03 Fix placement of initPlans when forcibly materializing a subplan. Tom Lane 10.0
2017-01-18 Improve RLS planning by marking individual quals with security levels. Tom Lane 10.0
2016-08-24 Fix improper repetition of previous results from a hashed aggregate. Tom Lane 10.0