summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_api.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67016 Cancel transaction API transactions if their caller is interruptedJack Mulrow2022-06-131-7/+40
* SERVER-66481 Disable cross-shard internal transactions run from a shardJason Zhang2022-06-061-1/+12
* SERVER-66844 Transaction API shouldn't use CancelableOperationContextJack Mulrow2022-05-311-4/+7
* SERVER-65395 Modify FLE2 no_passthrough tests to make considerations for maxR...Erwin Pe2022-05-171-5/+1
* SERVER-66388 Disallow using transaction API in operations with shard versionsJack Mulrow2022-05-111-0/+12
* SERVER-66316 Make transactions API interact better with Client Side Operation...Jack Mulrow2022-05-111-13/+26
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-66067 Transaction API's best-effort abort can interfere with two-phase...Sanika Phanse2022-05-041-10/+13
* SERVER-64986 Add concurrency workloads that test internal transactions using ...Cheahuychou Mao2022-04-221-0/+3
* SERVER-61782 SERVER-63835 Use futures in transaction API run implementation a...Jack Mulrow2022-04-201-100/+109
* SERVER-64793 Make exhaustiveFind asynchronousJason Zhang2022-04-141-22/+43
* SERVER-61418 Use majority write concern for commit retries in transaction APIJack Mulrow2022-04-141-19/+34
* SERVER-59566 Retry and timeout policy for internal transactionsJason Zhang2022-04-131-9/+35
* SERVER-65354 Forward client's APIParameters in the transaction APIJack Mulrow2022-04-081-0/+8
* SERVER-61781 Raise verbosity for internal transaction log linesSanika Phanse2022-04-051-3/+3
* SERVER-63495 Support running cluster commands through the transaction APIJack Mulrow2022-03-301-11/+15
* SERVER-63495 Unyielding TransactionRouter never fails except at shutdown and ...Jack Mulrow2022-03-301-53/+51
* SERVER-61779 Support cursors for transaction API exhaustive findJason Zhang2022-03-241-7/+23
* SERVER-61783 Use the session pool with the internal transaction APISanika Phanse2022-03-181-5/+21
* SERVER-63747 Allow client retryable write case on mongod for transaction APIJack Mulrow2022-03-171-5/+0
* SERVER-64328 Allow network errors to be retried in transaction apiJason Zhang2022-03-171-2/+8
* SERVER-64070 Clean up startTransaction handling for transaction API client tr...Jack Mulrow2022-03-081-1/+14
* SERVER-64105 Support stmtIds in the transaction APIJack Mulrow2022-03-021-3/+35
* SERVER-63746 Allow client session case for transaction APIJack Mulrow2022-03-011-3/+0
* SERVER-59186 Use transaction API for all current changing a document's shard ...Jack Mulrow2022-02-281-45/+153
* SERVER-63875 Move TransactionWithRetries executor futures into TransactionJack Mulrow2022-02-231-12/+11
* SERVER-63587 Clean up lifetime management in the transaction APIJack Mulrow2022-02-161-15/+26
* SERVER-63364 Use transaction API to handle WCOS errors for findAndModify with...Jack Mulrow2022-02-071-29/+20
* SERVER-62641 Remove stale TODO commentJack Mulrow2022-02-021-2/+0
* SERVER-62435 Capture a strong reference to SEPTransactionClient in transactio...Jack Mulrow2022-01-121-5/+5
* SERVER-62519 Internal transaction API should abort between transient error re...Jack Mulrow2022-01-111-37/+88
* SERVER-62516 Return commit result from internal transaction APIJack Mulrow2022-01-111-68/+99
* SERVER-62080 Make read and write concern configurable for internal transactio...Jack Mulrow2021-12-201-1/+10
* SERVER-58759 Internal transaction API supports owned synchronous transactionsJack Mulrow2021-11-301-0/+388