summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38684 unshim CollectionBenety Goh2018-12-181-1/+1
* SERVER-37911 createIndex via applyOps should notify opObserver in the WUOW of...Louis Williams2018-12-041-9/+17
* SERVER-37245 Do not access the SessionCatalog directly if not necessaryKaloian Manassiev2018-11-191-4/+2
* SERVER-37446 Make UPDATE and DELETE inherit from RequiresMutableCollectionStage.David Storch2018-11-121-7/+0
* SERVER-35877 Secondaries commit transactions when applying commitTransaction ...Siyuan Zhou2018-11-061-29/+5
* SERVER-37444 Added RequiresCollectionStage and use for COLLSCAN.David Storch2018-10-311-1/+2
* SERVER-37313 Secondary foreground index build should take Database X rather t...Xiangyu Yao2018-10-231-0/+5
* SERVER-35879 Deal with commitTransaction oplog entries during startup recoverySamy Lanka2018-10-231-1/+29
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-35877 Push down session checkout into secondary application of transac...Siyuan Zhou2018-10-151-13/+2
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-7/+5
* SERVER-37480 Use OplogEntry in command oplog applicationSiyuan Zhou2018-10-111-1/+19
* SERVER-35879 Deal with abortTransaction and prepareTransaction oplog entries ...Samy Lanka2018-10-091-0/+5
* SERVER-36799 Move all transactions and retryable writes functionality from Se...Kaloian Manassiev2018-10-081-2/+3
* SERVER-31552 Allow users to be pinned in memoryJonathan Reams2018-10-011-4/+1
* SERVER-35875 Secondaries abort transactions when applying abortTransaction op...Siyuan Zhou2018-09-261-9/+19
* SERVER-36951 a createIndexes operation inside applyOps is not required to hav...Dianna Hohensee2018-09-191-1/+1
* SERVER-35307 Support prepared transactions on secondaries and immediately abo...Siyuan Zhou2018-09-131-20/+28
* SERVER-36472 Convert OptionalCollectionUUID in OpObserver::onCreateIndex to C...Gregory Wlodarek2018-09-071-1/+1
* SERVER-35863 log abortTransaction oplog entry when prepared transactionsJudah Schvimer2018-09-071-0/+8
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-47/+0
* SERVER-36883 lock oplog for non-doc-locking storage enginesEric Milkie2018-08-271-2/+18
* SERVER-36224 Refactor Collection::updateDocument argsJustin Seyster2018-08-261-0/+10
* SERVER-36534 don't acquire locks on oplog when writing oplog entriesEric Milkie2018-08-241-4/+0
* SERVER-35798 preallocate prepare timestampJudah Schvimer2018-08-071-1/+1
* SERVER-32148 Make NamespaceNotFound an acceptable error for emptyCapped and c...Chibuikem Amaechi2018-07-311-4/+6
* SERVER-36050 Remove isV1ElectionProtocol() check.Suganthi Mani2018-07-271-2/+1
* SERVER-34414 Create system indexes using the normal index creation and replic...Matthew Russotto2018-07-031-2/+7
* SERVER-34824 Make prepareTransaction command write a prepare oplog entry and ...Judah Schvimer2018-06-071-4/+15
* SERVER-32335 remove DataReplicatorExternalState::getNextApplierBatch() and _m...Benety Goh2018-05-311-1/+0
* SERVER-35287 Move file-scoped global variables in oplog.cpp into a ServiceCon...Andy Schwerin2018-05-311-41/+49
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-34341 parseCollModUUIDAndNss should uassert the input UUID is in the c...Xiangyu Yao2018-05-241-12/+7
* SERVER-35113 Allow single voting primaries to advance stable timestamp even w...r4.0.0-rc0Judah Schvimer2018-05-211-0/+11
* SERVER-32590: WT 3.6 <-> 4.0 upgrade/downgrade.Daniel Gottlieb2018-05-181-1/+0
* SERVER-32825 Add upgrade/downgrade infrastructure for timestamp safe unique i...nehakhatri52018-05-181-2/+3
* SERVER-34895 only set stable timestamp to timestamps in oplogJudah Schvimer2018-05-151-17/+1
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-3/+3
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-031-24/+33
* SERVER-34596 remove Command::parseNsBilly Donahue2018-05-011-1/+5
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-2/+2
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-2/+2
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-2/+2
* SERVER-34070 Add flag to perform replication recovery as a standaloneJudah Schvimer2018-04-231-6/+8
* SERVER-34142: Convert background index builds to foreground during oplog reco...Daniel Gottlieb2018-04-061-12/+23
* SERVER-33854 Avoid accessing invalid memory in applyOpsXiangyu Yao2018-03-231-4/+4
* SERVER-33306 SERVER-33307 SERVER-33308 Add prepareTransaction command stub. A...Louis Williams2018-03-211-2/+14
* SERVER-33743 Use all_committed to set lastApplied on primary nodesJudah Schvimer2018-03-201-1/+21
* SERVER-33562 Move FeatureCompatibilityVersion::kCollection/kDatabase into nam...Dianna Hohensee2018-03-161-6/+6
* SERVER-33846: Set oplog visibility synchronously on secondaries, at the end o...Daniel Gottlieb2018-03-151-2/+2