Commits

Showing commits that first shipped in 16 (backpatches included). Clear

DateSubjectAuthorReleases
2026-01-26 Fix possible issue of a WindowFunc being in the wrong WindowClause David Rowley 16.12
2025-04-20 Fix issue with ORDER BY / DISTINCT aggregates and FILTER David Rowley 16.9
2024-03-14 Trim ORDER BY/DISTINCT aggregate pathkeys in gather_grouping_paths David Rowley 16.3
2023-02-15 Rename force_parallel_mode to debug_parallel_query David Rowley 16.0
2023-01-17 Don't presort ORDER BY/DISTINCT Aggrefs with volatile functions David Rowley 16.0
2023-01-10 Have the planner consider Incremental Sort for DISTINCT David Rowley 16.0
2023-01-07 Add additional regression tests for select_active_windows David Rowley 16.0
2022-12-22 Allow window functions to adjust their frameOptions David Rowley 16.0
2022-12-20 Add enable_presorted_aggregate GUC David Rowley 16.0
2022-12-16 Remove pessimistic cost penalization from Incremental Sort David Rowley 16.0
2022-12-10 Add subquery pullup handling for WindowClause runCondition David Rowley 16.0
2022-10-28 Use Limit instead of Unique to implement DISTINCT, when possible David Rowley 16.0
2022-10-05 Rename shadowed local variables David Rowley 16.0
2022-09-19 Fix out-dated comment in preprocess_groupclause() David Rowley 16.0
2022-08-25 More -Wshadow=compatible-local warning fixes David Rowley 16.0
2022-08-24 Further -Wshadow=compatible-local warning fixes David Rowley 16.0
2022-08-17 Fix hypothetical problem passing the wrong GROUP BY pathkeys David Rowley 16.0
2022-08-02 Improve performance of ORDER BY / DISTINCT aggregates David Rowley 16.0