summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_participant.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-40475 Migrate sentinel entry for retryable writes converted to transac...Matthew Saltz2019-05-021-2/+2
* SERVER-40462: Disallow transactions on shard servers with writeConcernMajorit...Lingzhi Deng2019-04-291-0/+9
* SERVER-40809 TransactionParticipant::OplogSlotReserver gets optimes from Loca...Benety Goh2019-04-251-1/+3
* SERVER-40018 Remove oldestOplogEntryOpTime from TransactionMetricsObserver an...Samy Lanka2019-04-171-37/+1
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-2/+2
* SERVER-39798 Gate transactions larger than 16MB to FCV4.2Jason Chan2019-04-151-4/+13
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-2/+2
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-6/+6
* SERVER-40329: Log all transactions at TXN verbosity levels >= 1Lingzhi Deng2019-04-091-2/+4
* SERVER-39829 Consider in-progress transactions when calculating the oldest ac...Jason Chan2019-04-091-2/+2
* SERVER-40508 Remove hash from OplogSlot and make OplogSlot an alias for OpTime.r4.1.10Siyuan Zhou2019-04-091-9/+9
* SERVER-39842 Allow update to shard key value if retryable writejannaerin2019-04-091-0/+11
* SERVER-40350 Create a ReplOperation/Durable class delineation to indicate fie...Blake Oler2019-04-051-1/+1