summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_participant.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-52667: Correct performInserts batching.Daniel Gottlieb2020-11-161-0/+2
* SERVER-49899 Create config.transactions cloner for resharding (merges txns)Eric Maynard2020-10-131-7/+16
* SERVER-50375 Ensure mongos forwards API params to shardsA. Jesse Jiryu Davis2020-09-101-1/+1
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-1/+1
* SERVER-50365 Use short WT transaction rollback timeout in the multi-document ...Gregory Noma2020-09-021-0/+2
* SERVER-49377: Ensure transactions inherit API parameters of initiating commandXueruiFa2020-08-191-2/+25
* SERVER-46219 Unittests should log with JSON formatMark Benvenuto2020-03-031-0/+17
* SERVER-45822 Manually convert slow query and slow query-like logsMark Benvenuto2020-02-141-0/+7
* SERVER-45806 Record pre-images on updates and deletes when recordPreImage is ...Jonathan Reams2020-02-101-0/+3
* SERVER-45800: Set client lastOp to max(prepareOpTime, lastAppliedOpTime, curr...Lingzhi Deng2020-01-301-0/+1
* SERVER-45650 Allow exceptions during storage commit for unprepared txnsMaria van Keulen2020-01-231-1/+1
* SERVER-44138 Stash uncommitted collections with other transaction stateMaria van Keulen2019-12-181-0/+2
* SERVER-43781 Describe the prepare state and lifetime of a prepare transaction...Samyukta Lanka2019-11-211-4/+6
* SERVER-40372 Track transaction sizeTess Avitabile2019-11-011-1/+3
* SERVER-42987 make it safe to interrupt abortTransactionJudah Schvimer2019-09-111-0/+4
* SERVER-39614 replace inActiveOrKilledMultiDocumentTransaction with inMultiDoc...Pavithra Vetriselvan2019-09-031-9/+0
* SERVER-39613 Remove kCommittingWithPrepare and kCommittingWithoutPrepare from...Siyuan Zhou2019-08-261-19/+4
* SERVER-41457 Unify the different ways the TransactionParticipant offers for a...Matthew Russotto2019-08-211-29/+10
* SERVER-40983 Track and log relevant single transaction metrics on mongos for ...Blake Oler2019-08-141-1/+1
* SERVER-41766 Remove obsolete code for tracking multikey writes inside multi-d...William Schultz2019-08-121-23/+0
* SERVER-40466 Unify checks for being in a multi-document transactionSamy Lanka2019-08-081-10/+14
* SERVER-42398 On primary, abortTransaction and commitTransaction commands shou...Suganthi Mani2019-07-251-12/+12
* SERVER-41980 Prepared transactions should not acquire ticket on primary.Suganthi Mani2019-07-251-6/+22
* SERVER-41881 Unstashing the transaction lock resources should ignore the ...Suganthi Mani2019-07-241-5/+21
* SERVER-42251 Timestamp multikey writes with the prepare timestamp during repl...William Schultz2019-07-231-0/+16
* Revert "SERVER-41881 Unstashing the transaction lock resources should ignore ...Ian Boros2019-07-231-21/+5
* Revert "SERVER-41980 Prepared transactions should not acquire ticket on prima...Ian Boros2019-07-231-22/+6
* SERVER-41980 Prepared transactions should not acquire ticket on primary.Suganthi Mani2019-07-211-6/+22
* SERVER-41881 Unstashing the transaction lock resources should ignore the save...Suganthi Mani2019-07-151-5/+21
* SERVER-39610 Remove outdated references to the metrics mutex in the Transacti...William Schultz2019-07-021-0/+2
* SERVER-36529 OpObservers for session operations should pass SessionTxnRecordJudah Schvimer2019-06-251-12/+3
* SERVER-41838 Release RSTL if we choose not to commit a prepared transaction a...Judah Schvimer2019-06-251-0/+3
* SERVER-39489 Remove optime creation in TransactionParticipantJudah Schvimer2019-05-221-33/+5
* SERVER-36956 SnapshotTooOld errors will always increase the snapshot history ...Dianna2019-05-171-1/+1
* SERVER-39794 Abort in-progress transactions on stepupSiyuan Zhou2019-05-141-0/+5
* SERVER-39438 Write "abortTransaction" oplog entry when aborting unprepared tr...Jason Chan2019-05-141-1/+3
* SERVER-37235 Use an onCommit/Abort handler to complete session kill on direct...Kaloian Manassiev2019-05-141-20/+16
* SERVER-40498 Writing transaction oplog entries must not take locks while hold...Siyuan Zhou2019-05-081-0/+6
* SERVER-40498 Side transaction keeps the same lockerSiyuan Zhou2019-05-031-5/+8
* SERVER-40808 Recovering a transaction's outcome should block if the participa...Esha Maharishi2019-05-021-2/+18
* SERVER-40475 Migrate sentinel entry for retryable writes converted to transac...Matthew Saltz2019-05-021-1/+5
* SERVER-40018 Remove oldestOplogEntryOpTime from TransactionMetricsObserver an...Samy Lanka2019-04-171-7/+0
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-40508 Remove hash from OplogSlot and make OplogSlot an alias for OpTime.r4.1.10Siyuan Zhou2019-04-091-2/+2
* SERVER-39842 Allow update to shard key value if retryable writejannaerin2019-04-091-0/+5
* Revert "SERVER-35811 disallow committing at the prepareTimestamp and pin stab...Pavi Vetriselvan2019-04-011-7/+0
* SERVER-35114 Adjustable periods for PeriodicJobsJason Carey2019-03-291-0/+3
* SERVER-39840 Add kExecutedRetryableWrite state to allow unstarted retryable w...Blake Oler2019-03-291-1/+10
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39792 Update the txn table only on the first txn operation on primaryJason Chan2019-03-251-2/+4