summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_participant.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64983 Abort transaction after releasing Client lockDaniel Gómez Ferro2022-04-111-17/+27
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-10-301-4/+4
* SERVER-50365 Use short WT transaction rollback timeout in the multi-document ...Gregory Noma2020-10-261-0/+7
* SERVER-47645 Must invalidate all sessions on stepdownTess Avitabile2020-08-271-0/+3
* SERVER-43889 Distinguish between retryable write and transaction when failing...Ali Mir2020-03-311-5/+19
* SERVER-45881: Bypass flow control on txn metadata operations.Daniel Gottlieb2020-03-261-0/+5
* SERVER-43978 Allow stable timestamp to advance after a transaction that reser...William Schultz2020-01-061-7/+0
* SERVER-43018 Transactions that perform untimestamped reads should check min v...Suganthi Mani2019-12-121-0/+12
* SERVER-40372 Track transaction sizeTess Avitabile2019-11-201-5/+14
* SERVER-42987 make it safe to interrupt abortTransactionJudah Schvimer2019-10-111-17/+46
* SERVER-41457 Unify the different ways the TransactionParticipant offers for a...Matthew Russotto2019-09-301-63/+32
* SERVER-39613 Remove kCommittingWithPrepare and kCommittingWithoutPrepare from...Siyuan Zhou2019-09-251-55/+9
* SERVER-40466 Unify checks for being in a multi-document transactionSamyukta Lanka2019-09-241-1/+5
* SERVER-39610 Remove outdated references to the metrics mutex in the Transacti...William Schultz2019-08-151-8/+3
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-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-251-9/+69
* SERVER-42251 Timestamp multikey writes with the prepare timestamp during repl...William Schultz2019-07-241-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-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-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-061-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
* SERVER-40475 Migrate sentinel entry for retryable writes converted to transac...Matthew Saltz2019-05-021-2/+2