citus/src/backend/distributed/utils
eren ab240a7d4c Rename copy_transaction_manager
This change renames the distributed transaction manager parameter from
citus.copy_transaction_manager to citus.multi_shard_commit_protocol.

Distributed transaction manager has been used only by the COPY on hash
partitioned tables but it can be used by upcoming features so, we needed
to rename so that its name do not contain a reference to COPY.

The change also includes renames like transaction_manager_options to
commit_protocol_options and TRANSACTION_MANAGER_1PC to COMMIT_PROTOCOL_1PC.

With this change, declaration of MultiShardCommitProtocol (was
CopyTransactionManager) is moved from multi_copy.c to multi_transaction.c.
2016-04-28 15:12:50 +03:00
..
citus_nodefuncs.c Fix SELECT problem with no target list 2016-04-13 11:08:14 +03:00
citus_outfuncs.c Update copyright dates 2016-03-23 17:14:37 -06:00
citus_read.c Update copyright dates 2016-03-23 17:14:37 -06:00
citus_readfuncs_94.c Update copyright dates 2016-03-23 17:14:37 -06:00
citus_readfuncs_95.c Update copyright dates 2016-03-23 17:14:37 -06:00
citus_ruleutils.c Add pg_get_table_grants() function and support extending GRANTs. 2016-04-27 10:28:25 -07:00
connection_cache.c Use the current session's username when connecting to worker nodes. 2016-04-27 10:00:08 -07:00
listutils.c Update copyright dates 2016-03-23 17:14:37 -06:00
metadata_cache.c Add CitusExtensionOwner(), to execute some priviledged operations under. 2016-04-27 10:26:08 -07:00
multi_resowner.c Update copyright dates 2016-03-23 17:14:37 -06:00
multi_transaction.c Rename copy_transaction_manager 2016-04-28 15:12:50 +03:00
resource_lock.c Update copyright dates 2016-03-23 17:14:37 -06:00
ruleutils_94.c Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
ruleutils_95.c Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
shardinterval_utils.c Add fast shard pruning path for INSERTs on hash partitioned tables 2016-04-26 11:16:00 +03:00