Commits
Showing commits that first shipped in 18 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-02-27 | Don't flatten join alias Vars that are stored within a GROUP RTE. | Tom Lane | 18.4 |
| 2025-11-18 | Don't allow CTEs to determine semantic levels of aggregates. | Tom Lane | 18.2 |
| 2025-09-17 | Calculate agglevelsup correctly when Aggref contains a CTE. | Tom Lane | 18.0 |
| 2025-03-09 | Don't try to parallelize array_agg() on an anonymous record type. | Tom Lane | 18.0 |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian | 18.0 |
| 2024-11-28 | Remove useless casts to (void *) | Peter Eisentraut | 18.0 |
| 2024-09-11 | Remove incorrect Assert. | Tom Lane | 18.0 |
| 2024-09-10 | Mark expressions nullable by grouping sets | Richard Guo | 18.0 |
| 2024-09-10 | Introduce an RTE for the grouping step | Richard Guo | 18.0 |