summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_participant.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-55614 Make API params optional for cmds in txnsA. Jesse Jiryu Davis2021-05-041-1/+2
* SERVER-55060 Direct modification must remove buckets from the time-series buc...Dan Larkin-York2021-04-021-1/+0
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-13/+18
* SERVER-53509 Create an oplog chain and update config.transactions for retryab...Matthew Russotto2021-03-111-2/+17
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-1/+2
* SERVER-52667: Correct performInserts batching.Daniel Gottlieb2020-11-161-0/+8
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-2/+3
* SERVER-51807 Get point-in-time read timestamp in global lockA. Jesse Jiryu Davis2020-11-121-1/+4
* SERVER-51769 Fix ephemeralForTest's RecoveryUnit::isActive()Gregory Wlodarek2020-10-211-1/+1
* SERVER-49899 Create config.transactions cloner for resharding (merges txns)Eric Maynard2020-10-131-1/+1
* SERVER-51349: Have UncommittedCollections release its resources when stashing...Daniel Gottlieb2020-10-071-1/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-3/+3
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-101-2/+3
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-4/+4
* SERVER-50365 Use short WT transaction rollback timeout in the multi-document ...Gregory Noma2020-09-021-0/+7
* SERVER-50217 change auth op observer to handle $v:1 and $v:2 updatesIan Boros2020-08-271-1/+2
* SERVER-50054 Advance logicalClock on transactionParticipant to commitTimestam...Tommaso Tocci2020-08-261-3/+9
* SERVER-49377: Ensure transactions inherit API parameters of initiating commandXueruiFa2020-08-191-1/+24
* SERVER-47645 Must invalidate all sessions on stepdownTess Avitabile2020-07-291-0/+3
* Revert "SERVER-47645 Must invalidate all sessions on stepdown"Tess Avitabile2020-06-091-3/+0
* SERVER-47645 Must invalidate all sessions on stepdownTess Avitabile2020-06-041-0/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46772 Use IDL to represent UpdateRequestKatherine Wu2020-04-161-1/+2
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-24/+24
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-20/+28
* SERVER-45626: Introduce AutoGetOplog for consistent oplog locking rulesLingzhi Deng2020-03-131-3/+10
* SERVER-45881: Bypass flow control on txn metadata operations.Daniel Gottlieb2020-03-131-0/+5