Commits

DateSubjectAuthorReleases
2026-03-09 Consider startup cost as a figure of merit for partial paths. Robert Haas 19 (unreleased)
2025-10-07 Assign each subquery a unique name prior to planning it. Robert Haas 19 (unreleased)
2025-07-08 Consider explicit incremental sort for Append and MergeAppend Richard Guo 19 (unreleased)
2025-02-27 EXPLAIN: Always use two fractional digits for row counts. Robert Haas 18.0
2024-12-11 Enable BUFFERS with EXPLAIN ANALYZE by default David Rowley 18.0
2024-10-11 Adjust EXPLAIN's output for disabled nodes David Rowley 18.0
2024-10-09 Consider explicit incremental sort for mergejoins Richard Guo 18.0
2024-08-21 Show number of disabled nodes in EXPLAIN ANALYZE output. Robert Haas 18.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-03-25 Allow planner to use Merge Append to efficiently implement UNION David Rowley 17.0
2023-07-04 Allow Incremental Sorts on GiST and SP-GiST indexes David Rowley 17.0
2023-01-10 Have the planner consider Incremental Sort for DISTINCT David Rowley 16.0
2022-12-16 Remove pessimistic cost penalization from Incremental Sort David Rowley 16.0
2022-10-03 Revert "Optimize order of GROUP BY keys". Tom Lane 16.0
2022-10-03 Revert "Optimize order of GROUP BY keys". Tom Lane 15.0
2022-08-04 Add proper regression test for the recent SRFs-in-pathkeys problem. Tom Lane 16.0
2022-08-04 Add proper regression test for the recent SRFs-in-pathkeys problem. Tom Lane 13.8
2022-08-04 Add proper regression test for the recent SRFs-in-pathkeys problem. Tom Lane 14.5
2022-08-04 Add proper regression test for the recent SRFs-in-pathkeys problem. Tom Lane 15.0
2022-05-04 Fix rowcount estimate for SubqueryScan that's under a Gather. Tom Lane 15.0
2022-03-30 Optimize order of GROUP BY keys Tomas Vondra 15.0
2021-04-20 Fix planner failure in some cases of sorting by an aggregate. Tom Lane 13.3
2021-04-20 Fix planner failure in some cases of sorting by an aggregate. Tom Lane 14.0
2021-03-31 Add support for asynchronous execution. Etsuro Fujita 14.0