Commits

DateSubjectAuthorReleases
2026-06-27 Move FOR PORTION OF volatile check into planner Peter Eisentraut 19 (unreleased)
2026-05-08 Fix HAVING-to-WHERE pushdown for simple-CASE form Richard Guo 18.4
2026-05-08 Fix HAVING-to-WHERE pushdown for simple-CASE form Richard Guo 19 (unreleased)
2026-05-01 Fix HAVING-to-WHERE pushdown with nondeterministic collations Richard Guo 18.4
2026-05-01 Fix HAVING-to-WHERE pushdown with nondeterministic collations Richard Guo 19 (unreleased)
2026-04-01 Add UPDATE/DELETE FOR PORTION OF Peter Eisentraut 19 (unreleased)
2026-03-30 Remove PlannedStmt->resultRelations in favor of resultRelationRelids Melanie Plageman 19 (unreleased)
2026-03-30 Make it cheap to check if a relation is modified by a query Melanie Plageman 19 (unreleased)
2026-03-26 Add an alternative_plan_name field to PlannerInfo. Robert Haas 19 (unreleased)
2026-02-19 Use fallthrough attribute instead of comment Peter Eisentraut 19 (unreleased)
2026-02-10 Store information about Append node consolidation in the final plan. Robert Haas 19 (unreleased)
2026-02-10 Store information about elided nodes in the final plan. Robert Haas 19 (unreleased)
2026-02-10 Store information about range-table flattening in the final plan. Robert Haas 19 (unreleased)
2026-02-10 Pass cursorOptions to planner_setup_hook. Robert Haas 19 (unreleased)
2026-01-28 Allow for plugin control over path generation strategies. Robert Haas 19 (unreleased)
2026-01-26 Fix possible issue of a WindowFunc being in the wrong WindowClause David Rowley 16.12
2026-01-26 Fix possible issue of a WindowFunc being in the wrong WindowClause David Rowley 17.8
2026-01-26 Fix possible issue of a WindowFunc being in the wrong WindowClause David Rowley 18.2
2026-01-06 Fix typo in planner.c Michael Paquier 19 (unreleased)
2026-01-05 Fix typos and inconsistencies in code and comments Michael Paquier 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-25 Fix planner error with SRFs and grouping sets Richard Guo 18.2
2025-12-25 Fix planner error with SRFs and grouping sets Richard Guo 19 (unreleased)
2025-12-09 Use palloc_object() and palloc_array() in backend code Michael Paquier 19 (unreleased)
2025-12-05 Don't reset the pathlist of partitioned joinrels. Robert Haas 19 (unreleased)