summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_participant.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37144 In OplogSlotReserver, changing the locker on an opCtx requires t...Matthew Russotto2018-09-171-0/+3
* SERVER-35307 Remove verbose try-catch in prepareTransaction().Siyuan Zhou2018-09-141-17/+1
* SERVER-35821 readConcern:snapshot transactions need a read timestamp <= WT's ...Matthew Russotto2018-09-141-2/+6
* SERVER-35307 Support prepared transactions on secondaries and immediately abo...Siyuan Zhou2018-09-131-51/+65
* SERVER-35817 Allow shutdowns while prepared transactions are in-flightSpencer T Brody2018-09-131-1/+11
* SERVER-36799 Get rid of the separate TransactionParticipant 2PC state machineKaloian Manassiev2018-09-121-69/+0
* SERVER-26854 LockStats for sub-operations should not include wait time for pr...Xiangyu Yao2018-09-071-6/+7
* SERVER-35863 log abortTransaction oplog entry when prepared transactionsJudah Schvimer2018-09-071-31/+72
* SERVER-36975 Fix race condition in read_concern_snapshot_catalog_invalidation.jsTess Avitabile2018-09-051-1/+5
* Revert "SERVER-36975 Fix race condition in read_concern_snapshot_catalog_inva...Tess Avitabile2018-09-051-5/+1
* SERVER-36975 Fix race condition in read_concern_snapshot_catalog_invalidation.jsTess Avitabile2018-09-051-1/+5
* SERVER-35814 ensure that prepareTransaction waits for writeConcernPavi Vetriselvan2018-08-231-0/+6
* SERVER-36685 Reverse order of TransactionParticipant and Client locksMatthew Russotto2018-08-221-18/+8
* SERVER-36685 Make transaction statistics accessible without TransactionPartic...Matthew Russotto2018-08-221-59/+56
* SERVER-35810 Disallow operations other than abort, commit or prepare on a pre...Samy Lanka2018-08-201-10/+27
* SERVER-36201 Refactor transactions metrics tracking code into TransactionMetr...jinichu2018-08-171-98/+44
* SERVER-36590 Allow shards to start new transactions at the active transaction...Jack Mulrow2018-08-151-52/+93
* SERVER-36331 Kill running op when a transaction expiresSpencer T Brody2018-08-151-10/+23
* SERVER-36684 Allow running voteCommitTransaction and voteAbortTransaction ins...Esha Maharishi2018-08-151-2/+6
* SERVER-36567 Ensure we never abort committed transactionsSiyuan Zhou2018-08-131-5/+8
* SERVER-36421 Keep being InProgress when writing oplog entry for unprepared co...Siyuan Zhou2018-08-131-4/+7
* SERVER-36294 Mark transaction as inactive when it is first marked as openWilliam Schultz2018-08-111-0/+3
* SERVER-33366 OperationContext setRecoveryUnit() & releaseRecoveryUnit() shoul...Sean Tao2018-08-101-6/+9
* SERVER-35809 Never implicitly abort prepared transactionsSiyuan Zhou2018-08-091-34/+53
* SERVER-35159 Track transactions latency and add to serverStatus outputNathan Louie2018-08-091-6/+13
* SERVER-35900 Refactor transaction machinery out from Session classRandolph Tan2018-08-081-9/+1140
* SERVER-35347 Transaction coordinator and participant internal state machinesEsha Maharishi2018-07-261-0/+70
* SERVER-35362 Make Session decorable and add Transaction Coordinator and Parti...Esha Maharishi2018-06-261-0/+53