citus/src/backend/distributed/planner
Murat Tuncer 992997b8ad Expand router planner coverage
We can now support richer set of queries in router planner.
This allow us to support CTEs, joins, window function, subqueries
if they are known to be executed at a single worker with a single
task (all tables are filtered down to a single shard and a single
worker contains all table shards referenced in the query).

Fixes : #501
2016-07-27 23:35:38 +03:00
..
multi_explain.c Expand router planner coverage 2016-07-27 23:35:38 +03:00
multi_join_order.c Fix outer join crash when subquery is flatten 2016-07-22 17:01:19 +03:00
multi_logical_optimizer.c Fix COUNT DISTINCT approximation with schema 2016-07-21 17:29:18 +03:00
multi_logical_planner.c Expand router planner coverage 2016-07-27 23:35:38 +03:00
multi_master_planner.c Remove PostgreSQL 9.4 support 2016-07-26 20:16:09 +03:00
multi_physical_planner.c Fix worker_fetch_regular_table with schema 2016-07-22 00:44:02 -06:00
multi_planner.c Expand router planner coverage 2016-07-27 23:35:38 +03:00
multi_router_planner.c Expand router planner coverage 2016-07-27 23:35:38 +03:00