citus/src/backend/distributed/test
Onder Kalaci 6132d17481 Convert global wait edges to adjacency list
In this commit, we add ability to convert global wait edges
into adjacency list with the following format:
 [transactionId] = [transactionNode->waitsFor {list of waiting transaction nodes}]
2017-07-27 19:53:51 +03:00
..
colocation_utils.c Add binary search capability to ShardIndex() 2016-12-30 18:55:34 +02:00
create_shards.c Update copyright dates 2016-03-23 17:14:37 -06:00
deparse_shard_query.c Move INSERT ... SELECT planning logic into one place 2017-06-29 15:03:14 +02:00
distributed_deadlock_detection.c Convert global wait edges to adjacency list 2017-07-27 19:53:51 +03:00
distribution_metadata.c Remove functions created just for unit testing 2017-07-12 14:16:24 +02:00
fake_fdw.c Fix code only enabled for 9.5. 2017-06-26 08:46:32 -07:00
generate_ddl_commands.c Remove default clause from shard DDL when sequences are used 2017-03-01 17:32:48 +03:00
metadata_sync.c Add Metadata Snapshot Infrastructure 2016-10-13 10:40:14 +03:00
partitioning_utils.c Add some utility functions for partitioned tables 2017-06-28 09:39:55 +03:00
progress_utils.c Add Progress Tracking Infrastructure 2017-07-26 14:12:15 +03:00
prune_shard_list.c Faster shard pruning. 2017-04-28 14:40:41 -07:00
test_helper_functions.c Feature: INSERT INTO ... SELECT 2016-10-26 10:01:00 +03:00