| .. |
|
combine_query_planner.c
|
Use new var field names in the codebase
|
2020-08-04 15:38:13 +03:00 |
|
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
|
Fixes a crash in queries with a modifying CTE and a SELECT without FROM
|
2021-03-16 09:43:24 +03:00 |
|
distributed_planner.c
|
Fix FROM ONLY queries on partitioned tables
|
2021-07-13 17:27:33 +03:00 |
|
extended_op_node_utils.c
|
Expose partition column of subqueries in optimizer (#4355)
|
2020-12-18 20:32:52 +01:00 |
|
fast_path_router_planner.c
|
Introduce cache entry/table utilities (#4132)
|
2020-09-02 22:26:05 +03:00 |
|
function_call_delegation.c
|
Improve the robustness of function call delegation
|
2020-09-21 14:53:30 +02:00 |
|
insert_select_planner.c
|
Not mention citus local tables in error messages (#4579)
|
2021-01-27 12:36:53 +03:00 |
|
intermediate_result_pruning.c
|
Replace workerNodeCount -> nodeCount
|
2021-02-03 20:02:03 +03:00 |
|
local_distributed_join_planner.c
|
Only consider pseudo constants for shortcuts (#4712)
|
2021-02-15 18:39:37 +03:00 |
|
local_plan_cache.c
|
Introduce GetCurrentLocalExecutionStatus wrapper
|
2020-10-15 15:38:19 +03:00 |
|
multi_explain.c
|
Fix EXPLAIN ANALYZE exec when query returns no cols (#4672)
|
2021-02-10 17:59:47 +03:00 |
|
multi_join_order.c
|
Introduce cache entry/table utilities (#4132)
|
2020-09-02 22:26:05 +03:00 |
|
multi_logical_optimizer.c
|
Remove function GenerateNewTargetEntriesForSortClauses
|
2021-07-12 16:42:15 +03:00 |
|
multi_logical_planner.c
|
Fix FROM ONLY queries on partitioned tables
|
2021-07-13 17:27:33 +03:00 |
|
multi_physical_planner.c
|
Fix FROM ONLY queries on partitioned tables
|
2021-07-13 17:27:33 +03:00 |
|
multi_router_planner.c
|
Feature: localhost guc (#4836)
|
2021-06-01 13:18:15 +02:00 |
|
planner_readme.md
|
Fix some more master->coordinator comments
|
2020-07-07 10:37:53 +02:00 |
|
query_colocation_checker.c
|
Fix attribute numbers in subquery conversions (#4426)
|
2020-12-18 20:25:41 +03:00 |
|
query_pushdown_planning.c
|
Expose partition column of subqueries in optimizer (#4355)
|
2020-12-18 20:32:52 +01:00 |
|
recursive_planning.c
|
Expand support for subqueries in target list through recursive planning
|
2021-01-13 17:26:09 +01:00 |
|
relation_restriction_equivalence.c
|
Pass pointer of AttributeEquivalenceClass instead of pointer of pointer
|
2021-03-16 09:40:07 +03:00 |
|
shard_pruning.c
|
Fix lower boundary calculation when pruning range dist table shards (#5082)
|
2021-07-07 13:13:50 +03:00 |
|
tdigest_extension.c
|
adapt recently added code for pg13
|
2020-08-04 15:18:27 +03:00 |