summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/txn_cmds.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41457 Unify the different ways the TransactionParticipant offers for a...Matthew Russotto2019-09-301-1/+1
* SERVER-40466 Unify checks for being in a multi-document transactionSamyukta Lanka2019-09-241-2/+2
* SERVER-41317 Push commit transaction's check for a majority-committed prepare...Vesselina Ratcheva2019-05-291-8/+0
* SERVER-37627 Remove the coordinator on abort transactionRandolph Tan2019-05-141-0/+10
* SERVER-39349 Recovering the state of a completed single-shard transaction sho...Randolph Tan2019-04-291-0/+9
* SERVER-40572 add skipCommitTxnCheckPrepareMajorityCommitted failpointJudah Schvimer2019-04-111-1/+3
* SERVER-40269: commitTransaction should assert that the prepare oplog entry is...Lingzhi Deng2019-04-091-0/+6
* SERVER-38810 Use Session's concurrency control rules instead of internal mute...Andy Schwerin2019-02-151-6/+6
* SERVER-39139 Disallow commitTransaction and abortTransaction commands on seco...Vesselina Ratcheva2019-02-061-2/+2
* SERVER-38519 Test transactions with new stepdown sequence.Suganthi Mani2019-02-061-0/+9
* SERVER-38866 Pass finishOpTime into commitPreparedTransaction on secondaries.Jason Chan2019-02-061-1/+1
* SERVER-37556 Do not allow commitTransaction or abortTransaction on prepared t...Judah Schvimer2019-01-151-16/+2
* SERVER-36638 Make coordinator commit fully asynchronousMatthew Saltz2018-12-051-3/+3
* SERVER-37882 Switch the distributed transaction commit protocol to the RPC pr...Esha Maharishi2018-11-071-0/+17
* SERVER-37732 Remove "participant shard" phrase from log lines in commitTransa...David Storch2018-10-241-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-37621 Move logging in transaction command bodies to after checking tha...Esha Maharishi2018-10-121-6/+6
* SERVER-37553 Log sending and receiving every message in the transaction two p...Esha Maharishi2018-10-111-1/+8
* SERVER-35863 log abortTransaction oplog entry when prepared transactionsJudah Schvimer2018-09-071-1/+15
* SERVER-36561 Move the prepareTransaction command into txn_two_phase_commit_cm...Esha Maharishi2018-08-091-49/+0
* SERVER-35900 Refactor transaction machinery out from Session classRandolph Tan2018-08-081-19/+21
* SERVER-35598 refactor commitTransaction for prepareJudah Schvimer2018-07-271-1/+8
* SERVER-35378 make prepareTransaction command return the prepareTimestampPavi Vetriselvan2018-07-231-2/+2
* SERVER-35597 SERVER-35598 Ensure prepared transactions can be committedJudah Schvimer2018-07-201-1/+7
* SERVER-35376 move prepareTransaction logic to sessionJudah Schvimer2018-06-181-14/+1
* SERVER-34824 Make prepareTransaction command write a prepare oplog entry and ...Judah Schvimer2018-06-071-2/+1
* SERVER-35387 Ensure retried commitTransaction command waits for writeConcernJudah Schvimer2018-06-051-0/+6
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-34653 MONGO_REGISTER_TEST_COMMANDBilly Donahue2018-05-161-6/+1
* SERVER-33501 Support retryable writes for commitTransaction commandSiyuan Zhou2018-04-111-1/+5
* Revert "SERVER-33501 Support retryable writes for commitTransaction command"William Schultz2018-04-111-5/+1
* SERVER-33501 Support retryable writes for commitTransaction commandSiyuan Zhou2018-04-101-1/+5
* SERVER-33774 make commitTxn, abortTxn, and prepareTransaction adminOnlyPavi Vetriselvan2018-04-041-0/+12
* Revert "make commitTxn, prepare, and abortTxn adminOnly"Pavi Vetriselvan2018-04-041-12/+0
* make commitTxn, prepare, and abortTxn adminOnlyPavi Vetriselvan2018-04-041-0/+12
* SERVER-34004 Support commit and abort transaction commands on secondariesWilliam Schultz2018-04-031-2/+2
* SERVER-33432 Abort transaction on write conflicts and other exceptions.Siyuan Zhou2018-03-271-3/+3
* SERVER-34068 Unify commit machinery between snapshot read and multi-document ...Matthew Russotto2018-03-251-5/+1
* SERVER-33309 SERVER-33310 Handle WT_PREPARE_CONFLICT. Add methods inLouis Williams2018-03-231-0/+4
* SERVER-33889 Split dcommands and core into libraries for embedded vs standalo...Henrik Edin2018-03-231-0/+1
* SERVER-33217 Add abortTransaction command.Siyuan Zhou2018-03-221-2/+12
* SERVER-33306 SERVER-33307 SERVER-33308 Add prepareTransaction command stub. A...Louis Williams2018-03-211-0/+56
* SERVER-33216 Implement commitTransaction command.Siyuan Zhou2018-03-051-0/+17
* SERVER-32321 add commitTxn and abortTxn stub commandsPavithra Vetriselvan2018-02-201-0/+105