summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45120 Move 'localSetTime' out of the RWConcernDefault IDLKaloian Manassiev2020-02-141-1/+0
* SERVER-45806 Record pre-images on updates and deletes when recordPreImage is ...Jonathan Reams2020-02-101-56/+91
* SERVER-34039 Remove use of optional UUID in replication codebaseAli Mir2020-02-071-2/+2
* SERVER-44849 Allow new index creation inside multi-document transactionsMaria van Keulen2020-02-031-10/+21
* SERVER-45721 truncation using the oplogTruncateAfterPoint is always non-inclu...Dianna Hohensee2020-01-291-0/+3
* SERVER-45650 Allow exceptions during storage commit for unprepared txnsMaria van Keulen2020-01-231-77/+79
* SERVER-45280 Invalidate default read write concern cache on replication rollbackJack Mulrow2020-01-161-0/+4
* SERVER-44139 Allow collection creation in multi-document transactionsMaria van Keulen2020-01-071-3/+17
* SERVER-44890 MongoD RWCDefaults get refreshed through the OpObserverJack Mulrow2019-12-201-0/+15
* SERVER-44911 Make index operations abort concurrent outgoing migrationsCheahuychou Mao2019-12-111-0/+31
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-1/+1
* SERVER-43978 Allow stable timestamp to advance after a transaction that reser...William Schultz2019-11-121-0/+6
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-1/+1
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-1/+1
* SERVER-43315 add 'cause' field abortIndexBuild oplog entry for index build ab...Benety Goh2019-09-131-0/+7
* SERVER-43315 OpObserver::onAbortIndexBuild() accepts reason for aborting inde...Benety Goh2019-09-131-0/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-6/+8
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-041-4/+4
* SERVER-40466 Unify checks for being in a multi-document transactionSamy Lanka2019-08-081-8/+9
* SERVER-41470 Remove FCV checks for multiple-entry transaction formatJason Chan2019-08-021-89/+15
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-23/+4
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-7/+3
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-1/+0
* SERVER-41041 ViewCatalog should actively reload after changesGregory Wlodarek2019-07-151-1/+1
* SERVER-35353: Use MutableOplogEntry class to build up oplog entries progressi...Lingzhi Deng2019-07-081-484/+252
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-1/+0
* SERVER-36529 OpObservers for session operations should pass SessionTxnRecordJudah Schvimer2019-06-251-43/+29
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-2/+2
* SERVER-39807 Remove the server parameter gating large transactionsMatthew Russotto2019-06-061-6/+3
* SERVER-41157 Remove abortguard when committing unprepared transactionsJason Chan2019-06-061-7/+7
* SERVER-40919 Remove stmtId from transaction oplog entriesJason Chan2019-05-221-64/+14
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-32/+4
* SERVER-41191 OpObserverImpl stops setting prepared field on commitTransaction...Benety Goh2019-05-211-5/+0
* SERVER-40728 remove unused function logCommitForUnpreparedTransaction()Benety Goh2019-05-161-47/+0
* SERVER-40726 Remove dead code for logging explicit prepareTransaction oplog e...William Schultz2019-05-161-42/+0
* SERVER-40678 Log implicit prepare for large transactions on primaryWilliam Schultz2019-05-151-49/+91
* SERVER-40763 Remove the inTxn field from oplog entriesJason Chan2019-05-151-23/+0
* SERVER-39794 Abort in-progress transactions on stepupSiyuan Zhou2019-05-141-1/+7
* SERVER-39438 Write "abortTransaction" oplog entry when aborting unprepared tr...Jason Chan2019-05-141-7/+7
* SERVER-37235 Use an onCommit/Abort handler to complete session kill on direct...Kaloian Manassiev2019-05-141-5/+6
* SERVER-40790 Test downgrading from FCV4.2 to FCV4.0 with a large running tran...Jason Chan2019-05-091-2/+12
* SERVER-40498 Writing transaction oplog entries must not take locks while hold...Siyuan Zhou2019-05-081-8/+12
* SERVER-40676 Write implicit commit oplog entry on primary for new large trans...William Schultz2019-05-081-52/+144
* SERVER-39498 Make rollback trigger a lazy (rather than blocking) reload of th...Matthew Saltz2019-05-081-8/+3
* SERVER-40725 Pack multiple operations into a single applyOps on primary for l...Matthew Russotto2019-05-061-43/+72
* SERVER-40475 Migrate sentinel entry for retryable writes converted to transac...Matthew Saltz2019-05-021-2/+2
* SERVER-40888 Remove NamespaceUUIDCacheGeert Bosch2019-04-291-19/+0
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-1/+1