citus/src/backend/distributed
Onder Kalaci e65e72130d Rename use -> shouldUse
Because setting the flag doesn't necessarily mean that we'll
use 2PC. If connections are read-only, we will not use 2PC.
In other words, we'll use 2PC only for connections that modified
any placements.
2021-03-12 08:29:43 +00:00
..
commands Rename use -> shouldUse 2021-03-12 08:29:43 +00:00
connection Fix various typos due to zealous repetition 2021-03-04 19:28:15 +00:00
deparser Convert RelabelTypes into CollateExprs in get_rule_expr function 2021-02-05 12:06:46 +03:00
executor Rename use -> shouldUse 2021-03-12 08:29:43 +00:00
metadata Fix various typos due to zealous repetition 2021-03-04 19:28:15 +00:00
operations Rename use -> shouldUse 2021-03-12 08:29:43 +00:00
planner Fixes a crash in queries with a modifying CTE and a SELECT without FROM 2021-03-09 10:39:33 +01:00
progress Replace foreach with foreach_ptr/foreach_oid (#3544) 2020-02-27 16:54:49 +01:00
relay Remove length limitations for table renames 2021-02-24 03:35:27 +03:00
sql Remove foreign keys between columnar metadata tables (#4791) 2021-03-12 11:28:17 +03:00
test Rename use -> shouldUse 2021-03-12 08:29:43 +00:00
transaction Rename use -> shouldUse 2021-03-12 08:29:43 +00:00
utils Reimplement citus_update_table_statistics to detect dist. deadlocks (#4752) 2021-03-03 04:12:30 +03:00
worker Fix various typos due to zealous repetition 2021-03-04 19:28:15 +00:00
.gitignore Change SQL migration build process for easier reviews (#2951) 2019-09-13 18:44:27 +02:00
Makefile make columnar compile and functionally working 2020-11-17 18:55:34 +01:00
citus.control Bump Citus to 10.1devel 2021-02-17 11:54:33 +03:00
safeclib Compile safestringlib using regular configure 2020-03-19 11:52:20 +01:00
shared_library_init.c Add regression tests for COPY into colocated intermediate results 2021-02-11 15:41:06 +01:00