summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_participant.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-39679 Get oldest transaction time when snapshottingA. Jesse Jiryu Davis2019-03-211-3/+6
* SERVER-39441 Write the new 'prepareTransaction' command on primaryJason Chan2019-03-111-6/+13
* Revert "SERVER-39441 Write the new 'prepareTransaction' command on primary"Benety Goh2019-03-071-13/+6
* SERVER-39441 Write the new 'prepareTransaction' command on primaryJason Chan2019-03-071-6/+13
* SERVER-39874 Make shard return readOnly bool in response to successful transa...Esha Maharishi2019-03-071-0/+6
* SERVER-39139 Disallow starting transactions on secondariesVesselina Ratcheva2019-03-061-46/+26
* SERVER-39680 Save start timestamp in config.transactionsA. Jesse Jiryu Davis2019-03-061-2/+11
* SERVER-39732 Migrate transaction participant set parameters to IDLSara Golemon2019-03-011-2/+0
* Revert "SERVER-39139 Disallow starting transactions on secondaries"Vesselina Ratcheva2019-02-271-26/+46
* SERVER-39139 Disallow starting transactions on secondariesVesselina Ratcheva2019-02-261-46/+26
* SERVER-38906 No-op write after readonly transactionA. Jesse Jiryu Davis2019-02-201-8/+3
* SERVER-38906 Txns read without timestamp by defaultA. Jesse Jiryu Davis2019-02-201-3/+3
* SERVER-38810 Use Session's concurrency control rules instead of internal mute...Andy Schwerin2019-02-151-641/+673
* SERVER-38866 Change commitOplogEntryOpTime from std::optional to boost::optionalJason Chan2019-02-061-1/+1
* SERVER-38866 Pass finishOpTime into commitPreparedTransaction on secondaries.Jason Chan2019-02-061-1/+6
* SERVER-39199 recalculate stable timestamp after releasing transaction oplog h...Judah Schvimer2019-02-041-0/+1
* SERVER-39017 Allow prepared transaction statements to persist in-memory until...Blake Oler2019-02-011-4/+18
* SERVER-38978 coordinateCommitTransaction should send abortTransaction over th...Esha Maharishi2019-01-241-5/+5
* SERVER-39083 SERVER-38423 improve transaction stats for slow transaction logsJudah Schvimer2019-01-221-1/+10
* SERVER-38850 Perform noop write before returning NoSuchTransaction errorTess Avitabile2019-01-161-0/+11
* Revert "SERVER-38302 update prepared commit/abort metrics before call to opOb...Pavi Vetriselvan2019-01-111-5/+0