Commits

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

DateSubjectAuthorReleases
2026-04-22 Fix expansion of EXCLUDED virtual generated columns. Dean Rasheed 18.4
2025-04-04 Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriate Alexander Korotkov 18.0
2025-03-13 Fix incorrect handling of subquery pullup Richard Guo 18.0
2025-03-13 Remove code setting wrap_non_vars to true for UNION ALL subqueries Richard Guo 18.0
2025-03-12 Build whole-row Vars the same way during parsing and planning. Tom Lane 18.0
2025-02-25 Eliminate code duplication in replace_rte_variables callbacks Richard Guo 18.0
2025-02-25 Expand virtual generated columns in the planner Richard Guo 18.0
2025-01-16 Add OLD/NEW support to RETURNING in DML queries. Dean Rasheed 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-12-17 Avoid unnecessary wrapping for more complex expressions Richard Guo 18.0
2024-12-09 Avoid unnecessary wrapping for Vars and PHVs Richard Guo 18.0
2024-11-30 Avoid mislabeling of lateral references, redux. Tom Lane 18.0
2024-11-28 Avoid mislabeling of lateral references when pulling up a subquery. Tom Lane 18.0
2024-11-28 Remove useless casts to (void *) Peter Eisentraut 18.0
2024-10-31 Remove duplicate words in comments Daniel Gustafsson 18.0
2024-10-03 Fix wrong varnullingrels error for MERGE WHEN NOT MATCHED BY SOURCE. Dean Rasheed 18.0
2024-10-03 Fix incorrect non-strict join recheck in MERGE WHEN NOT MATCHED BY SOURCE. Dean Rasheed 18.0
2024-09-10 Introduce an RTE for the grouping step Richard Guo 18.0
2024-08-30 Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not. Tom Lane 18.0
2024-07-05 Support "Right Semi Join" plan shapes Richard Guo 18.0