citus/src/backend/distributed
Teja Mupparti 846cbc3a39 In the MERGE join clause, there is a datatype mismatch between target's distribution column
and the expression originating from the source. If the types are different, Citus uses
different hash functions for the two column types, which might lead to incorrect repartitioning
of the result data
2023-07-27 16:06:00 -07: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: Resolve compilation issues (#7005) 2023-07-21 14:32:37 +03:00
executor Drop PG13 Support Phase 2 - Remove PG13 specific paths/tests (#7007) 2023-06-21 14:18:23 +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 In the MERGE join clause, there is a datatype mismatch between target's distribution column 2023-07-27 16:06:00 -07: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 Move SQL file changes for citus_shard_sizes fixes into the new 11.3-2 version (#7050) 2023-07-14 17:19:54 +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: Resolve compilation issues (#7005) 2023-07-21 14:32:37 +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