citus/src
Colm McHugh eba6153c65 PG18: syntax & semantics behavior in Citus, part 1.
Includes PG18 tests for:
- OLD/NEW support in RETURNING clause of DML queries (PG commit 80feb727c)
- WITHOUT OVERLAPS in PRIMARY KEY and UNIQUE constraints (PG commit fc0438b4e)
- COLUMNS clause in JSON_TABLE (PG commit bb766cd)
- Foreign tables created with LIKE <table> clause (PG commit 302cf1575)
- Foreign Key constraint with PERIOD clause (PG commit 89f908a6d)
- COPY command REJECT_LIMIT option (PG commit 4ac2a9bec)
- COPY TABLE TO on a materialized view (PG commit 534874fac)
2025-11-17 10:48:53 +00:00
..
backend Keep temp reloid for columnar cases (#8309) 2025-11-06 23:15:52 +03:00
include Keep temp reloid for columnar cases (#8309) 2025-11-06 23:15:52 +03:00
test PG18: syntax & semantics behavior in Citus, part 1. 2025-11-17 10:48:53 +00:00