citus/src/backend/distributed/planner
Hadi Moshayedi 264530311a Don't use distributed insert/select for repartitioned joins 2020-02-03 13:13:30 -08:00
..
cte_inline.c Update regression tests-2 2020-01-16 12:28:15 +01:00
deparse_shard_query.c Cache local plans on BeginScan 2020-01-17 16:02:57 +01:00
distributed_planner.c Improve the representation of used sub plans (#3411) 2020-01-24 10:47:14 +01:00
extended_op_node_utils.c pullUpIntermediateRows should not be true when groupedByDisjointPartitionColumn is true 2020-01-30 21:18:08 +00:00
fast_path_router_planner.c Defer shard pruning for fast-path router queries to execution 2020-01-16 16:59:36 +01:00
function_call_delegation.c Lazy query deparsing executable queries (#3350) 2020-01-17 11:49:43 +01:00
insert_select_planner.c Don't use distributed insert/select for repartitioned joins 2020-02-03 13:13:30 -08:00
intermediate_result_pruning.c Improve the representation of used sub plans (#3411) 2020-01-24 10:47:14 +01:00
multi_explain.c CurrentDatabaseName: return const char* as we're borrowing from cache 2020-01-23 22:49:35 +00:00
multi_join_order.c Allow cartesian products on reference tables 2019-12-27 15:05:51 +01:00
multi_logical_optimizer.c Expand the set of aggregates which cannot have LIMIT approximated 2020-01-30 17:45:18 +00:00
multi_logical_planner.c Allow cartesian products on reference tables 2019-12-27 15:05:51 +01:00
multi_master_planner.c Implement pulling up rows to coordinator when aggregates cannot be pushed down. Enabled by default 2020-01-07 01:16:04 +00:00
multi_physical_planner.c Lazy query deparsing executable queries (#3350) 2020-01-17 11:49:43 +01:00
multi_router_planner.c Locally execute queries that don't need any data access (#3410) 2020-01-23 18:28:34 +01:00
planner_readme.md Strip trailing whitespace and add final newline (#3186) 2019-11-21 14:25:37 +01:00
postgres_planning_functions.c Automatically convert useless declarations using regex replace (#3181) 2019-11-21 13:47:29 +01:00
query_colocation_checker.c Automatically convert useless declarations using regex replace (#3181) 2019-11-21 13:47:29 +01:00
query_pushdown_planning.c Make tests fail with a useful error message 2020-01-16 18:30:30 +01:00
recursive_planning.c Implement INSERT ... SELECT with repartitioning 2020-01-16 23:24:52 -08:00
relation_restriction_equivalence.c Fix incorrect union all pushdown issue 2020-01-01 09:03:50 +01:00
shard_pruning.c Fix crash in IN (NULL) queries 2019-12-13 08:35:54 +01:00