Commits

DateSubjectAuthorReleases
2026-07-01 Improve the names generated for indexes on expressions. Tom Lane master
2026-06-11 Fix parsing of parenthesised OLD/NEW in RETURNING list. Dean Rasheed 18 (unreleased)
2026-06-11 Fix parsing of parenthesised OLD/NEW in RETURNING list. Dean Rasheed 19 (unreleased)
2026-03-16 SQL Property Graph Queries (SQL/PGQ) Peter Eisentraut 19 (unreleased)
2026-03-15 Add all required calls to TupleDescFinalize() David Rowley 19 (unreleased)
2026-03-03 Reduce scope of for-loop-local variables to avoid shadowing Álvaro Herrera 19 (unreleased)
2026-02-12 Remove p_is_insert from struct ParseState. Dean Rasheed 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-08-28 Avoid including commands/dbcommands.h in so many places Álvaro Herrera 19 (unreleased)
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-09-10 Introduce an RTE for the grouping step Richard Guo 18.0
2024-04-04 Add basic JSON_TABLE() functionality Amit Langote 17.0
2024-03-21 Add SQL/JSON query functions Amit Langote 17.0
2024-03-17 Add RETURNING support to MERGE. Dean Rasheed 17.0
2024-03-14 Make INSERT-from-multiple-VALUES-rows handle domain target columns. Tom Lane 17.0
2024-03-14 Make INSERT-from-multiple-VALUES-rows handle domain target columns. Tom Lane 12.19
2024-03-14 Make INSERT-from-multiple-VALUES-rows handle domain target columns. Tom Lane 15.7
2024-03-14 Make INSERT-from-multiple-VALUES-rows handle domain target columns. Tom Lane 16.3
2024-03-14 Make INSERT-from-multiple-VALUES-rows handle domain target columns. Tom Lane 14.12
2024-03-14 Make INSERT-from-multiple-VALUES-rows handle domain target columns. Tom Lane 13.15
2024-03-04 Remove unused #include's from backend .c files Peter Eisentraut 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-09-15 Track nesting depth correctly when drilling down into RECORD Vars. Tom Lane 17.0
2023-09-15 Track nesting depth correctly when drilling down into RECORD Vars. Tom Lane 12.17