summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_participant.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64329 Make TransactionParticipant check internal transactions feature ...Cheahuychou Mao2022-03-281-34/+36
* SERVER-63880 Make resharding handle applyOps oplog entries with WouldChangeOw...Cheahuychou Mao2022-03-231-0/+17
* SERVER-62785 Write change stream pre-images in the main storage engine transa...Mindaugas Malinauskas2022-03-231-2/+15
* SERVER-63494 Enable WouldChangeOwningShard update and findAndModify tests wit...Cheahuychou Mao2022-03-191-2/+7
* SERVER-63441 Handle retryable internal transactions with multiple oplog entri...Cheahuychou Mao2022-03-061-4/+8
* Revert "SERVER-63441 Handle retryable internal transactions with multiple opl...Max Hirschhorn2022-03-061-8/+4
* SERVER-63441 Handle retryable internal transactions with multiple oplog entri...Cheahuychou Mao2022-03-041-4/+8
* SERVER-59342 Add killSessions and failover support to update shard key fsm te...Jack Mulrow2022-02-241-0/+10
* SERVER-63428 Robustify oplog applying code for update operationRui Liu2022-02-221-2/+3
* Revert "SERVER-60525 Make retryable internal transactions retryable across re...LaMont Nelson2022-02-181-6/+0
* SERVER-60525 Make retryable internal transactions retryable across reshardingSanika Phanse2022-02-171-0/+6
* SERVER-63251 Refactor IndexAccessMethod to support non-SortedData indexesMathias Stearn2022-02-111-1/+2
* SERVER-58694 Implement writing of pre-images for transactional update/replace...Mindaugas Malinauskas2022-02-091-1/+4
* Revert "SERVER-58694 Implement writing of pre-images for transactional update...auto-revert-processor2022-02-081-4/+1
* SERVER-63366 Basic retryability support for findAndModify WCOS with transacti...Jack Mulrow2022-02-081-11/+41
* SERVER-58694 Implement writing of pre-images for transactional update/replace...Mindaugas Malinauskas2022-02-071-1/+4
* SERVER-61088 Make transaction participants check if txnRetryCounter is suppor...Jason Zhang2022-02-031-10/+15
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-1/+2
* SERVER-60917 Make commands that fail with RetryTransactionInProgress block un...Cheahuychou Mao2022-01-281-13/+59
* SERVER-62671 Handle committing and aborting prepared retryable internal trans...Cheahuychou Mao2022-01-281-4/+7
* SERVER-61121 Make TransactionMetricsObserver support TxnNumberAndRetryCounterSanika Phanse2022-01-241-3/+2
* SERVER-61122 Log TxnNumberAndRetryCounter in metrics and log methods inside T...Sanika Phanse2022-01-241-0/+4
* SERVER-61085 Do not persist txnRetryCounter if value is defaultJason Zhang2022-01-191-9/+6
* SERVER-62047 Enforce txnNumber ordering in a session in the presence of retry...Cheahuychou Mao2022-01-141-15/+41
* SERVER-60917 Make transaction participants throw RetryableTransactionInProgre...Cheahuychou Mao2022-01-141-0/+29
* SERVER-62020 Make retryable write statements executed with or without interna...Cheahuychou Mao2022-01-141-32/+351
* SERVER-57122 Make RecoveryUnit decorable and use it for UncommitedCollections...Faustoleyva542021-12-211-10/+0
* SERVER-61086 Make transaction participants check if internal transactions are...Jason Zhang2021-12-021-0/+7
* SERVER-60540 Add retryability support for internal transactions for findAndMo...Cheahuychou Mao2021-11-201-0/+4
* SERVER-61190 Rename numberOfPreImagesToWrite to numberOfPrePostImagesToWriteCheahuychou Mao2021-11-201-5/+5
* SERVER-60741 Change eligible find operations to not reposition cursors across...Ian Boros2021-11-181-12/+3
* SERVER-59657 Annotate some of the WriteConflictExceptionsAndrew Shuvalov2021-11-121-5/+13
* SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch2021-11-101-1/+1
* SERVER-58757 Create partial index for config.transactions on parentLsidCheahuychou Mao2021-11-051-1/+10
* SERVER-60529 Make TransactionParticipant take in txnNumberAndRetryCounter ins...Jason Zhang2021-11-031-98/+133
* SERVER-58756 Support retrying internal transactions for retryable writes afte...Cheahuychou Mao2021-10-291-28/+61
* SERVER-58756 Support retrying internal transactions for retryable writesCheahuychou Mao2021-10-291-7/+69
* SERVER-58756 Store stmtIds for the operations in retryable internal transacti...Cheahuychou Mao2021-10-291-0/+10
* SERVER-58752 Persist txnRetryCounter and reload it on stepupCheahuychou Mao2021-09-081-3/+23
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-4/+4
* SERVER-58752 Support retrying internal transactions on transient transaction ...Cheahuychou Mao2021-09-011-44/+92
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-3/+2
* SERVER-48129 Invariant that operations which are holding open an oplog hole c...Gregory Wlodarek2021-07-131-0/+5
* SERVER-56694 implicit default majority write concern should set usedDefault=f...Moustafa Maher2021-06-041-1/+1
* SERVER-57127 IndexAccessMethod::findSingle() accepts CollectionPtrBenety Goh2021-06-031-1/+1
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-1/+6
* SERVER-56453 fix LocalOplogInfo namespace to match new header locationBenety Goh2021-05-141-1/+1
* SERVER-56453 move LocalOplogInfo header from repl/ to catalog/Benety Goh2021-05-141-1/+1
* SERVER-55961: Replace 'whitelist' in variable names, types, and commentsVarun Ravichandran2021-05-121-2/+2
* SERVER-56370 Correctly set prevOpTime of time-series oplog entries by a batch...Yuhong Zhang2021-05-111-0/+8