citus/src/backend/distributed
Brian Cloutier fbe0b94cc5 Query Planning Performance Improvments
- Only look at pruned shards when determining AnchorTable
- Use cached shardIntervalCompareFunction during copartition check
2016-05-03 00:37:19 -07:00
..
commands Rename copy_transaction_manager 2016-04-28 15:12:50 +03:00
executor Add EXPLAIN for simple distributed queries 2016-04-30 00:11:02 +02:00
master Create new shards as owned the distributed table's owner. 2016-04-27 10:28:33 -07:00
planner Query Planning Performance Improvments 2016-05-03 00:37:19 -07:00
relay Add pg_get_table_grants() function and support extending GRANTs. 2016-04-27 10:28:25 -07:00
test Force bad connections in tests by closing sockets 2016-04-29 15:56:04 -07:00
utils Rename copy_transaction_manager 2016-04-28 15:12:50 +03:00
worker Create new shards as owned the distributed table's owner. 2016-04-27 10:28:33 -07:00
.gitignore Changed product name to citus 2016-02-15 16:04:31 +02:00
Makefile Add very basic infrastructure for schema upgrade scripts. 2016-04-27 10:00:08 -07:00
citus--5.0--5.0-1.sql Grant SELECT for pg_catalog.pg_dist* to PUBLIC. 2016-04-27 10:28:25 -07:00
citus.control Add very basic infrastructure for schema upgrade scripts. 2016-04-27 10:00:08 -07:00
citus.sql Grant SELECT for pg_catalog.pg_dist* to PUBLIC. 2016-04-27 10:28:25 -07:00
shared_library_init.c Add EXPLAIN for simple distributed queries 2016-04-30 00:11:02 +02:00