summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-40674 Record all transaction operations as single entry applyOps on pr...Jason Chan2019-04-261-46/+83
* SERVER-39940 Model a shard key update as a delete inside the chunk migration ...Blake Oler2019-04-241-0/+1
* SERVER-39798 Gate transactions larger than 16MB to FCV4.2Jason Chan2019-04-151-4/+12
* SERVER-40508 Remove hash from OplogSlot and make OplogSlot an alias for OpTime.r4.1.10Siyuan Zhou2019-04-091-11/+11
* SERVER-40449 Add count field to commitTransaction for unprepared txns using l...Jason Chan2019-04-031-3/+8
* SERVER-39792 Update the txn table only on the first txn operation on primaryJason Chan2019-03-251-22/+60
* SERVER-39935 Don't pass in optime when migrating transaction statementsBlake Oler2019-03-201-2/+2
* SERVER-39442 Write the new commit command on primary for large prepared trans...Jason Chan2019-03-141-0/+3
* SERVER-39434 Fix typo in txn_cmds.idl -- 'prepare' -> 'prepared'.Matthew Russotto2019-03-141-1/+1
* SERVER-39441 Write the new 'prepareTransaction' command on primaryJason Chan2019-03-111-23/+85
* SERVER-39926 Observe prepared transactions on prepare for migration to guaran...Blake Oler2019-03-081-3/+3
* Revert "SERVER-39441 Write the new 'prepareTransaction' command on primary"Benety Goh2019-03-071-81/+22
* SERVER-39441 Write the new 'prepareTransaction' command on primaryJason Chan2019-03-071-22/+81
* SERVER-39732 Migrate transaction participant set parameters to IDLSara Golemon2019-03-011-5/+3