summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_participant.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35863 log abortTransaction oplog entry when prepared transactionsJudah Schvimer2018-09-071-2/+9
* SERVER-35814 ensure that prepareTransaction waits for writeConcernPavi Vetriselvan2018-08-231-0/+13
* SERVER-36685 Reverse order of TransactionParticipant and Client locksMatthew Russotto2018-08-221-0/+2
* SERVER-36685 Make transaction statistics accessible without TransactionPartic...Matthew Russotto2018-08-221-1/+8
* SERVER-35810 Disallow operations other than abort, commit or prepare on a pre...Samy Lanka2018-08-201-0/+5
* SERVER-36201 Refactor transactions metrics tracking code into TransactionMetr...jinichu2018-08-171-4/+5
* SERVER-36590 Allow shards to start new transactions at the active transaction...Jack Mulrow2018-08-151-0/+10
* SERVER-36331 Kill running op when a transaction expiresSpencer T Brody2018-08-151-2/+0
* SERVER-36565 Check if txn in progress or aborted when executing write commandsjannaerin2018-08-131-0/+10
* SERVER-36421 Keep being InProgress when writing oplog entry for unprepared co...Siyuan Zhou2018-08-131-5/+0
* SERVER-35809 Never implicitly abort prepared transactionsSiyuan Zhou2018-08-091-4/+16
* SERVER-35900 Refactor transaction machinery out from Session classRandolph Tan2018-08-081-2/+488
* SERVER-35347 Transaction coordinator and participant internal state machinesEsha Maharishi2018-07-261-0/+138
* SERVER-35362 Make Session decorable and add Transaction Coordinator and Parti...Esha Maharishi2018-06-261-0/+55