citus/src/test/regress
Murat Tuncer 2bc96fabe5 Add dynamic executor selection
- non-router plannable queries can be executed
  by router executor if they satisfy the criteria
- router executor is removed from configuration,
  now task executor can not be set to router
- removed some tests that error out for router executor
2016-04-21 09:15:33 +03:00
..
data Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
expected Add dynamic executor selection 2016-04-21 09:15:33 +03:00
input Support count(distinct) on hash partitioned tables 2016-04-20 04:54:07 -07:00
output Support count(distinct) on hash partitioned tables 2016-04-20 04:54:07 -07:00
sql Add dynamic executor selection 2016-04-21 09:15:33 +03:00
.gitignore Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
Makefile Changed product name to citus 2016-02-15 16:04:31 +02:00
multi_fdw_schedule Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
multi_schedule Add router plannable check and router planning logic 2016-04-21 09:15:33 +03:00
pg_regress_multi.pl Merge latest 5.0 release fixes 2016-03-23 17:43:34 -06:00
worker_schedule Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00