Commits

DateSubjectAuthorReleases
2026-03-06 Support grouping-expression references and GROUPING() in subqueries. Tom Lane 19 (unreleased)
2025-12-29 Strip PlaceHolderVars from index operands Richard Guo 18.2
2025-12-29 Strip PlaceHolderVars from index operands Richard Guo 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-11-24 Improve detection of implicitly-temporary views. Tom Lane 19 (unreleased)
2025-10-21 Fix test case from 40c242830 Richard Guo 18.1
2025-10-21 Fix pushdown of degenerate HAVING clauses Richard Guo 18.1
2025-10-21 Fix pushdown of degenerate HAVING clauses Richard Guo 19 (unreleased)
2025-10-07 Assign each subquery a unique name prior to planning it. Robert Haas 19 (unreleased)
2025-09-23 Keep track of what RTIs a Result node is scanning. Robert Haas 19 (unreleased)
2025-03-13 Fix incorrect handling of subquery pullup Richard Guo 18.0
2025-03-11 Improve EXPLAIN's display of window functions. Tom Lane 18.0
2024-10-09 Allow pushdown of HAVING clauses with grouping sets Richard Guo 18.0
2024-09-10 Mark expressions nullable by grouping sets Richard Guo 18.0
2024-09-10 Introduce an RTE for the grouping step Richard Guo 18.0
2024-03-19 Improve EXPLAIN's display of SubPlan nodes and output parameters. Tom Lane 17.0
2023-01-18 Get rid of the "new" and "old" entries in a view's rangetable. Tom Lane 16.0
2023-01-18 Remove redundant grouping and DISTINCT columns. Tom Lane 16.0
2023-01-12 Revert "Get rid of the "new" and "old" entries in a view's rangetable." Tom Lane 16.0
2023-01-12 Get rid of the "new" and "old" entries in a view's rangetable. Tom Lane 16.0
2022-09-15 In back branches, fix conditions for pullup of FROM-less subqueries. Tom Lane 11.18
2022-09-15 In back branches, fix conditions for pullup of FROM-less subqueries. Tom Lane 10.23
2022-05-12 Make pull_var_clause() handle GroupingFuncs exactly like Aggrefs. Tom Lane 13.8
2022-05-12 Make pull_var_clause() handle GroupingFuncs exactly like Aggrefs. Tom Lane 10.22