Commits

DateSubjectAuthorReleases
2026-03-20 Discount the metapage when estimating number of index pages visited. Tom Lane 19 (unreleased)
2025-10-07 Assign each subquery a unique name prior to planning it. Robert Haas 19 (unreleased)
2025-09-08 Don't generate fake "ANY_subquery" aliases, either. Robert Haas 19 (unreleased)
2025-07-03 Enable use of Memoize for ANTI joins Richard Guo 19 (unreleased)
2025-03-11 Show index search count in EXPLAIN ANALYZE, take 2. Peter Geoghegan 18.0
2025-03-05 Revert "Show index search count in EXPLAIN ANALYZE." Peter Geoghegan 18.0
2025-03-05 Show index search count in EXPLAIN ANALYZE. Peter Geoghegan 18.0
2025-02-27 EXPLAIN: Always use two fractional digits for row counts. Robert Haas 18.0
2025-02-21 Allow EXPLAIN to indicate fractional rows. 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-08-30 Remove one memoize test case added by commit 069d0ff02. Tom Lane 18.0
2024-08-21 Show number of disabled nodes in EXPLAIN ANALYZE output. Robert Haas 18.0
2024-07-15 Check lateral references within PHVs for memoize cache keys Richard Guo 18.0
2024-03-19 Improve EXPLAIN's display of SubPlan nodes and output parameters. Tom Lane 17.0
2024-03-11 Fix incorrect accessing of pfree'd memory in Memoize David Rowley 14.12
2024-03-11 Fix incorrect accessing of pfree'd memory in Memoize David Rowley 15.7
2024-03-11 Fix incorrect accessing of pfree'd memory in Memoize David Rowley 16.3
2024-03-11 Fix incorrect accessing of pfree'd memory in Memoize David Rowley 17.0
2024-01-26 Attempt to fix newly added Memoize regression test David Rowley 17.0
2024-01-26 De-dupicate Memoize cache keys David Rowley 17.0
2024-01-26 Improve NestLoopParam generation for lateral subqueries David Rowley 17.0
2023-03-16 Enable use of Memoize atop an Append that came from UNION ALL. Tom Lane 16.0
2023-03-13 Remove incidental md5() function uses from main regression tests Peter Eisentraut 16.0
2023-01-24 Use OFFSET 0 instead of ORDER BY to stop subquery pullup David Rowley 14.7