citus/src/test/regress
Andres Freund 6bd2e3ed30 Add DistTableCacheEntry->hasOverlappingShardInterval.
This determines whether it's possible to perform binary search on
sortedShardIntervalArray or not.  If e.g. two shards have overlapping
ranges, that'd be prohibitive.

That'll be useful in later commit introducing faster shard pruning.
2017-04-28 14:40:38 -07:00
..
data Remove uninstantiated qual logic, use attribute equivalences 2017-04-13 11:51:26 +03:00
expected Add DistTableCacheEntry->shardValueCompareFunction. 2017-04-28 14:40:38 -07:00
input Add DistTableCacheEntry->hasOverlappingShardInterval. 2017-04-28 14:40:38 -07:00
output Add DistTableCacheEntry->hasOverlappingShardInterval. 2017-04-28 14:40:38 -07:00
specs Simple isolationtester dml vs. repair tests. 2016-10-27 00:31:41 -07:00
sql Add DistTableCacheEntry->shardValueCompareFunction. 2017-04-28 14:40:38 -07:00
.gitignore Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
Makefile Configure valgrind command line arguments 2017-04-21 16:30:12 +03:00
isolation_schedule Simple isolationtester dml vs. repair tests. 2016-10-27 00:31:41 -07:00
multi_binary_schedule Switch from pg_worker_list.conf file to pg_dist_node metadata table. 2016-10-05 13:01:35 +03:00
multi_mx_schedule Fix Random Fails on Travis 2017-01-31 15:23:06 -08:00
multi_schedule Implement ALTER TABLE ADD CONSTRAINT command 2017-04-20 15:02:33 +03:00
multi_task_tracker_extra_schedule Add back pruning coverage lost in last commit. 2017-04-26 11:33:56 -07:00
pg_regress_multi.pl Configure valgrind command line arguments 2017-04-21 16:30:12 +03:00
worker_schedule Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00