summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction/transaction_participant.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69649 Remove unused internal transactions feature flag includesJason Zhang2022-09-261-1/+0
* SERVER-43076 Pass OperationContext through commit and rollback handlersHenrik Edin2022-09-201-0/+10
* SERVER-68860 integrate TransactionOperations into TransactionParticipantBenety Goh2022-09-151-50/+19
* SERVER-60919 Remove oplog based change stream pre-image storageMindaugas Malinauskas2022-09-141-2/+1
* SERVER-69560 TransactionParticipant::retrieveCompletedTransactionOperations()...Benety Goh2022-09-091-12/+14
* SERVER-69529 TransactionParticipant::_resetTransactionStateAndUnlock() clears...Benety Goh2022-09-081-0/+1
* SERVER-68584 Generalize skipTicketAcquisitionForLockLeonardo Menti2022-09-071-1/+1
* SERVER-69478 avoid copying completed transaction ops in commitUnpreparedTrans...Benety Goh2022-09-061-1/+1
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-2/+2
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-5/+3
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-0/+3403