citus/src/test/regress
Onder Kalaci 019f8219d2 Decouple reference table replication from master_add_node
This commit does the followings:

 - Refactor reference table replication logic for replicating to a
   single node instead of always replicating to all nodes
 - Add a new parameter to master_add_node(..,.., activate_node
   DEFAULT true)
   - If activate is true, replicate reference tables
   - Else, do not replicate reference tables
 - New API for activating node: master_activate_node(host, port)
    - currently only replicates reference tables
2017-01-23 18:11:55 +02:00
..
data Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
expected Decouple reference table replication from master_add_node 2017-01-23 18:11:55 +02:00
input Add view support 2017-01-13 09:39:42 +03:00
output Reword error message for outer joins requiring repartition 2017-01-23 10:42:36 +03:00
specs Simple isolationtester dml vs. repair tests. 2016-10-27 00:31:41 -07:00
sql Decouple reference table replication from master_add_node 2017-01-23 18:11:55 +02:00
.gitignore Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
Makefile Add support for running regression tests under valgrind. 2016-12-12 15:42:11 -08: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_schedule Remove connection_cache.[ch]. 2017-01-21 09:01:15 -08:00
multi_task_tracker_extra_schedule Remove connection_cache.[ch]. 2017-01-21 09:01:15 -08:00
pg_regress_multi.pl Change default replication factor to one 2017-01-20 18:56:43 -07:00
worker_schedule Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00