citus/src/backend/distributed
Gokhan Gulbiz 02eacd4113
Introduce worker_modify_identity_columns() udf
2023-03-01 14:09:06 +03:00
..
clock Address the issues/comments from the original PR# 6315 2022-12-05 11:06:21 -08:00
commands Propagate identity columns as-is to workers. 2023-03-01 14:09:06 +03:00
connection Also reset transactions at connection shutdown (#6685) 2023-02-02 16:05:34 +01:00
deparser Propagate identity columns as-is to workers. 2023-03-01 14:09:06 +03:00
executor fix single tuple result memory leak (#6724) 2023-02-17 14:15:09 +03:00
metadata Propagate identity columns as-is to workers. 2023-03-01 14:09:06 +03:00
operations fix memory leak during distribution of a table with a lot of partitions (#6722) 2023-02-17 18:12:49 +03:00
planner Rearrange the common code into a newfunction to facilitate the multiple checks of the same conditions in a multi-modify MERGE statement 2023-02-24 12:55:11 -08: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 Introduce worker_modify_identity_columns() udf 2023-03-01 14:09:06 +03:00
test Remove shardstate leftovers (#6627) 2023-01-19 11:43:58 +03:00
transaction Also reset transactions at connection shutdown (#6685) 2023-02-02 16:05:34 +01:00
utils Identity Column Support on Citus Managed Tables (#6591) 2023-01-19 15:45:41 +03:00
worker Introduce worker_modify_identity_columns() udf 2023-03-01 14:09:06 +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 Bump Citus to 11.3devel (#6690) 2023-02-06 10:23:25 +00: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