citus/src/include/distributed
Jason Petersen b4d53423fa
Add adapter functions for OpenFile changes
2017-09-25 17:20:24 -07:00
..
backend_data.h Add infrastructure for distributed deadlock detection 2017-08-12 13:28:37 +03:00
citus_clauses.h Subquery pushdown - main branch (#1323) 2017-04-29 04:09:48 +03:00
citus_nodefuncs.h Remove serialization/deserialization of multiplan node (#1477) 2017-08-02 08:24:00 +03:00
citus_nodes.h Remove serialization/deserialization of multiplan node (#1477) 2017-08-02 08:24:00 +03:00
citus_ruleutils.h Refactor distributed table creation logic 2017-07-31 11:11:23 +03:00
colocation_utils.h Add upgrade_to_reference_table 2017-01-02 17:54:42 +02:00
connection_management.h Remove two obsolete functions 2017-09-21 00:36:23 -06:00
deparse_shard_query.h Add explicit RelationShards mapping to tasks 2016-12-23 10:23:43 +01:00
distributed_deadlock_detection.h Add infrastructure for distributed deadlock detection 2017-08-12 13:28:37 +03:00
distribution_column.h Change return type of BuildDistributionKeyFromColumnName() to Var * 2016-10-20 10:59:31 +03:00
errormessage.h Support for deferred error messages. 2017-01-23 09:23:50 -08:00
hash_helpers.h Add some basic helpers to make use of dynahash hashtables easier. 2016-12-06 14:15:36 -08:00
insert_select_executor.h Execute INSERT..SELECT via coordinator if it cannot be pushed down 2017-06-22 15:46:30 +02:00
insert_select_planner.h Change error message of queries with distributed and local table 2017-09-22 13:46:19 -07:00
listutils.h Define Some Utility Functions 2017-08-10 12:42:46 +03:00
lock_graph.h Add infrastructure for distributed deadlock detection 2017-08-12 13:28:37 +03:00
maintenanced.h Kill the maintenance daemon on DROP DATABASE 2017-08-18 16:03:08 +03:00
master_metadata_utility.h Refactor distributed table creation logic 2017-07-31 11:11:23 +03:00
master_protocol.h Add distributed partitioned table support distributed table creation 2017-08-09 10:01:35 +03:00
metadata_cache.h Clear metadata OID cache prior to deadlock detection 2017-08-18 11:20:24 +02:00
metadata_sync.h Rename pg_dist_shard_placement -> pg_dist_placement 2017-07-12 14:17:31 +02:00
multi_client_executor.h Move multi_client_executor.[ch] ontop of connection_management.[ch]. 2016-12-07 11:44:24 -08:00
multi_copy.h Consider dropped columns that precede the partition column in COPY 2017-08-22 13:02:35 +02:00
multi_executor.h Execute multi-row INSERTs sequentially 2017-08-23 10:04:57 +02:00
multi_explain.h Initial temp table removal implementation 2017-03-14 12:09:49 +02:00
multi_join_order.h Support PostgreSQL 10 (#1379) 2017-06-26 02:35:46 -06:00
multi_logical_optimizer.h Subquery pushdown - main branch (#1323) 2017-04-29 04:09:48 +03:00
multi_logical_planner.h Correct planner and add more tests 2017-08-11 10:16:13 +03:00
multi_master_planner.h Use CustomScan API for query execution 2017-03-14 12:17:51 +02:00
multi_partitioning_utils.h Add distributed partitioned table support distributed table creation 2017-08-09 10:01:35 +03:00
multi_physical_planner.h Add relationIdList field to the Job struct 2017-08-14 14:06:22 +03:00
multi_planner.h Add planner changes and tests for subquery on reference tables 2017-08-11 10:09:47 +03:00
multi_progress.h Add Progress Tracking Infrastructure 2017-07-26 14:12:15 +03:00
multi_resowner.h Update copyright dates 2016-03-23 17:14:37 -06:00
multi_router_executor.h Execute multi-row INSERTs sequentially 2017-08-23 10:04:57 +02:00
multi_router_planner.h Convert multi-row INSERT target list to Vars 2017-08-25 10:55:56 +02:00
multi_server_executor.h Remove serialization/deserialization of multiplan node (#1477) 2017-08-02 08:24:00 +03:00
multi_shard_transaction.h Use GetPlacementListConnection for multi-shard commands 2017-07-12 11:26:22 +02:00
multi_utility.h Support PostgreSQL 10 (#1379) 2017-06-26 02:35:46 -06:00
pg_dist_colocation.h Final refactoring 2016-10-20 11:29:11 +03:00
pg_dist_local_group.h Add metadata infrastructure for pg_dist_local_group table 2016-10-17 11:52:18 +03:00
pg_dist_node.h Add pg_dist_node.nodecluster 2017-08-08 11:18:31 +03:00
pg_dist_partition.h Use 2PC for reference table modification 2017-01-04 12:46:35 +02:00
pg_dist_placement.h Rename pg_dist_shard_placement -> pg_dist_placement 2017-07-12 14:17:31 +02:00
pg_dist_shard.h Drop shardalias 2016-10-14 11:03:26 +03:00
pg_dist_transaction.h Add worker transaction and transaction recovery infrastructure 2016-10-18 14:18:14 +03:00
placement_connection.h Allow choosing a connection for multiple placements with GetPlacementListConnection 2017-07-12 11:26:22 +02:00
reference_table_utils.h Add nodeRole column 2017-07-24 11:57:46 +03:00
relation_restriction_equivalence.h Subquery pushdown - main branch (#1323) 2017-04-29 04:09:48 +03:00
relay_utility.h Foreign Constraint Support for create_distributed_table and shard move 2016-10-21 15:38:55 +03:00
remote_commands.h Properly copy and trim the error messages that come from pg_conn 2017-09-22 19:43:09 +03:00
remote_transaction.h Add Savepoint Support (#1539) 2017-08-15 13:02:28 -04:00
resource_lock.h Acquire shard resource locks on parent tables while operating on partitions 2017-08-14 14:44:30 +03:00
shard_pruning.h Faster shard pruning. 2017-04-28 14:40:41 -07:00
shardinterval_utils.h Faster shard pruning. 2017-04-28 14:40:41 -07:00
shared_library_init.h Minimal infrastructure for per-backend citus initialization. 2017-06-23 11:20:10 -07:00
task_tracker.h Make maxTaskStringSize configurable (#1501) 2017-07-27 11:39:12 -07:00
task_tracker_protocol.h Update copyright dates 2016-03-23 17:14:37 -06:00
transaction_identifier.h Improve deadlock detection for MX 2017-08-12 13:28:37 +03:00
transaction_management.h Add Savepoint Support (#1539) 2017-08-15 13:02:28 -04:00
transaction_recovery.h Remove unused LogPreparedTransactions() function. 2017-01-06 09:15:01 -08:00
transmit.h Fix #469 2016-05-26 12:03:36 +03:00
version_compat.h Add adapter functions for OpenFile changes 2017-09-25 17:20:24 -07:00
worker_manager.h Create citus.use_secondary_nodes GUC 2017-08-10 17:37:17 +03:00
worker_protocol.h Support PostgreSQL 10 (#1379) 2017-06-26 02:35:46 -06:00
worker_transaction.h Address MX CONCURRENTLY problems 2017-04-03 11:19:15 -06:00