Commits
Showing commits that first shipped in 15 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-11-18 | Don't allow CTEs to determine semantic levels of aggregates. | Tom Lane | 15.16 |
| 2025-09-17 | Calculate agglevelsup correctly when Aggref contains a CTE. | Tom Lane | 15.15 |
| 2024-09-11 | Remove incorrect Assert. | Tom Lane | 15.9 |
| 2023-11-06 | Compute aggregate argument types correctly in transformAggregateCall(). | Tom Lane | 15.5 |
| 2023-03-13 | Fix failure to detect some cases of improperly-nested aggregates. | Tom Lane | 15.3 |
| 2022-03-28 | Add support for MERGE SQL command | Alvaro Herrera | 15.0 |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian | 15.0 |
| 2021-08-18 | Fix check_agg_arguments' examination of aggregate FILTER clauses. | Tom Lane | 15.0 |
| 2021-07-04 | Cleanup some aggregate code in the executor | David Rowley | 15.0 |