..
cte_inline.c
use macros for pg versions instead of hardcoded values ( #3694 )
2020-04-01 17:01:52 +03:00
deparse_shard_query.c
Handle joins between local/reference/cte via router planner
2020-06-12 18:36:01 -07:00
distributed_planner.c
Handle joins between local/reference/cte via router planner
2020-06-12 18:36:01 -07:00
extended_op_node_utils.c
use macros for pg versions instead of hardcoded values ( #3694 )
2020-04-01 17:01:52 +03:00
fast_path_router_planner.c
use macros for pg versions instead of hardcoded values ( #3694 )
2020-04-01 17:01:52 +03:00
function_call_delegation.c
Coerce types properly for INSERT
2020-06-10 10:40:28 +02:00
insert_select_planner.c
Insert Select Into Local Table ( #3870 )
2020-06-12 17:06:31 +03:00
intermediate_result_pruning.c
Fix intermediate result pruning for INSERT..SELECT
2020-04-07 11:07:49 +02:00
local_plan_cache.c
Allow routing modifying CTEs
2020-06-11 15:14:06 +00:00
multi_explain.c
Show amount of data received in EXPLAIN ANALYZE ( #3901 )
2020-06-15 16:01:05 +02:00
multi_join_order.c
use macros for pg versions instead of hardcoded values ( #3694 )
2020-04-01 17:01:52 +03:00
multi_logical_optimizer.c
Feature: tdigest aggregate ( #3897 )
2020-06-12 13:50:28 +02:00
multi_logical_planner.c
IsReferenceTable, ShardIntervalCount: remove misleading isCitusTable check
2020-06-11 15:35:02 +00:00
multi_master_planner.c
Insert Select Into Local Table ( #3870 )
2020-06-12 17:06:31 +03:00
multi_physical_planner.c
address feedback from Sait Talha & Hadi
2020-06-12 18:36:02 -07:00
multi_router_planner.c
address feedback from Sait Talha & Hadi
2020-06-12 18:36:02 -07:00
planner_readme.md
Strip trailing whitespace and add final newline ( #3186 )
2019-11-21 14:25:37 +01:00
postgres_planning_functions.c
use macros for pg versions instead of hardcoded values ( #3694 )
2020-04-01 17:01:52 +03:00
query_colocation_checker.c
Remove assertion for subqueries in WHERE clause ANDed with FALSE
2020-05-04 10:52:15 +02:00
query_pushdown_planning.c
Remove FlattenJoinVars ( #3880 )
2020-06-10 17:24:53 +02:00
recursive_planning.c
use macros for pg versions instead of hardcoded values ( #3694 )
2020-04-01 17:01:52 +03:00
relation_restriction_equivalence.c
use macros for pg versions instead of hardcoded values ( #3694 )
2020-04-01 17:01:52 +03:00
shard_pruning.c
Coerce types properly for INSERT
2020-06-10 10:40:28 +02:00
tdigest_extension.c
Feature: tdigest aggregate ( #3897 )
2020-06-12 13:50:28 +02:00