citus/src/backend/distributed
Naisila Puka 0d503dd5ac
PG16 compatibility: ruleutils and successful CREATE EXTENSION (#7087)
PG16 compatibility - Part 2

Part 1 provided successful compilation against pg16beta2.
42d956888d

This PR provides ruleutils changes with pg16beta2 and successful CREATE EXTENSION command.
Note that more changes are needed in order to have successful regression tests.
More commits are coming soon ...

For any_value changes, I referred to this commit
8ef94dc1f5
where we did something similar for PG14 support.
2023-08-02 16:04:51 +03:00
..
cdc [typo] fix typo in comments (#7073) 2023-07-25 16:43:55 +03:00
clock Address the issues/comments from the original PR# 6315 2022-12-05 11:06:21 -08:00
commands PG16 compatibility: Resolve compilation issues (#7005) 2023-07-21 14:32:37 +03:00
connection Drop PG13 Support Phase 2 - Remove PG13 specific paths/tests (#7007) 2023-06-21 14:18:23 +03:00
deparser PG16 compatibility: ruleutils and successful CREATE EXTENSION (#7087) 2023-08-02 16:04:51 +03:00
executor Improve failure handling of distributed execution (#7090) 2023-08-01 16:47:59 +03:00
metadata [typo] fix typo in comments (#7073) 2023-07-25 16:43:55 +03:00
operations Do not move a shard to a node that it already exists on 2023-07-25 13:38:33 +03:00
planner Add support for router INSERT .. SELECT commands (#7077) 2023-07-28 15:07:20 +03:00
progress Add status column to get_rebalance_progress() (#6403) 2022-10-17 16:55:31 +03:00
relay Deparse ALTER TABLE commands if ADD COLUMN is the only subcommand 2023-07-12 18:17:47 +03:00
replication Drop PG13 Support Phase 2 - Remove PG13 specific paths/tests (#7007) 2023-06-21 14:18:23 +03:00
shardsplit Make CDC decoder an independent extension (#6810) 2023-04-03 21:32:15 +05:30
sql PG16 compatibility: ruleutils and successful CREATE EXTENSION (#7087) 2023-08-02 16:04:51 +03:00
test PG16 compatibility: Resolve compilation issues (#7005) 2023-07-21 14:32:37 +03:00
transaction PG16 compatibility: Resolve compilation issues (#7005) 2023-07-21 14:32:37 +03:00
utils PG16 compatibility: ruleutils and successful CREATE EXTENSION (#7087) 2023-08-02 16:04:51 +03:00
worker PG16 compatibility: Resolve compilation issues (#7005) 2023-07-21 14:32:37 +03:00
.gitignore Change SQL migration build process for easier reviews (#2951) 2019-09-13 18:44:27 +02:00
Makefile Makefile changes to build CDC in builddir for pgoutput and wal2json. (#6827) 2023-04-06 17:03:12 +05:30
citus--11.1-1.control Support citus_columnar as separate extension (#5911) 2022-07-13 21:08:29 -07:00
citus.control Bump Citus version into 12.1devel (#7061) 2023-07-14 13:12:30 +03:00
safeclib Compile safestringlib using regular configure 2020-03-19 11:52:20 +01:00
shared_library_init.c PG16 compatibility: Resolve compilation issues (#7005) 2023-07-21 14:32:37 +03:00