Commits

DateSubjectAuthorReleases
2024-04-04 Add basic JSON_TABLE() functionality Amit Langote 17.0
2024-03-30 Add support for MERGE ... WHEN NOT MATCHED BY SOURCE. Dean Rasheed 17.0
2024-03-24 Add temporal FOREIGN KEY contraints Peter Eisentraut 17.0
2024-03-21 Add SQL/JSON query functions Amit Langote 17.0
2024-03-20 Catalog domain not-null constraints Peter Eisentraut 17.0
2024-03-19 Improve EXPLAIN's display of SubPlan nodes and output parameters. Tom Lane 17.0
2024-03-17 Add RETURNING support to MERGE. Dean Rasheed 17.0
2024-03-17 Fix EXPLAIN output for subplans in MERGE. Dean Rasheed 15.7
2024-03-17 Fix EXPLAIN output for subplans in MERGE. Dean Rasheed 16.3
2024-03-17 Fix EXPLAIN output for subplans in MERGE. Dean Rasheed 17.0
2024-03-05 Rename pg_constraint.conwithoutoverlaps to conperiod Peter Eisentraut 17.0
2024-03-04 Remove unused #include's from backend .c files Peter Eisentraut 17.0
2024-02-09 Remove race condition in pg_get_expr(). Tom Lane 12.19
2024-02-09 Remove race condition in pg_get_expr(). Tom Lane 14.12
2024-02-09 Remove race condition in pg_get_expr(). Tom Lane 13.15
2024-02-09 Remove race condition in pg_get_expr(). Tom Lane 17.0
2024-02-09 Remove race condition in pg_get_expr(). Tom Lane 16.3
2024-02-09 Remove race condition in pg_get_expr(). Tom Lane 15.7
2024-01-24 Add temporal PRIMARY KEY and UNIQUE constraints Peter Eisentraut 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-10-13 Add support for AT LOCAL Michael Paquier 17.0
2023-10-03 Tidy-up some appendStringInfo*() usages David Rowley 17.0
2023-09-26 Add some const qualifiers Peter Eisentraut 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