citus/src/backend/distributed/planner
Teja Mupparti 37500806d6 Add appropriate locks for MERGE to run in parallel 2023-03-28 09:45:40 -07:00
..
combine_query_planner.c Prevent crashes on update with returning clauses (#6643) 2023-01-24 20:07:43 +03:00
cte_inline.c PG15: Value -> String, Integer, Float. 2022-05-02 10:12:03 -07:00
deparse_shard_query.c Support MERGE Phase – I 2022-12-18 20:32:15 -08:00
distributed_planner.c Disentangle MERGE planning code from the modify-planning code path 2023-03-27 10:41:46 -07:00
extended_op_node_utils.c Drop postgres 11 support 2021-03-25 09:20:28 +03:00
fast_path_router_planner.c 1) Restrict MERGE command INSERT to the source's distribution column 2023-03-16 13:43:08 -07:00
function_call_delegation.c Drop postgres 12 support (#6040) 2022-07-20 17:49:36 +03:00
insert_select_planner.c fix multi level recursive plan (#6650) 2023-01-27 21:25:04 +03:00
intermediate_result_pruning.c Remove useless version compats 2022-07-29 10:31:55 +02:00
local_distributed_join_planner.c Phase - I: recursively plan non-recurring relations 2022-12-07 18:27:50 +03:00
local_plan_cache.c Remove useless version compats 2022-07-29 10:31:55 +02:00
merge_planner.c Disentangle MERGE planning code from the modify-planning code path 2023-03-27 10:41:46 -07:00
multi_explain.c Remove auto_explain workaround in citus explain hook for ALTER TABLE (#6714) 2023-02-17 17:47:03 +03:00
multi_join_order.c Replace CITUS_TABLE_WITH_NO_DIST_KEY checks with HasDistributionKey() (#6743) 2023-03-10 13:55:52 +03:00
multi_logical_optimizer.c Remove useless version compats 2022-07-29 10:31:55 +02:00
multi_logical_planner.c Replace CITUS_TABLE_WITH_NO_DIST_KEY checks with HasDistributionKey() (#6743) 2023-03-10 13:55:52 +03:00
multi_physical_planner.c Add appropriate locks for MERGE to run in parallel 2023-03-28 09:45:40 -07:00
multi_router_planner.c Add a GUC to disallow planning the queries that reference non-colocated tables via router planner (#6793) 2023-03-28 13:10:29 +03:00
planner_readme.md Fix some more master->coordinator comments 2020-07-07 10:37:53 +02:00
query_colocation_checker.c Replace CITUS_TABLE_WITH_NO_DIST_KEY checks with HasDistributionKey() (#6743) 2023-03-10 13:55:52 +03:00
query_pushdown_planning.c 1) Restrict MERGE command INSERT to the source's distribution column 2023-03-16 13:43:08 -07:00
recursive_planning.c fix order of recursive sublink planning (#6657) 2023-01-27 14:35:16 +03:00
relation_restriction_equivalence.c Add a GUC to disallow planning the queries that reference non-colocated tables via router planner (#6793) 2023-03-28 13:10:29 +03:00
shard_pruning.c Replace CITUS_TABLE_WITH_NO_DIST_KEY checks with HasDistributionKey() (#6743) 2023-03-10 13:55:52 +03:00
tdigest_extension.c adapt recently added code for pg13 2020-08-04 15:18:27 +03:00