Commits

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

DateSubjectAuthorReleases
2025-04-20 Fix issue with ORDER BY / DISTINCT aggregates and FILTER David Rowley 16.9
2025-03-09 Don't try to parallelize array_agg() on an anonymous record type. Tom Lane 16.9
2024-05-18 Account for optimized MinMax aggregates during SS_finalize_plan. Tom Lane 16.4
2024-03-27 Fix unstable aggregate regression test David Rowley 16.3
2024-01-04 Fix use of incorrect TupleTableSlot in DISTINCT aggregates David Rowley 16.2
2023-04-16 Ensure result of an aggregate's finalfunc is made read-only. Tom Lane 16.0
2023-03-13 Fix failure to detect some cases of improperly-nested aggregates. Tom Lane 16.0
2023-02-22 Implement ANY_VALUE aggregate Peter Eisentraut 16.0
2023-02-13 Fix incorrect presorted DISTINCT aggregate if condition David Rowley 16.0
2023-01-30 Make Vars be outer-join-aware. Tom Lane 16.0
2023-01-23 Harden new parallel string_agg/array_agg regression test David Rowley 16.0
2023-01-23 Allow parallel aggregate on string_agg and array_agg David Rowley 16.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-17 Don't presort ORDER BY/DISTINCT Aggrefs with volatile functions David Rowley 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-12-20 Add enable_presorted_aggregate GUC David Rowley 16.0
2022-10-03 Revert "Optimize order of GROUP BY keys". Tom Lane 16.0
2022-08-02 Improve performance of ORDER BY / DISTINCT aggregates David Rowley 16.0