Commits
Showing commits that first shipped in 18 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2026-06-08 | Fix missed checks for hashability of container-type equality. | Tom Lane | 18 (unreleased) |
| 2026-02-25 | Fix unsafe RTE_GROUP removal in simplify_EXISTS_query | Richard Guo | 18.4 |
| 2025-04-04 | Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriate | Alexander Korotkov | 18.0 |
| 2025-01-16 | Add OLD/NEW support to RETURNING in DML queries. | Dean Rasheed | 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-10-25 | Remove the RTE_GROUP RTE if we drop the groupClause | Richard Guo | 18.0 |