citus/src
Onder Kalaci 66523b4da1 Support JSON_TABLE on PG 15
Postgres supports JSON_TABLE feature on PG 15.

We treat JSON_TABLE the same as correlated functions (e.g., recurring tuples).
In the end, for multi-shard JSON_TABLE commands, we apply the same
restrictions as reference tables (e.g., cannot be in the outer part of
an outer join etc.)
2022-08-17 20:46:51 +03:00
..
backend Support JSON_TABLE on PG 15 2022-08-17 20:46:51 +03:00
bin/pg_send_cancellation Make enterprise features open source (#6008) 2022-06-16 00:23:46 -07:00
include Support JSON_TABLE on PG 15 2022-08-17 20:46:51 +03:00
test Support JSON_TABLE on PG 15 2022-08-17 20:46:51 +03:00