summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_api_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67016 Cancel transaction API transactions if their caller is interruptedJack Mulrow2022-06-131-5/+169
* SERVER-66481 Disable cross-shard internal transactions run from a shardJason Zhang2022-06-061-28/+64
* SERVER-66388 Disallow using transaction API in operations with shard versionsJack Mulrow2022-05-111-0/+55
* SERVER-66316 Make transactions API interact better with Client Side Operation...Jack Mulrow2022-05-111-19/+39
* SERVER-66320 Wait for thread pool to be idle before resetting TransactionWith...Jack Mulrow2022-05-101-0/+5
* SERVER-66067 Transaction API's best-effort abort can interfere with two-phase...Sanika Phanse2022-05-041-20/+24
* SERVER-61782 SERVER-63835 Use futures in transaction API run implementation a...Jack Mulrow2022-04-201-161/+73
* SERVER-61418 Use majority write concern for commit retries in transaction APIJack Mulrow2022-04-141-30/+171
* SERVER-59566 Retry and timeout policy for internal transactionsJason Zhang2022-04-131-2/+127
* SERVER-65354 Forward client's APIParameters in the transaction APIJack Mulrow2022-04-081-0/+81
* SERVER-63495 Support running cluster commands through the transaction APIJack Mulrow2022-03-301-4/+9
* SERVER-63495 Unyielding TransactionRouter never fails except at shutdown and ...Jack Mulrow2022-03-301-12/+71
* SERVER-61779 Support cursors for transaction API exhaustive findJason Zhang2022-03-241-8/+116
* SERVER-61783 Use the session pool with the internal transaction APISanika Phanse2022-03-181-9/+47
* SERVER-63747 Allow client retryable write case on mongod for transaction APIJack Mulrow2022-03-171-12/+0
* SERVER-64328 Allow network errors to be retried in transaction apiJason Zhang2022-03-171-9/+49
* SERVER-64070 Clean up startTransaction handling for transaction API client tr...Jack Mulrow2022-03-081-0/+148
* SERVER-64105 Support stmtIds in the transaction APIJack Mulrow2022-03-021-1/+52
* SERVER-63746 Allow client session case for transaction APIJack Mulrow2022-03-011-0/+178
* SERVER-59186 Use transaction API for all current changing a document's shard ...Jack Mulrow2022-02-281-6/+226
* SERVER-63587 Clean up lifetime management in the transaction APIJack Mulrow2022-02-161-5/+5
* SERVER-63364 Use transaction API to handle WCOS errors for findAndModify with...Jack Mulrow2022-02-071-60/+18
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-6/+10
* SERVER-62435 Capture a strong reference to SEPTransactionClient in transactio...Jack Mulrow2022-01-121-2/+2
* SERVER-62519 Internal transaction API should abort between transient error re...Jack Mulrow2022-01-111-93/+90
* SERVER-62516 Return commit result from internal transaction APIJack Mulrow2022-01-111-217/+290
* SERVER-62080 Make read and write concern configurable for internal transactio...Jack Mulrow2021-12-201-10/+221
* SERVER-58759 Internal transaction API supports owned synchronous transactionsJack Mulrow2021-11-301-0/+526