.. |
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
|
Multi tenant monitoring (#6725)
|
2023-04-05 17:44:17 +03:00 |
distributed_planner.c
|
Call null-shard-key tables as single-shard distributed tables in code
|
2023-05-03 17:02:43 +03:00 |
extended_op_node_utils.c
|
Drop postgres 11 support
|
2021-03-25 09:20:28 +03:00 |
fast_path_router_planner.c
|
Add initial sql support for distributed tables that don't have a shard key (#6773/#6822)
|
2023-05-03 16:24:20 +03:00 |
function_call_delegation.c
|
Drop postgres 12 support (#6040)
|
2022-07-20 17:49:36 +03:00 |
insert_select_planner.c
|
Call null-shard-key tables as single-shard distributed tables in code
|
2023-05-03 17:02:43 +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
|
Add initial sql support for distributed tables that don't have a shard key (#6773/#6822)
|
2023-05-03 16:24:20 +03:00 |
multi_explain.c
|
Refactor executor utility functions into multiple files (#6593)
|
2023-03-31 13:07:48 +02:00 |
multi_join_order.c
|
Add DDL support null-shard-key tables(#6778/#6784/#6787/#6859)
|
2023-05-03 16:18:27 +03:00 |
multi_logical_optimizer.c
|
Do not override combinefunc of custom aggregates with common names (#6805)
|
2023-04-03 19:43:09 +02:00 |
multi_logical_planner.c
|
Add initial sql support for distributed tables that don't have a shard key (#6773/#6822)
|
2023-05-03 16:24:20 +03:00 |
multi_physical_planner.c
|
Add support for creating distributed tables with a null shard key (#6745)
|
2023-05-03 16:18:27 +03:00 |
multi_router_planner.c
|
Call null-shard-key tables as single-shard distributed tables in code
|
2023-05-03 17:02:43 +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
|
skip restriction clause if it contains placeholdervar (#6857)
|
2023-04-17 18:14:01 +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 |