summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_participant.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37179 Pull out starting transaction from session checkout and push it ...Siyuan Zhou2018-11-081-6/+5
* SERVER-37261 Protect setting ReadConcernArgs decoration on OperationContext w...Vesselina Ratcheva2018-11-071-1/+3
* SERVER-35877 Secondaries commit transactions when applying commitTransaction ...Siyuan Zhou2018-11-061-7/+0
* SERVER-36500 Add tests to check slow logging for prepared txnsJason Chan2018-11-051-3/+5
* SERVER-37244 Make sessions killable outside of the Session/TransactionPartici...Kaloian Manassiev2018-10-311-5/+2
* SERVER-35811 pin stable timestamp behind oldest uncommitted timestampPavi Vetriselvan2018-10-301-2/+5
* SERVER-37711 Revert commits related to lock yielding for prepared transaction...Kaloian Manassiev2018-10-251-17/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35877 Push down session checkout into secondary application of transac...Siyuan Zhou2018-10-151-0/+7
* SERVER-36799 Move all transactions and retryable writes functionality from Se...Kaloian Manassiev2018-10-081-25/+195
* SERVER-35870 Allow stepdown to work with prepared transactionsSpencer T Brody2018-09-281-0/+17
* SERVER-37239 Router should validate if commands are allowed to run within tra...Randolph Tan2018-09-271-2/+0
* SERVER-35875 Secondaries abort transactions when applying abortTransaction op...Siyuan Zhou2018-09-261-1/+1
* SERVER-35865 SERVER-35816 SERVER-35730 Write commit oplog entry on commit of ...Judah Schvimer2018-09-211-12/+8
* SERVER-35873 Maintain oldest prepareTimestampPavi Vetriselvan2018-09-201-0/+3
* SERVER-35821 readConcern:snapshot transactions need a read timestamp <= WT's ...Matthew Russotto2018-09-141-1/+7
* SERVER-35307 Support prepared transactions on secondaries and immediately abo...Siyuan Zhou2018-09-131-1/+6
* SERVER-35817 Allow shutdowns while prepared transactions are in-flightSpencer T Brody2018-09-131-0/+12
* SERVER-36799 Get rid of the separate TransactionParticipant 2PC state machineKaloian Manassiev2018-09-121-140/+9
* 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