Commits

DateSubjectAuthorReleases
2026-07-01 Improve UNION's output row count estimate Richard Guo master
2026-04-11 Fix estimate_array_length error with set-operation array coercions Richard Guo 17.10
2026-04-11 Fix estimate_array_length error with set-operation array coercions Richard Guo 18.4
2026-04-11 Fix estimate_array_length error with set-operation array coercions Richard Guo 19 (unreleased)
2025-11-06 Fix UNION planner estimate_num_groups with varno==0 David Rowley 19 (unreleased)
2025-11-04 Fix possible usage of incorrect UPPERREL_SETOP RelOptInfo David Rowley 19 (unreleased)
2025-10-07 Teach planner to short-circuit EXCEPT/INTERSECT with dummy inputs David Rowley 19 (unreleased)
2025-10-07 Fix incorrect targetlist in dummy UNIONs David Rowley 19 (unreleased)
2025-10-04 Teach UNION planner to remove dummy inputs David Rowley 19 (unreleased)
2025-09-08 Don't generate fake "*SELECT*" or "*SELECT* %d" subquery aliases. Robert Haas 19 (unreleased)
2025-03-10 Teach Append to consider tuple_fraction when accumulating subpaths. Alexander Korotkov 18.0
2024-12-19 Improve planner's handling of SetOp plans. Tom Lane 18.0
2024-12-19 Convert SetOp to read its inputs as outerPlan and innerPlan. Tom Lane 18.0
2024-10-11 Adjust EXPLAIN's output for disabled nodes David Rowley 18.0
2024-08-21 Show number of disabled nodes in EXPLAIN ANALYZE output. Robert Haas 18.0
2024-05-21 Fix generate_union_paths for non-sortable types. Robert Haas 17.0
2024-05-21 Re-allow planner to use Merge Append to efficiently implement UNION. Robert Haas 17.0
2024-05-20 Revert commit 66c0185a3 and follow-on patches. Tom Lane 17.0
2024-04-01 Fix assert failure when planning setop subqueries with CTEs David Rowley 17.0
2024-03-25 Allow planner to use Merge Append to efficiently implement UNION David Rowley 17.0
2024-02-16 Attempt to stabilize flapping regression test David Rowley 17.0
2024-01-15 Reduce dependency to money data type in main regression test suite Michael Paquier 17.0
2023-10-10 Fix possible crash in add_paths_to_append_rel() David Rowley 17.0
2023-10-05 Consider cheap startup paths in add_paths_to_append_rel David Rowley 17.0
2022-11-22 Give better hints for ambiguous or unreferenceable columns. Tom Lane 16.0