citus/src/backend/distributed/executor
Önder Kalacı b3299de81c
Drop support for citus.multi_shard_commit_protocol (#5380)
In the past, we allowed users to manually switch to 1PC
(e.g., one phase commit). However, with this commit, we
don't. All multi-shard modifications are done via 2PC.
2021-10-21 14:01:28 +02:00
..
adaptive_executor.c Drop support for citus.multi_shard_commit_protocol (#5380) 2021-10-21 14:01:28 +02:00
citus_custom_scan.c Deparse/parse the local cached queries 2021-06-21 12:24:29 +03:00
directed_acyclic_graph_execution.c Remove task tracker executor (#3850) 2020-07-18 13:11:36 +03:00
distributed_execution_locks.c Introduce cache entry/table utilities (#4132) 2020-09-02 22:26:05 +03:00
distributed_intermediate_results.c Fixes function names in comments 2021-10-06 09:24:43 +03:00
insert_select_executor.c Support local execution for INSERT..SELECT with re-partitioning 2021-01-06 16:15:53 +01:00
intermediate_results.c Move CheckCitusVersion to the top of each function 2021-06-01 17:43:46 +02:00
local_executor.c Fixes function names in comments 2021-10-06 09:24:43 +03:00
multi_client_executor.c Remove unused functions that cppcheck found 2020-10-19 13:50:52 +03:00
multi_executor.c Fix style 2021-09-03 16:09:59 +03:00
multi_server_executor.c Local execution considers intermediate result size limit 2020-10-15 17:18:55 +02:00
partitioned_intermediate_results.c Move CheckCitusVersion to the top of each function 2021-06-01 17:43:46 +02:00
placement_access.c Not include to-be-deleted shards while finding shard placements 2021-06-28 13:05:31 +03:00
query_stats.c Remove task tracker executor (#3850) 2020-07-18 13:11:36 +03:00
repartition_join_execution.c Introduce GetCurrentLocalExecutionStatus wrapper 2020-10-15 15:38:19 +03:00
subplan_execution.c Fix explain subplan duration 2020-07-03 20:39:55 +03:00
tuple_destination.c Fixes function names in comments 2021-10-06 09:24:43 +03:00