summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-151-31/+4
* SERVER-31802 SERVER-31239 Remove master-slave replication and resync command.Andy Schwerin2018-03-131-5/+0
* SERVER-24635 replace references to fassertStatusOK with fassertBenety Goh2018-03-071-1/+1
* Revert "SERVER-33065 CommandReplyBuilder and CommandInvocation"Nick Zolnierz2018-03-051-2/+2
* SERVER-33561 Add a FCV parser file, refactoring FCV codeDianna Hohensee2018-03-021-1/+2
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-021-2/+2
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-1/+1
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-1/+1
* SERVER-32272 Remove 3.4 to 3.6-specific UUID handlingMaria van Keulen2018-03-011-5/+4
* SERVER-32843 Allow multiple times in OpObserversADAM David Alan Martin2018-03-011-2/+0
* Revert "SERVER-33215 Remove references to opCtx in onCommit callbacks."Jack Mulrow2018-02-271-2/+2
* SERVER-33215 Remove references to opCtx in onCommit callbacks.Siyuan Zhou2018-02-261-2/+2
* SERVER-33304 Rename RecoveryUnit::prepareSnapshot() to preallocateSnapshot()Xiangyu Yao2018-02-231-1/+1
* SERVER-32913 remove unnecessary reference to 'valueB' in applyOperation_inlock()Benety Goh2018-02-161-1/+2
* SERVER-29908 Create skeleton libraries for the sharding subsystemKaloian Manassiev2018-02-131-0/+1
* SERVER-33064 Remove 'allowUnsafeRenamesDuringInitialSync' flagWilliam Schultz2018-02-091-20/+0
* SERVER-32913 add namespace to applyOperation_inlock dassert message for lock ...Benety Goh2018-02-011-3/+5
* SERVER-32594 add mechanism to close and reopen the catalogKyle Suarez2018-01-311-0/+6
* SERVER-32241 Make applyOps report failure when a nested applyOps fails.Matthew Russotto2018-01-301-4/+3
* SERVER-32556 retryable write on local db hits an invariantRandolph Tan2018-01-291-2/+8
* SERVER-32846 NamespaceString: add and remove relational operatorsBilly Donahue2018-01-241-2/+2
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-2/+2
* SERVER-32463 Remove FCV dependent causal consistency codeJack Mulrow2018-01-191-1/+0
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-1/+1
* SERVER-32302 Introduce BSONObjStlIterator as a proper stl-style iteratorMathias Stearn2018-01-041-3/+3
* SERVER-32188 SERVER-32187 Have secondaries apply timestamps to commandsJudah Schvimer2018-01-031-1/+37
* SERVER-32210 logOp should uassert, not fassert when not primary.Andy Schwerin2017-12-281-2/+2
* SERVER-29602 New OpObserverRegistry to allow multiple observersGeert Bosch2017-12-211-0/+2
* SERVER-32274 Never timestamp applyOps writes on standalonesJudah Schvimer2017-12-181-9/+38
* SERVER-32106 Don't lookup collection from catalog when applying optype 'n' op...Randolph Tan2017-11-301-5/+9
* SERVER-30577 Don't update the stable timestamp if database is in an inconsist...William Schultz2017-11-211-1/+3
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-12/+11
* SERVER-32027 Always include the wall clock time in oplog entriesKaloian Manassiev2017-11-201-5/+2
* SERVER-31953 Target secondary application of updates and deletes by just _idSpencer T Brody2017-11-171-6/+14
* SERVER-31384 applyOps should correctly propagate oplog application modeWilliam Schultz2017-11-141-22/+40
* SERVER-31933 Add prepareSnapshot method to avoid doing this implicitly in _ge...Geert Bosch2017-11-131-0/+2