citus/src/include/distributed
Önder Kalacı 960cd02c67
Remove real time router executors (#3142)
* Remove unused executor codes

All of the codes of real-time executor. Some functions
in router executor still remains there because there
are common functions. We'll move them to accurate places
in the follow-up commits.

* Move GUCs to transaction mngnt and remove unused struct

* Update test output

* Get rid of references of real-time executor from code

* Warn if real-time executor is picked

* Remove lots of unused connection codes

* Removed unused code for connection restrictions

Real-time and router executors cannot handle re-using of the existing
connections within a transaction block.

Adaptive executor and COPY can re-use the connections. So, there is no
reason to keep the code around for applying the restrictions in the
placement connection logic.
2019-11-05 12:48:10 +01:00
..
commands Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
metadata Disallow distributed functions for functions depending on an extension (#3049) 2019-09-30 15:19:47 +02:00
backend_data.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
citus_acquire_lock.h Feature: optionally force master_update_node during failover (#2773) 2019-06-21 12:03:15 +02:00
citus_clauses.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
citus_custom_scan.h Remove real time router executors (#3142) 2019-11-05 12:48:10 +01:00
citus_nodefuncs.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
citus_nodes.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
citus_ruleutils.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
colocation_utils.h Add upgrade_to_reference_table 2017-01-02 17:54:42 +02:00
commands.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
connection_management.h Remove real time router executors (#3142) 2019-11-05 12:48:10 +01:00
deparse_shard_query.h Add explicit RelationShards mapping to tasks 2016-12-23 10:23:43 +01:00
deparser.h Deparsing and qualifiying for FUNCTION/PROCEDURE statements (#3014) 2019-09-27 19:02:52 +02:00
distributed_deadlock_detection.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
distributed_execution_locks.h Remove real time router executors (#3142) 2019-11-05 12:48:10 +01:00
distributed_planner.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
distribution_column.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
enterprise.h Add shard rebalancer stubs 2019-09-12 16:40:25 +02:00
errormessage.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
extended_op_node_utils.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
foreign_key_relationship.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
function_call_delegation.h Attempt to force custom plans for prepared statements when trying to delegate function calls 2019-09-30 23:49:14 +00:00
function_utils.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
hash_helpers.h Add shouldhaveshards to pg_dist_node (#2960) 2019-10-22 16:47:16 +02:00
insert_select_executor.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
insert_select_planner.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
intermediate_results.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
listutils.h Add extra foreach convenience macros (#3117) 2019-10-23 16:49:12 +02:00
local_executor.h Introduce the concept of Local Execution 2019-09-12 11:51:25 +02:00
lock_graph.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
maintenanced.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
master_metadata_utility.h Make sure that distributed functions always have the correct user 2019-10-04 21:38:49 +00:00
master_protocol.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
memutils.h Implementation for asycn FinishConnectionListEstablishment (#2584) 2019-03-22 17:30:42 +01:00
metadata_cache.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
metadata_sync.h Add shouldhaveshards to pg_dist_node (#2960) 2019-10-22 16:47:16 +02:00
multi_client_executor.h Remove real time router executors (#3142) 2019-11-05 12:48:10 +01:00
multi_executor.h Remove real time router executors (#3142) 2019-11-05 12:48:10 +01:00
multi_explain.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
multi_join_order.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
multi_logical_optimizer.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
multi_logical_planner.h Refactor range table walkers (#3109) 2019-10-16 01:20:49 +03:00
multi_master_planner.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
multi_partitioning_utils.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
multi_physical_planner.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
multi_progress.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
multi_resowner.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
multi_router_planner.h PlanRouterQuery: don't store list of list of shard intervals in relationShardList 2019-08-02 14:08:57 +00:00
multi_server_executor.h Remove real time router executors (#3142) 2019-11-05 12:48:10 +01:00
pg_dist_colocation.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
pg_dist_local_group.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
pg_dist_node.h Add shouldhaveshards to pg_dist_node (#2960) 2019-10-22 16:47:16 +02:00
pg_dist_node_metadata.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
pg_dist_partition.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
pg_dist_placement.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
pg_dist_shard.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
pg_dist_transaction.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
placement_access.h Remove real time router executors (#3142) 2019-11-05 12:48:10 +01:00
placement_connection.h Remove real time router executors (#3142) 2019-11-05 12:48:10 +01:00
query_colocation_checker.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
query_pushdown_planning.h Support subqueries in HAVING (#3098) 2019-10-16 16:40:14 +02:00
query_stats.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
query_utils.h Include all relevant relations in the ExtractRangeTableRelationWalker (#3135) 2019-11-01 16:06:58 +01:00
recursive_planning.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
reference_table_utils.h Add shouldhaveshards to pg_dist_node (#2960) 2019-10-22 16:47:16 +02:00
relation_access_tracking.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
relation_restriction_equivalence.h Include all relevant relations in the ExtractRangeTableRelationWalker (#3135) 2019-11-01 16:06:58 +01:00
relay_utility.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
remote_commands.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
remote_transaction.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
resource_lock.h Remove real time router executors (#3142) 2019-11-05 12:48:10 +01:00
run_from_same_connection.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
shard_pruning.h Add a debug message with distribution column value 2018-06-05 15:09:17 +03:00
shardinterval_utils.h Lock reads and writes only to the node being updated in master_update_node 2018-05-09 15:14:20 +02:00
shared_library_init.h refactor some of hard coded values in citus gucs (#3137) 2019-10-30 10:35:39 +03:00
statistics_collection.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
subplan_execution.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
task_tracker.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
task_tracker_protocol.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
time_constants.h refactor some of hard coded values in citus gucs (#3137) 2019-10-30 10:35:39 +03:00
transaction_identifier.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
transaction_management.h Remove real time router executors (#3142) 2019-11-05 12:48:10 +01:00
transaction_recovery.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
transmit.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
tuplestore.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
version_compat.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
worker_manager.h Add shouldhaveshards to pg_dist_node (#2960) 2019-10-22 16:47:16 +02:00
worker_protocol.h Remove real time router executors (#3142) 2019-11-05 12:48:10 +01:00
worker_shard_visibility.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
worker_transaction.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00