citus/src/test/regress
Murat Tuncer 6c95f0352e Make router planner active at all times
We used to disable router planner and executor
when task executor is set to task-tracker.

This change enables router planning and execution
at all times regardless of task execution mode.

We are introducing a hidden flag enable_router_execution
to enable/disable router execution. Its default value is
true. User may disable router planning by setting it to false.
2016-12-20 11:24:01 +03:00
..
data Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
expected Make router planner active at all times 2016-12-20 11:24:01 +03:00
input Make router planner active at all times 2016-12-20 11:24:01 +03:00
output Make router planner active at all times 2016-12-20 11:24:01 +03:00
specs Simple isolationtester dml vs. repair tests. 2016-10-27 00:31:41 -07:00
sql Make router planner active at all times 2016-12-20 11:24:01 +03: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 Feature: INSERT INTO ... SELECT 2016-10-26 10:01:00 +03:00
multi_task_tracker_extra_schedule Switch from pg_worker_list.conf file to pg_dist_node metadata table. 2016-10-05 13:01:35 +03:00
pg_regress_multi.pl Add support for running regression tests under valgrind. 2016-12-12 15:42:11 -08:00
worker_schedule Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00