Commits

DateSubjectAuthorReleases
2026-04-22 Fix expansion of EXCLUDED virtual generated columns. Dean Rasheed 18.4
2026-04-22 Fix expansion of EXCLUDED virtual generated columns. Dean Rasheed 19 (unreleased)
2026-03-26 Add an alternative_plan_name field to PlannerInfo. Robert Haas 19 (unreleased)
2026-03-19 Add some const qualifiers enabled by typeof_unqual change on copyObject Peter Eisentraut 19 (unreleased)
2026-03-16 SQL Property Graph Queries (SQL/PGQ) Peter Eisentraut 19 (unreleased)
2026-03-12 Convert NOT IN sublinks to anti-joins when safe Richard Guo 19 (unreleased)
2026-02-12 Reduce LEFT JOIN to ANTI JOIN using NOT NULL constraints Richard Guo 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-09 Use palloc_object() and palloc_array() in backend code Michael Paquier 19 (unreleased)
2025-11-23 Add SupportRequestInlineInFrom planner support request. Tom Lane 19 (unreleased)
2025-10-07 Remove PlannerInfo's join_search_private method. Robert Haas 19 (unreleased)
2025-10-07 Assign each subquery a unique name prior to planning it. Robert Haas 19 (unreleased)
2025-07-22 Reduce "Var IS [NOT] NULL" quals during constant folding Richard Guo 19 (unreleased)
2025-07-22 Centralize collection of catalog info needed early in the planner Richard Guo 19 (unreleased)
2025-07-22 Expand virtual generated columns before sublink pull-up Richard Guo 19 (unreleased)
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-03-12 Build whole-row Vars the same way during parsing and planning. Tom Lane 16.9
2025-03-12 Build whole-row Vars the same way during parsing and planning. Tom Lane 14.18
2025-03-12 Build whole-row Vars the same way during parsing and planning. Tom Lane 17.5
2025-03-12 Build whole-row Vars the same way during parsing and planning. Tom Lane 15.13
2025-03-12 Build whole-row Vars the same way during parsing and planning. Tom Lane 13.21
2025-02-25 Eliminate code duplication in replace_rte_variables callbacks Richard Guo 18.0