Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-11-18 | Don't allow CTEs to determine semantic levels of aggregates. | Tom Lane | 16.12 |
| 2025-09-17 | Calculate agglevelsup correctly when Aggref contains a CTE. | Tom Lane | 16.11 |
| 2025-03-09 | Don't try to parallelize array_agg() on an anonymous record type. | Tom Lane | 16.9 |
| 2024-09-11 | Remove incorrect Assert. | Tom Lane | 16.5 |
| 2023-11-06 | Compute aggregate argument types correctly in transformAggregateCall(). | Tom Lane | 16.1 |
| 2023-03-13 | Fix failure to detect some cases of improperly-nested aggregates. | Tom Lane | 16.0 |
| 2023-01-30 | Make Vars be outer-join-aware. | Tom Lane | 16.0 |
| 2023-01-23 | Allow parallel aggregate on string_agg and array_agg | David Rowley | 16.0 |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian | 16.0 |
| 2022-12-22 | Allow window functions to adjust their frameOptions | David Rowley | 16.0 |