citus/src/backend/distributed
Ahmet Gedemenli eadc88a800
Introduce GUC citus.skip_constraint_validation (#6281)
Introduces a new GUC named citus.skip_constraint_validation, which basically skips constraint validation when set to on.
For some several places that we hack to skip the foreign key validation phase, now we use this GUC.
2022-09-08 18:13:18 +03:00
..
commands Introduce GUC citus.skip_constraint_validation (#6281) 2022-09-08 18:13:18 +03:00
connection Remove unused functions (#6220) 2022-08-22 11:53:25 +03:00
deparser Pg15 support (#6085) 2022-08-24 17:59:17 +02:00
executor Introduce GUC citus.skip_constraint_validation (#6281) 2022-09-08 18:13:18 +03:00
metadata 'Deferred Drop' and robust 'Shard Cleanup' for Splits. (#6258) 2022-09-06 12:11:20 -07:00
operations 'Deferred Drop' and robust 'Shard Cleanup' for Splits. (#6258) 2022-09-06 12:11:20 -07:00
planner Throw an error if there is a RangeTblEntry that is not assigned an RTE identity. (#6295) 2022-09-06 15:46:41 +02:00
progress Fix reporting of progress on waiting and moved shards (#6274) 2022-08-31 14:55:47 +03:00
relay Drop postgres 12 support (#6040) 2022-07-20 17:49:36 +03:00
replication 'Deferred Drop' and robust 'Shard Cleanup' for Splits. (#6258) 2022-09-06 12:11:20 -07:00
shardsplit Add non-blocking variant of create_distributed_table (#6087) 2022-08-30 15:35:40 +03:00
sql Don't override postgres C symbols with our own (#6300) 2022-09-07 11:27:05 +02:00
test Remove useless version compats 2022-07-29 10:31:55 +02:00
transaction 'Deferred Drop' and robust 'Shard Cleanup' for Splits. (#6258) 2022-09-06 12:11:20 -07:00
utils 'Deferred Drop' and robust 'Shard Cleanup' for Splits. (#6258) 2022-09-06 12:11:20 -07:00
worker Remove unused functions (#6220) 2022-08-22 11:53:25 +03:00
.gitignore Change SQL migration build process for easier reviews (#2951) 2019-09-13 18:44:27 +02:00
Makefile Introduce Non-Blocking Shard Split Workflow 2022-08-04 16:32:38 +02:00
citus--11.1-1.control Support citus_columnar as separate extension (#5911) 2022-07-13 21:08:29 -07:00
citus.control Remove old re-partitioning functions 2022-04-04 18:11:52 +02:00
safeclib Compile safestringlib using regular configure 2020-03-19 11:52:20 +01:00
shared_library_init.c Introduce GUC citus.skip_constraint_validation (#6281) 2022-09-08 18:13:18 +03:00