.. |
commands
|
Implement propagation of SET LOCAL commands
|
2019-06-20 16:15:43 -07:00 |
backend_data.h
|
Round-robin task assignment policy relies on local transaction id
|
2019-02-22 19:26:38 +03:00 |
citus_acquire_lock.h
|
Feature: optionally force master_update_node during failover (#2773)
|
2019-06-21 12:03:15 +02:00 |
citus_clauses.h
|
Add support for modifying CTEs
|
2018-02-27 15:08:32 +02:00 |
citus_custom_scan.h
|
Introduce the adaptive executor (#2798)
|
2019-06-28 14:04:40 +02:00 |
citus_nodefuncs.h
|
Adds SELECT ... FOR UPDATE support for router plannable queries
|
2018-06-18 13:55:17 +03:00 |
citus_nodes.h
|
Adds SELECT ... FOR UPDATE support for router plannable queries
|
2018-06-18 13:55:17 +03:00 |
citus_ruleutils.h
|
Description: Refactor code that handles DDL commands from one file into a module
|
2018-11-14 13:36:27 +01:00 |
colocation_utils.h
|
Add upgrade_to_reference_table
|
2017-01-02 17:54:42 +02:00 |
commands.h
|
Fix RESET and other types of SET
|
2019-07-05 19:30:48 +02:00 |
connection_management.h
|
Set initial pool size to cached connection count
|
2019-07-23 20:40:32 +02:00 |
deparse_shard_query.h
|
Add explicit RelationShards mapping to tasks
|
2016-12-23 10:23:43 +01:00 |
distributed_deadlock_detection.h
|
Add infrastructure for distributed deadlock detection
|
2017-08-12 13:28:37 +03:00 |
distributed_planner.h
|
DistributedPlan: replace operation with modLevel
|
2019-07-16 13:58:18 -07:00 |
distribution_column.h
|
Change return type of BuildDistributionKeyFromColumnName() to Var *
|
2016-10-20 10:59:31 +03:00 |
errormessage.h
|
Properly send commands to other nodes
|
2018-09-10 16:01:30 +03:00 |
extended_op_node_utils.h
|
Unify extendedOpNode Processing
|
2018-04-24 11:56:38 +03:00 |
foreign_key_relationship.h
|
Create foreign key relation graph and functions to query on it
|
2018-07-03 17:05:55 +03:00 |
function_utils.h
|
Add FunctionOidExtended function
|
2018-12-10 11:59:41 +03:00 |
hash_helpers.h
|
Add some basic helpers to make use of dynahash hashtables easier.
|
2016-12-06 14:15:36 -08:00 |
insert_select_executor.h
|
Execute INSERT..SELECT via coordinator if it cannot be pushed down
|
2017-06-22 15:46:30 +02:00 |
insert_select_planner.h
|
Support INSERT...SELECT with ON CONFLICT or RETURNING via coordinator
|
2018-11-30 15:29:12 +03:00 |
intermediate_results.h
|
Description: Refactor code that handles DDL commands from one file into a module
|
2018-11-14 13:36:27 +01:00 |
listutils.h
|
Introduce the adaptive executor (#2798)
|
2019-06-28 14:04:40 +02:00 |
lock_graph.h
|
Adds UDFs for testing MX functionalities with isolation tests
|
2018-09-12 07:04:16 +03:00 |
maintenanced.h
|
Follow the patterns used in Deadlock Detection in Stats Collection.
|
2017-10-31 21:51:43 -04:00 |
master_metadata_utility.h
|
Create Schemas as superuser on all shard/table creation UDFs
|
2019-06-26 17:12:28 +02:00 |
master_protocol.h
|
Refactor shard creation logic
|
2019-06-19 10:03:58 +02:00 |
memutils.h
|
Implementation for asycn FinishConnectionListEstablishment (#2584)
|
2019-03-22 17:30:42 +01:00 |
metadata_cache.h
|
Minor code clean-up
|
2019-05-24 14:26:26 +02:00 |
metadata_sync.h
|
Fix some of the casts for groupId (#2609)
|
2019-03-05 12:06:44 -08:00 |
multi_client_executor.h
|
Replace poll with select/poll
|
2018-03-21 20:05:00 -07:00 |
multi_executor.h
|
DistributedPlan: replace operation with modLevel
|
2019-07-16 13:58:18 -07:00 |
multi_explain.h
|
Initial temp table removal implementation
|
2017-03-14 12:09:49 +02:00 |
multi_join_order.h
|
Plan outer joins through pushdown planning
|
2019-01-05 20:55:27 +01:00 |
multi_logical_optimizer.h
|
Enable variable shadowing warnings; fix all
|
2019-04-30 13:24:25 -06:00 |
multi_logical_planner.h
|
Refactor query pushdown related logic
|
2018-05-02 15:03:09 +03:00 |
multi_master_planner.h
|
Rename MultiPlan to DistributedPlan
|
2017-11-22 09:36:24 +01:00 |
multi_partitioning_utils.h
|
Apply master_stage_protocol refactoring changes
|
2018-06-28 11:24:57 +03:00 |
multi_physical_planner.h
|
DistributedPlan: replace operation with modLevel
|
2019-07-16 13:58:18 -07:00 |
multi_progress.h
|
Remove 9.6 (#2554)
|
2019-01-16 13:11:24 -07:00 |
multi_resowner.h
|
Update copyright dates
|
2016-03-23 17:14:37 -06:00 |
multi_router_executor.h
|
DistributedPlan: replace operation with modLevel
|
2019-07-16 13:58:18 -07:00 |
multi_router_planner.h
|
DistributedPlan: replace operation with modLevel
|
2019-07-16 13:58:18 -07:00 |
multi_server_executor.h
|
Introduce the adaptive executor (#2798)
|
2019-06-28 14:04:40 +02:00 |
multi_shard_transaction.h
|
Use GetPlacementListConnection for multi-shard commands
|
2017-07-12 11:26:22 +02:00 |
pg_dist_colocation.h
|
Final refactoring
|
2016-10-20 11:29:11 +03:00 |
pg_dist_local_group.h
|
Add metadata infrastructure for pg_dist_local_group table
|
2016-10-17 11:52:18 +03:00 |
pg_dist_node.h
|
Add pg_dist_node.nodecluster
|
2017-08-08 11:18:31 +03:00 |
pg_dist_node_metadata.h
|
Send server_id for statistics reports. (#1698)
|
2017-10-18 21:20:32 -04:00 |
pg_dist_partition.h
|
Use 2PC for reference table modification
|
2017-01-04 12:46:35 +02:00 |
pg_dist_placement.h
|
Rename pg_dist_shard_placement -> pg_dist_placement
|
2017-07-12 14:17:31 +02:00 |
pg_dist_shard.h
|
Remove SHARD_STORAGE_RELAY type
|
2018-03-30 11:45:19 +03:00 |
pg_dist_transaction.h
|
Add worker transaction and transaction recovery infrastructure
|
2016-10-18 14:18:14 +03:00 |
placement_connection.h
|
Introduce the adaptive executor (#2798)
|
2019-06-28 14:04:40 +02:00 |
query_colocation_checker.h
|
Support non-co-located joins between subqueries
|
2018-02-26 13:50:37 +02:00 |
query_pushdown_planning.h
|
Refactor query pushdown related logic
|
2018-05-02 15:03:09 +03:00 |
query_stats.h
|
Add groundwork for citus_stat_statements api
|
2018-06-27 14:20:03 +03:00 |
recursive_planning.h
|
Support INSERT...SELECT with ON CONFLICT or RETURNING via coordinator
|
2018-11-30 15:29:12 +03:00 |
reference_table_utils.h
|
Fix some of the casts for groupId (#2609)
|
2019-03-05 12:06:44 -08:00 |
relation_access_tracking.h
|
Make COPY compatible with unified executor.
|
2019-06-20 19:53:40 +02:00 |
relation_restriction_equivalence.h
|
Support non-co-located joins between subqueries
|
2018-02-26 13:50:37 +02:00 |
relay_utility.h
|
create placeholder for policy ddl
|
2018-07-05 11:07:01 +02:00 |
remote_commands.h
|
Refactor shard creation logic
|
2019-06-19 10:03:58 +02:00 |
remote_transaction.h
|
Introduce the adaptive executor (#2798)
|
2019-06-28 14:04:40 +02:00 |
resource_lock.h
|
Add distributed locking to truncated mx tables
|
2018-09-21 14:23:19 +03:00 |
run_from_same_connection.h
|
Adds UDFs for testing MX functionalities with isolation tests
|
2018-09-12 07:04:16 +03:00 |
shard_pruning.h
|
Add a debug message with distribution column value
|
2018-06-05 15:09:17 +03:00 |
shardinterval_utils.h
|
Lock reads and writes only to the node being updated in master_update_node
|
2018-05-09 15:14:20 +02:00 |
shared_library_init.h
|
Minimal infrastructure for per-backend citus initialization.
|
2017-06-23 11:20:10 -07:00 |
statistics_collection.h
|
Make reports hostname configurable and enable stats collection in tests.
|
2017-10-31 21:51:43 -04:00 |
subplan_execution.h
|
Intermediate result size limitation
|
2017-12-21 14:26:56 +03:00 |
task_tracker.h
|
Remove 9.6 (#2554)
|
2019-01-16 13:11:24 -07:00 |
task_tracker_protocol.h
|
Update copyright dates
|
2016-03-23 17:14:37 -06:00 |
transaction_identifier.h
|
Improve deadlock detection for MX
|
2017-08-12 13:28:37 +03:00 |
transaction_management.h
|
Implement propagation of SET LOCAL commands
|
2019-06-20 16:15:43 -07:00 |
transaction_recovery.h
|
Fix some of the casts for groupId (#2609)
|
2019-03-05 12:06:44 -08:00 |
transmit.h
|
Add user ID suffix to intermediate files in re-partition jobs
|
2018-11-23 08:36:11 +01:00 |
version_compat.h
|
Query samples in docs and better errors
|
2019-02-04 19:20:02 +03:00 |
worker_manager.h
|
Fix some of the casts for groupId (#2609)
|
2019-03-05 12:06:44 -08:00 |
worker_protocol.h
|
Add user ID suffix to intermediate files in re-partition jobs
|
2018-11-23 08:36:11 +01:00 |
worker_shard_visibility.h
|
Use tree walker instad of mutator in relation visibility
|
2018-09-18 09:33:01 +03:00 |
worker_transaction.h
|
Properly send commands to other nodes
|
2018-09-10 16:01:30 +03:00 |