summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30049 applyOperation_inlock() allows exceptions from Collection::inser...Benety Goh2017-07-261-7/+2
* SERVER-27581 Only fetch missing documents on update oplog entries during initialJudah Schvimer2017-07-171-3/+3
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-05-021-1/+1
* SERVER-27727 Hide idle threads in hang analyzer (extras)Mathias Stearn2017-05-021-0/+2
* SERVER-27834 applyOperation_inlock() fails index creation if collection is mi...Benety Goh2017-03-311-0/+7
* SERVER-28013 Ensure that last op for client only moves forwardSpencer T Brody2017-03-021-4/+4
* SERVER-27807 synchronize creating a snapshot with its registration in replcoordEric Milkie2017-02-081-2/+1
* SERVER-26118 Ignore IndexNotFound error when applying ttl-time change.Siyuan Zhou2016-11-081-4/+6
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-081-3/+5
* Revert "SERVER-26202 Relax index constraints in oplog application"Siyuan Zhou2016-11-061-5/+3
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-041-3/+5
* SERVER-26515 Create collection with v=2 index should include full index spec ...Tess Avitabile2016-10-281-1/+16
* SERVER-26603 getLocalOplogCollection overwrite of CurOp namespaceJames Wahlin2016-10-131-9/+4
* SERVER-26117 renameCollection 'c' op should restart initial sync upon applica...Siyuan Zhou2016-09-261-3/+13
* SERVER-26139 Abandon snapshot after spawning a background index buildGeert Bosch2016-09-211-0/+1
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-6/+25
* SERVER-25519 moved checkForCappedOplog from oplog.cpp to db.cppBenety Goh2016-08-311-12/+0
* SERVER-25519 repl::checkForCappedOplog accepts db pointer to local databaseBenety Goh2016-08-311-5/+3
* Revert "SERVER-25519 repl::checkForCappedOplog accepts db pointer to local da...Benety Goh2016-08-301-3/+5
* Revert "SERVER-25519 moved checkForCappedOplog from oplog.cpp to db.cpp"Benety Goh2016-08-301-0/+12
* SERVER-25519 moved checkForCappedOplog from oplog.cpp to db.cppBenety Goh2016-08-301-12/+0
* SERVER-25519 repl::checkForCappedOplog accepts db pointer to local databaseBenety Goh2016-08-301-5/+3
* SERVER-24991 log redaction for sharding, repl filesRamon Fernandez2016-08-291-9/+9
* SERVER-25680 Don't check for view if collection existsKyle Suarez2016-08-241-1/+1
* SERVER-7200 Write oplog entries on secondaries before applyingMathias Stearn2016-08-231-25/+24
* SERVER-24823 Add support for remaining admin commandsGeert Bosch2016-08-011-11/+21
* SERVER-22828 Handle empty array element in applyOps commandEric Milkie2016-07-081-1/+4
* SERVER-24242 Don't create a vector<BSONElement> just to iterateMathias Stearn2016-06-221-4/+2
* SERVER-24490 oplog buffer collection should use storage interfaceBenety Goh2016-06-201-35/+0
* SERVER-23059: storage interface improvementsScott Hernandez2016-06-171-9/+14
* SERVER-23750: change writeOpsToOplog to take the oplog collection nameScott Hernandez2016-06-171-0/+35
* SERVER-23326 Commit applyOps as single WUOW where possibler3.3.7Geert Bosch2016-06-031-11/+24
* SERVER-24273 moved writeOpsToOplog to repl storage interfaceBenety Goh2016-06-011-34/+0
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-42/+45
* SERVER-23698 Removed ability to run replSetInitiate if not started as a repli...Judah Schvimer2016-05-271-40/+20
* clean up unnecessary function calls in writeOpsToOplogEric Milkie2016-05-231-3/+0
* SERVER-23933 Remove OpDebug from ops/update.cpp::update()James Wahlin2016-05-191-4/+2
* SERVER-22030 abort if oplog is uncapped when starting in repl modeEric Milkie2016-05-191-0/+14
* SERVER-24005 Pass batches of DocWriters all the way down to the RecordStoreMathias Stearn2016-05-091-2/+1
* SERVER-24005 Allow getNextOpTime() to hand out batches of OpTimesMathias Stearn2016-05-091-63/+54
* SERVER-23128 Remove sharding logic from UpdateLifecycleImplMathias Stearn2016-04-211-2/+2
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-4/+8
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-8/+4
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-4/+8
* SERVER-23480 make Command::parseNsCollectionRequired and oplog.cpp's parseNs ...Esha Maharishi2016-04-211-4/+4
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-6/+6
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-6/+6
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-6/+6
* SERVER-23775 improved default oplog size for ephemeral storage enginesEric Milkie2016-04-181-23/+46
* SERVER-23010: change commmitted snapshot by either durable or applied optimeScott Hernandez2016-03-271-0/+1