citus/src/include/distributed
Hadi Moshayedi f38d0e5b3f Partitioned task list results. 2020-01-09 10:32:58 -08:00
..
commands Create the ALTER ROLE propagation 2019-11-18 18:31:28 +03:00
metadata remove copyright years (#3286) 2019-12-11 21:14:08 +03:00
adaptive_executor.h Add adaptive executor support for repartition joins (#3169) 2019-12-17 19:09:45 +03:00
argutils.h Add the necessary changes for rebalance strategies on enterprise (#3325) 2019-12-19 15:23:08 +01:00
backend_data.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
cancel_utils.h add IsHoldOffCancellationReceived utility function (#3290) 2019-12-12 17:32:59 +03:00
citus_acquire_lock.h remove copyright years (#3286) 2019-12-11 21:14:08 +03:00
citus_clauses.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
citus_custom_scan.h Introduce intermediate result broadcasting 2019-11-20 15:26:36 +03: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 Miscellaneous cleanup in prep for collation propagation 2019-11-19 17:28:59 +00:00
colocation_utils.h remove copyright years (#3286) 2019-12-11 21:14:08 +03:00
commands.h Introduce GetDistributeObjectOps to organize dispatch of logic dependent on node/object type 2020-01-09 18:24:29 +00:00
connection_management.h Introduce GetDistributeObjectOps to organize dispatch of logic dependent on node/object type 2020-01-09 18:24:29 +00:00
deparse_shard_query.h remove copyright years (#3286) 2019-12-11 21:14:08 +03:00
deparser.h Introduce GetDistributeObjectOps to organize dispatch of logic dependent on node/object type 2020-01-09 18:24:29 +00:00
directed_acylic_graph_execution.h Add adaptive executor support for repartition joins (#3169) 2019-12-17 19:09:45 +03: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 Refactor distributed_planner for better understandability 2020-01-06 14:23:38 +01:00
distribution_column.h Fix segfault in column_to_column_name 2019-12-01 23:57:25 +01:00
enterprise.h remove copyright years (#3286) 2019-12-11 21:14:08 +03:00
errormessage.h Introduce GetDistributeObjectOps to organize dispatch of logic dependent on node/object type 2020-01-09 18:24:29 +00:00
extended_op_node_utils.h Implement pulling up rows to coordinator when aggregates cannot be pushed down. Enabled by default 2020-01-07 01:16:04 +00:00
foreign_key_relationship.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
function_call_delegation.h Refactor distributed_planner for better understandability 2020-01-06 14:23:38 +01: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 Move coordinator insert..select logic into executor 2019-12-10 11:21:35 -08:00
insert_select_planner.h Do not go through standard_planner() for INSERTs (#3348) 2020-01-03 12:15:22 +00:00
intermediate_result_pruning.h Introduce intermediate result broadcasting 2019-11-20 15:26:36 +03:00
intermediate_results.h Partitioned task list results. 2020-01-09 10:32:58 -08:00
listutils.h remove copyright years (#3286) 2019-12-11 21:14:08 +03:00
local_executor.h remove copyright years (#3286) 2019-12-11 21:14:08 +03:00
lock_graph.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
log_utils.h add IsLoggableLevel utility function (#3149) 2019-11-15 14:59:13 +03:00
maintenanced.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
master_metadata_utility.h Introduce GetDistributeObjectOps to organize dispatch of logic dependent on node/object type 2020-01-09 18:24:29 +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 Implement partitioned intermediate results. 2019-12-24 03:53:39 -08: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 Clean up transaction block usage logic in adaptive executor 2019-12-17 10:48:19 +01:00
multi_explain.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
multi_join_order.h Allow cartesian products on reference tables 2019-12-27 15:05:51 +01:00
multi_logical_optimizer.h Implement pulling up rows to coordinator when aggregates cannot be pushed down. Enabled by default 2020-01-07 01:16:04 +00:00
multi_logical_planner.h Estimate cost of read_intermediate_results() 2019-12-17 13:51:51 -08: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 Partitioned task list results. 2020-01-09 10:32:58 -08: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 Skip shard pruning when possible 2020-01-06 12:42:43 +01:00
multi_server_executor.h Add adaptive executor support for repartition joins (#3169) 2019-12-17 19:09:45 +03:00
multi_task_tracker_executor.h Add adaptive executor support for repartition joins (#3169) 2019-12-17 19:09:45 +03:00
pg_dist_colocation.h Add distributioncolumncollation to to pg_dist_colocation 2019-12-09 19:51:40 +00: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_rebalance_strategy.h Add the necessary changes for rebalance strategies on enterprise (#3325) 2019-12-19 15:23:08 +01:00
pg_dist_shard.h Implement partitioned intermediate results. 2019-12-24 03:53:39 -08: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 Introduce intermediate result broadcasting 2019-11-20 15:26:36 +03: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 add IsLoggableLevel utility function (#3149) 2019-11-15 14:59:13 +03:00
reference_table_utils.h remove copyright years (#3286) 2019-12-11 21:14:08 +03: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 rename REMOTE_TRANS_INVALID to REMOTE_TRANS_NOT_STARTED 2019-12-11 15:24:18 +03:00
repartition_join_execution.h Add adaptive executor support for repartition joins (#3169) 2019-12-17 19:09:45 +03:00
resource_lock.h Fix typos: 2019-11-25 23:24:13 +00:00
run_from_same_connection.h Remove copyright years (#2918) 2019-10-15 17:44:30 +03:00
shard_pruning.h remove copyright years (#3286) 2019-12-11 21:14:08 +03:00
shardinterval_utils.h Introduce GetDistributeObjectOps to organize dispatch of logic dependent on node/object type 2020-01-09 18:24:29 +00: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 Introduce intermediate result broadcasting 2019-11-20 15:26:36 +03:00
task_tracker.h Add adaptive executor support for repartition joins (#3169) 2019-12-17 19:09:45 +03:00
task_tracker_protocol.h Add adaptive executor support for repartition joins (#3169) 2019-12-17 19:09:45 +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 replace Begin words in coordinated transactions with use (#3293) 2019-12-16 10:40:31 +03: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 Phase 1 implementation of custom aggregates 2019-11-14 19:01:24 +00:00
worker_create_or_replace.h create_distributed_function: accept aggregates 2019-11-06 18:23:37 +00:00
worker_manager.h Make NodeCanHaveDistTablePlacements() public (#3229) 2019-11-26 12:15:38 +01:00
worker_protocol.h Implement partitioned intermediate results. 2019-12-24 03:53:39 -08:00
worker_shard_visibility.h Plan reference/local table joins locally 2019-11-15 07:36:50 -08:00
worker_transaction.h Introduce GetDistributeObjectOps to organize dispatch of logic dependent on node/object type 2020-01-09 18:24:29 +00:00