citus/src/backend/distributed
Teja Mupparti 6762dec444 Fix the incorrect column count after ALTER TABLE, this fixes the bug #7378 (please read the analysis in the bug for more information)
(cherry picked from commit 00068e07c5)
2024-01-25 14:11:42 -08:00
..
clock Address the issues/comments from the original PR# 6315 2022-12-05 11:06:21 -08:00
commands Make sure to disallow creating a replicated distributed table concurrently (#7219) 2023-10-24 14:04:32 +03:00
connection PQputCopyData's return value 0 should be considered fail (#7152) 2023-08-29 11:21:18 +02:00
deparser Fix the incorrect column count after ALTER TABLE, this fixes the bug #7378 (please read the analysis in the bug for more information) 2024-01-25 14:11:42 -08:00
executor Improve failure handling of distributed execution 2023-08-01 13:42:10 +03:00
metadata Backport identity column improvements to v11.2 (#6811) 2023-04-06 09:46:00 +03:00
operations Backport 2023-06-07 04:41:37 +03:00
planner Revert "Support MERGE on distributed tables with restrictions" (#6675) 2023-01-30 15:01:59 +01:00
progress Add status column to get_rebalance_progress() (#6403) 2022-10-17 16:55:31 +03:00
relay Fixes ADD {PRIMARY KEY/UNIQUE} USING INDEX cmd (#6647) 2023-01-25 21:28:07 +03:00
replication Quote all identifiers that we use for logical replication (#6604) 2023-01-06 14:12:03 +00:00
shardsplit Introduce code changes to fix Issue:6303 (#6328) 2022-09-14 19:56:32 +05:30
sql Backport identity column improvements to v11.2 (#6811) 2023-04-06 09:46:00 +03:00
test Removes pg_send_cancellation (#7135) 2023-09-26 16:54:26 +03:00
transaction Also reset transactions at connection shutdown (#6685) 2023-02-02 16:05:34 +01:00
utils Fix the incorrect column count after ALTER TABLE, this fixes the bug #7378 (please read the analysis in the bug for more information) 2024-01-25 14:11:42 -08:00
worker Backport identity column improvements to v11.2 (#6811) 2023-04-06 09:46:00 +03:00
.gitignore Change SQL migration build process for easier reviews (#2951) 2019-09-13 18:44:27 +02:00
Makefile This implements a new UDF citus_get_cluster_clock() that returns a monotonically 2022-10-28 10:15:08 -07:00
citus--11.1-1.control Support citus_columnar as separate extension (#5911) 2022-07-13 21:08:29 -07:00
citus.control Backport identity column improvements to v11.2 (#6811) 2023-04-06 09:46:00 +03:00
safeclib Compile safestringlib using regular configure 2020-03-19 11:52:20 +01:00
shared_library_init.c Make GPIDs work with pg_dist_poolinfo (#6588) 2023-01-13 14:39:19 +00:00