Commits

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

DateSubjectAuthorReleases
2025-03-13 Repair commits 317aba70e et al for -DWRITE_READ_PARSE_PLAN_TREES. Tom Lane 15.13
2025-01-17 Fix setrefs.c's failure to do expression processing on prune steps. Tom Lane 15.11
2024-05-18 Account for optimized MinMax aggregates during SS_finalize_plan. Tom Lane 15.8
2023-09-25 Collect dependency information for parsed CallStmts. Tom Lane 15.5
2023-09-13 Fix incorrect logic in plan dependency recording David Rowley 15.5
2023-04-12 Fix parallel-safety marking when moving initplans to another node. Tom Lane 15.3
2022-06-09 Improve comments for trivial_subqueryscan(). Etsuro Fujita 15.0
2022-04-12 Change mechanism to set up source targetlist in MERGE Alvaro Herrera 15.0
2022-04-07 Teach planner and executor about monotonic window funcs David Rowley 15.0
2022-04-06 Allow asynchronous execution in more cases. Etsuro Fujita 15.0
2022-03-28 Add support for MERGE SQL command Alvaro Herrera 15.0
2022-01-25 Consider parallel awareness when removing single-child Appends David Rowley 15.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2022-01-03 Fix index-only scan plans, take 2. Tom Lane 15.0
2021-09-15 Remove arbitrary 64K-or-so limit on rangetable size. Tom Lane 15.0
2021-09-14 Fix planner error with multiple copies of an AlternativeSubPlan. Tom Lane 15.0
2021-08-08 Change SeqScan node to contain Scan node Peter Eisentraut 15.0
2021-07-15 Replace explicit PIN entries in pg_depend with an OID range test. Tom Lane 15.0
2021-07-14 Change the name of the Result Cache node to Memoize David Rowley 15.0
2021-07-07 Use a hash table to speed up NOT IN(values) David Rowley 15.0