.. |
commands
|
Rename ExtractColumnsOwningSequences
|
2021-02-02 18:17:42 +03:00 |
metadata
|
Implement GetPgDependTuplesForDependingObjects
|
2020-12-25 18:03:28 +03:00 |
adaptive_executor.h
|
Multi-row INSERTs use local execution when placements are local
|
2020-12-01 21:37:59 +03:00 |
argutils.h
|
Add the necessary changes for rebalance strategies on enterprise (#3325)
|
2019-12-19 15:23:08 +01:00 |
backend_data.h
|
Add the infrastructure to count the number of client backends
|
2020-11-25 19:19:24 +01:00 |
cancel_utils.h
|
add IsHoldOffCancellationReceived utility function (#3290)
|
2019-12-12 17:32:59 +03:00 |
citus_acquire_lock.h
|
remove copyright years (#3286)
|
2019-12-11 21:14:08 +03:00 |
citus_clauses.h
|
Rename master evaluation to coordinator evaluation
|
2020-07-07 10:37:41 +02:00 |
citus_custom_scan.h
|
Do not execute subplans multiple times with cursors
|
2020-11-20 10:43:56 +01:00 |
citus_nodefuncs.h
|
refactor table ddl events scoped for shards (#4342)
|
2020-11-26 13:31:59 +01:00 |
citus_nodes.h
|
refactor table ddl events scoped for shards (#4342)
|
2020-11-26 13:31:59 +01:00 |
citus_ruleutils.h
|
Adds alter_distributed_table and alter_table_set_access_method UDFs
|
2021-01-13 16:02:39 +03:00 |
citus_safe_lib.h
|
Semmle: Ensure stack memory is not leaked through uninitialized… (#3561)
|
2020-03-11 20:05:36 +01:00 |
colocation_utils.h
|
add a UDF to update colocation (#3623)
|
2020-03-23 13:22:24 +03:00 |
combine_query_planner.h
|
Remove unused functions that cppcheck found
|
2020-10-19 13:50:52 +03:00 |
commands.h
|
Rename create_citus_local_table to citus_add_local_table_to_metadata
|
2021-01-27 15:52:36 +03:00 |
connection_management.h
|
Rename IsCitusInitiatedBackend to IsCitusInitiatedRemoteBackend (#4562)
|
2021-01-23 01:07:43 +03:00 |
coordinator_protocol.h
|
Adds alter_distributed_table and alter_table_set_access_method UDFs
|
2021-01-13 16:02:39 +03:00 |
cte_inline.h
|
Update regression tests-2
|
2020-01-16 12:28:15 +01:00 |
deparse_shard_query.h
|
Support EXPLAIN EXECUTE ANALYZE.
|
2020-08-10 13:44:30 -07:00 |
deparser.h
|
Propagate alter stats owner
|
2020-12-24 17:10:12 +03:00 |
directed_acyclic_graph_execution.h
|
Fill in jobIdList field of DistributedExecution
|
2020-02-05 17:32:22 +00:00 |
distributed_deadlock_detection.h
|
Remove copyright years (#2918)
|
2019-10-15 17:44:30 +03:00 |
distributed_execution_locks.h
|
Remove real time router executors (#3142)
|
2019-11-05 12:48:10 +01:00 |
distributed_planner.h
|
Remove unused field (#4275)
|
2020-11-17 11:41:57 +01:00 |
distribution_column.h
|
Fix segfault in column_to_column_name
|
2019-12-01 23:57:25 +01:00 |
enterprise.h
|
remove copyright years (#3286)
|
2019-12-11 21:14:08 +03:00 |
error_codes.h
|
Issue worker messages with the same log level
|
2020-04-14 21:08:25 +02:00 |
errormessage.h
|
Introduce GetDistributeObjectOps to organize dispatch of logic dependent on node/object type
|
2020-01-09 18:24:29 +00:00 |
extended_op_node_utils.h
|
Fix some more master->coordinator comments
|
2020-07-07 10:37:53 +02:00 |
foreign_key_relationship.h
|
Automatically undistribute citus local tables when no more fkeys with reference tables (#4538)
|
2021-01-22 18:15:41 +03:00 |
function_call_delegation.h
|
Refactor distributed_planner for better understandability
|
2020-01-06 14:23:38 +01:00 |
function_utils.h
|
Semmle: Fix obvious issues (#3502)
|
2020-02-21 10:16:00 +01:00 |
hash_helpers.h
|
Add the shard rebalancer implementation
|
2021-01-07 16:51:55 +01:00 |
insert_select_executor.h
|
Move more from insert_select_executor to insert_select_planner
|
2020-06-26 08:08:26 -07:00 |
insert_select_planner.h
|
Move more from insert_select_executor to insert_select_planner
|
2020-06-26 08:08:26 -07:00 |
intermediate_result_pruning.h
|
Remove task tracker executor (#3850)
|
2020-07-18 13:11:36 +03:00 |
intermediate_results.h
|
CTE statistics in EXPLAIN ANALYZE
|
2020-06-11 02:39:59 -07:00 |
listutils.h
|
Introduce foreach_ptr_modify macro (#4303)
|
2020-11-09 12:03:59 +03:00 |
local_distributed_join_planner.h
|
Add more tests
|
2020-12-15 18:18:36 +03:00 |
local_executor.h
|
Make undistribute_table() and citus_create_local_table() work with columnar (#4563)
|
2021-01-27 01:17:20 +03:00 |
local_multi_copy.h
|
apply review items
|
2020-03-18 09:33:55 +03:00 |
local_plan_cache.h
|
extract local plan cache related methods into a file (#3667)
|
2020-03-31 11:11:34 +03:00 |
locally_reserved_shared_connections.h
|
Implement shared connection count reservation & enable `citus.max_shared_pool_size` for COPY
|
2020-08-03 18:51:40 +02:00 |
lock_graph.h
|
Remove copyright years (#2918)
|
2019-10-15 17:44:30 +03:00 |
log_utils.h
|
Issue worker messages with the same log level
|
2020-04-14 21:08:25 +02:00 |
maintenanced.h
|
Reland #4419
|
2021-01-19 07:48:47 -08:00 |
memutils.h
|
Implementation for asycn FinishConnectionListEstablishment (#2584)
|
2019-03-22 17:30:42 +01:00 |
metadata_cache.h
|
Add citus shard helper view (#4361)
|
2021-01-13 13:58:47 +03:00 |
metadata_sync.h
|
Reland #4419
|
2021-01-19 07:48:47 -08:00 |
metadata_utility.h
|
Disallow adding local table with identity column to metadata (#4633)
|
2021-02-03 19:05:17 +03:00 |
multi_client_executor.h
|
Remove unused functions that cppcheck found
|
2020-10-19 13:50:52 +03:00 |
multi_executor.h
|
Support EXPLAIN EXECUTE ANALYZE.
|
2020-08-10 13:44:30 -07:00 |
multi_explain.h
|
Sort explain analyze output by task time
|
2020-09-24 11:38:40 +03:00 |
multi_join_order.h
|
Rename ForceXxx functions to to XxxOrError
|
2020-09-01 11:19:17 +02:00 |
multi_logical_optimizer.h
|
Add more tests
|
2020-12-15 18:18:36 +03:00 |
multi_logical_planner.h
|
Simplify ContainsTableToBeConvertedToSubquery
|
2020-12-15 18:17:10 +03:00 |
multi_partitioning_utils.h
|
Introduce UDFs for fixing partitioned table constraint names
|
2021-01-29 17:32:20 +03:00 |
multi_physical_planner.h
|
Rename containsOnlyLocalTable as isLocalTableModification
|
2020-12-15 18:18:36 +03:00 |
multi_progress.h
|
Remove copyright years (#2918)
|
2019-10-15 17:44:30 +03:00 |
multi_router_planner.h
|
Not check if the query is routable for converting
|
2020-12-15 18:18:36 +03:00 |
multi_server_executor.h
|
Local execution considers intermediate result size limit
|
2020-10-15 17:18:55 +02:00 |
namespace_utils.h
|
Implement PushOverrideEmptySearchPath (#3874)
|
2020-06-05 19:23:59 +03:00 |
pg_dist_colocation.h
|
Add distributioncolumncollation to to pg_dist_colocation
|
2019-12-09 19:51:40 +00:00 |
pg_dist_local_group.h
|
Remove copyright years (#2918)
|
2019-10-15 17:44:30 +03:00 |
pg_dist_node.h
|
Add shouldhaveshards to pg_dist_node (#2960)
|
2019-10-22 16:47:16 +02:00 |
pg_dist_node_metadata.h
|
Remove copyright years (#2918)
|
2019-10-15 17:44:30 +03:00 |
pg_dist_partition.h
|
Remove copyright years (#2918)
|
2019-10-15 17:44:30 +03:00 |
pg_dist_placement.h
|
Fix some more master->coordinator comments
|
2020-07-07 10:37:53 +02:00 |
pg_dist_rebalance_strategy.h
|
Add the necessary changes for rebalance strategies on enterprise (#3325)
|
2019-12-19 15:23:08 +01:00 |
pg_dist_shard.h
|
Implement partitioned intermediate results.
|
2019-12-24 03:53:39 -08:00 |
pg_dist_transaction.h
|
Remove copyright years (#2918)
|
2019-10-15 17:44:30 +03:00 |
pg_version_constants.h
|
add copy of ruleutils_12 as ruleutils_13
|
2020-08-04 13:34:13 +03:00 |
placement_access.h
|
Remove real time router executors (#3142)
|
2019-11-05 12:48:10 +01:00 |
placement_connection.h
|
Remove unused functions that cppcheck found
|
2020-10-19 13:50:52 +03:00 |
query_colocation_checker.h
|
Refactor WrapRteRelationIntoSubquery
|
2020-12-15 18:18:36 +03:00 |
query_pushdown_planning.h
|
Support co-located/recurring sublinks in the target list
|
2020-12-13 15:45:24 +01:00 |
query_stats.h
|
Remove copyright years (#2918)
|
2019-10-15 17:44:30 +03:00 |
query_utils.h
|
Fix partition column index issue (#4591)
|
2021-01-29 14:40:40 +03:00 |
recursive_planning.h
|
Address review feedback
|
2020-12-15 15:23:38 +01:00 |
reference_table_utils.h
|
expose transfermode for ensure reference table existance
|
2020-09-03 16:06:37 +02:00 |
relation_access_tracking.h
|
Record non-distributed table accesses in local executor (#4139)
|
2020-09-07 18:19:08 +03:00 |
relation_restriction_equivalence.h
|
Use BaseRestrictInfo for finding equality columns
|
2020-12-15 18:18:36 +03:00 |
relation_utils.h
|
Refactor PreprocessIndexStmt (#4272)
|
2020-11-25 12:19:37 +03:00 |
relay_utility.h
|
Rename RelayFileState to ShardState
|
2020-01-12 05:57:53 +00:00 |
remote_commands.h
|
Remove unused functions that cppcheck found
|
2020-10-19 13:50:52 +03:00 |
remote_transaction.h
|
Remove unused functions that cppcheck found
|
2020-10-19 13:50:52 +03:00 |
repartition_join_execution.h
|
Add adaptive executor support for repartition joins (#3169)
|
2019-12-17 19:09:45 +03:00 |
resource_lock.h
|
Remove unused functions that cppcheck found
|
2020-10-19 13:50:52 +03:00 |
run_from_same_connection.h
|
Remove copyright years (#2918)
|
2019-10-15 17:44:30 +03:00 |
shard_cleaner.h
|
Add the shard rebalancer implementation
|
2021-01-07 16:51:55 +01:00 |
shard_pruning.h
|
Enable citus-local distributed table joins
|
2020-12-15 18:17:10 +03:00 |
shard_rebalancer.h
|
Add the shard rebalancer implementation
|
2021-01-07 16:51:55 +01:00 |
shard_utils.h
|
Extend citus local table utility command support
|
2020-09-09 11:50:55 +03:00 |
shardinterval_utils.h
|
Remove unused functions that cppcheck found
|
2020-10-19 13:50:52 +03:00 |
shared_connection_stats.h
|
Local node connection management
|
2020-12-03 14:16:13 +03:00 |
shared_library_init.h
|
refactor some of hard coded values in citus gucs (#3137)
|
2019-10-30 10:35:39 +03:00 |
statistics_collection.h
|
Remove copyright years (#2918)
|
2019-10-15 17:44:30 +03:00 |
string_utils.h
|
Degrade gracefully when no background workers available
|
2020-10-05 16:55:00 +03:00 |
subplan_execution.h
|
Locally execute queries that don't need any data access (#3410)
|
2020-01-23 18:28:34 +01:00 |
task_execution_utils.h
|
Remove task tracker executor (#3850)
|
2020-07-18 13:11:36 +03:00 |
tdigest_extension.h
|
Feature: tdigest aggregate (#3897)
|
2020-06-12 13:50:28 +02:00 |
time_constants.h
|
refactor some of hard coded values in citus gucs (#3137)
|
2019-10-30 10:35:39 +03:00 |
transaction_identifier.h
|
Remove copyright years (#2918)
|
2019-10-15 17:44:30 +03:00 |
transaction_management.h
|
Reland #4419
|
2021-01-19 07:48:47 -08:00 |
transaction_recovery.h
|
Delete transactions when removing node
|
2020-12-07 11:35:20 +03:00 |
transmit.h
|
Remove copyright years (#2918)
|
2019-10-15 17:44:30 +03:00 |
tuple_destination.h
|
Local execution considers intermediate result size limit
|
2020-10-15 17:18:55 +02:00 |
tuplestore.h
|
Remove copyright years (#2918)
|
2019-10-15 17:44:30 +03:00 |
version_compat.h
|
Table access method support for distributed tables
|
2020-10-16 12:02:25 -07:00 |
worker_create_or_replace.h
|
create_distributed_function: accept aggregates
|
2019-11-06 18:23:37 +00:00 |
worker_log_messages.h
|
Issue worker messages with the same log level
|
2020-04-14 21:08:25 +02:00 |
worker_manager.h
|
Remove unused method
|
2021-02-03 20:02:03 +03:00 |
worker_protocol.h
|
Remove unused functions that cppcheck found
|
2020-10-19 13:50:52 +03:00 |
worker_shard_visibility.h
|
Implement "citus local table" creation logic
|
2020-09-09 11:50:48 +03:00 |
worker_transaction.h
|
address feedback
|
2020-07-13 19:45:02 +03:00 |