Commits

DateSubjectAuthorReleases
2026-04-01 Add UPDATE/DELETE FOR PORTION OF Peter Eisentraut 19 (unreleased)
2026-03-09 Replace get_relation_info_hook with build_simple_rel_hook. Robert Haas 19 (unreleased)
2026-03-09 Consider startup cost as a figure of merit for partial paths. Robert Haas 19 (unreleased)
2026-02-10 Store information about Append node consolidation in the final plan. Robert Haas 19 (unreleased)
2026-01-28 Allow for plugin control over path generation strategies. Robert Haas 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-11-27 Add parallelism support for TID Range Scans David Rowley 19 (unreleased)
2025-10-16 Remove partColsUpdated. Nathan Bossart 19 (unreleased)
2025-10-08 Implement Eager Aggregation Richard Guo 19 (unreleased)
2025-08-19 Pathify RHS unique-ification for semijoin planning Richard Guo 19 (unreleased)
2025-07-29 Display Memoize planner estimates in EXPLAIN David Rowley 19 (unreleased)
2025-05-08 Track the number of presorted outer pathkeys in MergePath Richard Guo 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-12-19 Convert SetOp to read its inputs as outerPlan and innerPlan. Tom Lane 18.0
2024-08-21 Treat number of disabled nodes in a path as a separate cost metric. Robert Haas 18.0
2024-07-29 Reduce memory used by partitionwise joins Richard Guo 18.0
2024-05-05 Fix query pullup issue with WindowClause runCondition David Rowley 17.0
2024-03-30 Add support for MERGE ... WHEN NOT MATCHED BY SOURCE. Dean Rasheed 17.0
2024-03-26 Propagate pathkeys from CTEs up to the outer query. Tom Lane 17.0
2024-03-19 Postpone reparameterization of paths until create_plan(). Tom Lane 17.0
2024-01-08 Allow examine_simple_variable() to work on INSERT RETURNING Vars. Tom Lane 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-08-15 Re-allow FDWs and custom scan providers to replace joins with pseudoconstant quals. Etsuro Fujita 17.0
2023-05-17 Fix some issues with improper placement of outer join clauses. Tom Lane 16.0
2023-01-30 Make Vars be outer-join-aware. Tom Lane 16.0