summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_participant.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-36639 Disallow restarting txn at active txn number if shard has aborte...Jack Mulrow2019-01-091-9/+23
* SERVER-38302 update prepared commit/abort metrics before call to opObserverPavi Vetriselvan2019-01-081-0/+5
* SERVER-38282 Step-up reacquires locks for prepared transactionsSiyuan Zhou2019-01-071-1/+8
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-38713 Get rid of transaction number equality checking from _makeUpdate...Kaloian Manassiev2018-12-221-10/+6
* SERVER-38713 Get rid of transaction number equality checking from checkStatem...Kaloian Manassiev2018-12-221-16/+3
* SERVER-38677 Move all 'forTest' methods to a separate section of the header fileKaloian Manassiev2018-12-211-193/+210
* SERVER-38677 Remove the invalidations counter from TransactionParticipantKaloian Manassiev2018-12-181-51/+51
* SERVER-33683 Prevent deadlock in aggregate with transactionsIan Boros2018-12-171-1/+1
* SERVER-36493 invalidate in-memory state of prepared txns on repl rollbackPavi Vetriselvan2018-12-101-0/+19
* SERVER-34620 Make speculative read atClusterTime not wait for the given clust...Matthew Russotto2018-12-061-0/+18
* SERVER-37923 Rename TransactionParticipant::getFromNonCheckedOutSession to be...Kaloian Manassiev2018-12-061-9/+5
* SERVER-37199 Yield locks of transactions in secondary application.r4.1.6Siyuan Zhou2018-12-031-0/+1
* SERVER-38189 check prepareStartTime before logging slow transaction infoJason Chan2018-11-211-5/+3
* 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