summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_participant.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42540 Remove TODO from SERVER-40013Jason Chan2019-10-021-1/+0
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-1/+1
* SERVER-42750 Set opCtx->inMultiDocumentTransaction() in transaction recovery.Siyuan Zhou2019-09-131-0/+2
* SERVER-42987 make it safe to interrupt abortTransactionJudah Schvimer2019-09-111-17/+46
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-13/+11
* SERVER-41359 Stop upconverting readConcern to snapshot internally for transac...Samyukta Lanka2019-09-031-1/+1
* SERVER-39613 Remove kCommittingWithPrepare and kCommittingWithoutPrepare from...Siyuan Zhou2019-08-261-55/+9
* SERVER-41457 Unify the different ways the TransactionParticipant offers for a...Matthew Russotto2019-08-211-63/+27
* SERVER-41766 Remove obsolete code for tracking multikey writes inside multi-d...William Schultz2019-08-121-1/+0
* SERVER-40466 Unify checks for being in a multi-document transactionSamy Lanka2019-08-081-1/+3
* SERVER-41470 Remove FCV checks for multiple-entry transaction formatJason Chan2019-08-021-32/+5
* SERVER-39691 Remove FCV checks around the state field in config.transactions ...Jason Chan2019-07-311-15/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-57/+47
* SERVER-41861 Replace 'all_committed' with 'all_durable'Gregory Wlodarek2019-07-261-6/+6
* SERVER-42398 On primary, abortTransaction and commitTransaction commands shou...Suganthi Mani2019-07-251-3/+5
* SERVER-41980 Prepared transactions should not acquire ticket on primary.Suganthi Mani2019-07-251-8/+27
* SERVER-41881 Unstashing the transaction lock resources should ignore the ...Suganthi Mani2019-07-241-9/+69
* SERVER-42251 Timestamp multikey writes with the prepare timestamp during repl...William Schultz2019-07-231-0/+11
* Revert "SERVER-41881 Unstashing the transaction lock resources should ignore ...Ian Boros2019-07-231-69/+9
* Revert "SERVER-41980 Prepared transactions should not acquire ticket on prima...Ian Boros2019-07-231-27/+8
* SERVER-41980 Prepared transactions should not acquire ticket on primary.Suganthi Mani2019-07-211-8/+27
* SERVER-41881 Unstashing the transaction lock resources should ignore the save...Suganthi Mani2019-07-151-9/+69
* SERVER-39610 Remove outdated references to the metrics mutex in the Transacti...William Schultz2019-07-021-8/+3
* SERVER-36529 OpObservers for session operations should pass SessionTxnRecordJudah Schvimer2019-06-251-35/+19
* SERVER-41838 Release RSTL if we choose not to commit a prepared transaction a...Judah Schvimer2019-06-251-14/+37
* SERVER-41816 Clarify purpose of prepared commit uassertsJudah Schvimer2019-06-241-0/+13
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-39807 Remove the server parameter gating large transactionsMatthew Russotto2019-06-061-5/+4
* SERVER-41157 Remove abortguard when committing unprepared transactionsJason Chan2019-06-061-16/+0
* SERVER-41306 In FCV 4.0, don't treat transactions as retryable writesMatthew Russotto2019-06-061-10/+12
* SERVER-39116 Name unnamed GlobalLock in TransactionParticipantAllison Easton2019-06-031-1/+1
* SERVER-41269 Set txn state to in-progress when fetching active transaction stateSiyuan Zhou2019-05-301-44/+27
* SERVER-41317 Push commit transaction's check for a majority-committed prepare...Vesselina Ratcheva2019-05-291-2/+17
* SERVER-39811 Add a threshold of the total size of buffered oplog entries in a...Matthew Russotto2019-05-231-0/+7
* SERVER-39489 Remove optime creation in TransactionParticipantJudah Schvimer2019-05-221-70/+49
* SERVER-40919 Remove stmtId from transaction oplog entriesJason Chan2019-05-221-5/+13
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-1/+1
* SERVER-41100 Update lastWriteOpTime for prepareTransaction on secondariesVesselina Ratcheva2019-05-201-0/+11
* SERVER-41009 TimestampMonitor and getOldestActiveTimestamp shouldn't conflict...Gregory Wlodarek2019-05-201-0/+3
* SERVER-37837 Examine and reap sessions from the SessionsCatalogKaloian Manassiev2019-05-171-6/+6
* SERVER-40678 Log implicit prepare for large transactions on primaryWilliam Schultz2019-05-151-14/+4
* SERVER-39794 Abort in-progress transactions on stepupSiyuan Zhou2019-05-141-0/+4
* SERVER-39438 Write "abortTransaction" oplog entry when aborting unprepared tr...Jason Chan2019-05-141-5/+23
* SERVER-37235 Use an onCommit/Abort handler to complete session kill on direct...Kaloian Manassiev2019-05-141-4/+4
* SERVER-40498 Writing transaction oplog entries must not take locks while hold...Siyuan Zhou2019-05-081-1/+1
* SERVER-40705: No need to delay unlocking if lock is recursively acquiredLingzhi Deng2019-05-081-1/+2
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-1/+1
* SERVER-40498 Side transaction keeps the same lockerSiyuan Zhou2019-05-031-35/+40
* SERVER-40808 Recovering a transaction's outcome should block if the participa...Esha Maharishi2019-05-021-4/+29