Commits
Showing commits that first shipped in 17 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-11-18 | Don't allow CTEs to determine semantic levels of aggregates. | Tom Lane | 17.8 |
| 2025-09-17 | Calculate agglevelsup correctly when Aggref contains a CTE. | Tom Lane | 17.7 |
| 2025-03-09 | Don't try to parallelize array_agg() on an anonymous record type. | Tom Lane | 17.5 |
| 2024-09-11 | Remove incorrect Assert. | Tom Lane | 17.0 |
| 2024-03-17 | Add RETURNING support to MERGE. | Dean Rasheed | 17.0 |
| 2024-02-16 | Use new overflow-safe integer comparison functions. | Nathan Bossart | 17.0 |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian | 17.0 |
| 2023-11-06 | Compute aggregate argument types correctly in transformAggregateCall(). | Tom Lane | 17.0 |