citus/src/backend/distributed
Hanefi Onaldi d4394b2e2d
Fix spacing in multiline strings (#6533)
When using multiline strings, we occasionally forget to add a single
space at the end of the first line. When this line is concatenated with
the next one, the resulting string has a missing space.
2022-12-01 23:42:47 +03:00
..
clock Remove the explicit-transaction requirement for the UDF citus_get_transaction_clock() as implicit transactions too use this UDF. 2022-11-10 10:54:36 -08:00
commands Add support for SET ACCESS METHOD in altering a distributed table (#6525) 2022-12-01 17:45:32 +01:00
connection This implements a new UDF citus_get_cluster_clock() that returns a monotonically 2022-10-28 10:15:08 -07:00
deparser Fix the dangling pointer bug in get_merged_argument_list() 2022-11-22 09:41:10 -08:00
executor Deprecate citus.replicate_reference_tables_on_activate, make it always off (#6474) 2022-11-04 16:21:10 +01:00
metadata Fix spacing in multiline strings (#6533) 2022-12-01 23:42:47 +03:00
operations Fix spacing in multiline strings (#6533) 2022-12-01 23:42:47 +03:00
planner fix false full join pushdown error check (#6523) 2022-11-30 14:17:56 +03:00
progress Add status column to get_rebalance_progress() (#6403) 2022-10-17 16:55:31 +03:00
relay Drop postgres 12 support (#6040) 2022-07-20 17:49:36 +03:00
replication Fix spacing in multiline strings (#6533) 2022-12-01 23:42:47 +03:00
shardsplit Introduce code changes to fix Issue:6303 (#6328) 2022-09-14 19:56:32 +05:30
sql Deprecate citus.replicate_reference_tables_on_activate, make it always off (#6474) 2022-11-04 16:21:10 +01:00
test Cleanup for shard moves (#6472) 2022-11-30 15:38:05 +03:00
transaction Grammar: it's to its 2022-11-28 20:43:44 +00:00
utils Fix spacing in multiline strings (#6533) 2022-12-01 23:42:47 +03:00
worker Grammar: it's to its 2022-11-28 20:43:44 +00: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.2devel (#6385) 2022-09-30 14:47:42 +03:00
safeclib Compile safestringlib using regular configure 2020-03-19 11:52:20 +01:00
shared_library_init.c Fix spacing in multiline strings (#6533) 2022-12-01 23:42:47 +03:00