summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-10/+12
* SERVER-27828: Pass ServiceContext to oplog and ReplicationCoordinator methods...Misha Tyulenev2017-02-081-1/+1
* SERVER-26117 renameCollection 'c' op should restart initial sync upon applica...Siyuan Zhou2016-09-261-3/+5
* SERVER-25519 moved checkForCappedOplog from oplog.cpp to db.cppBenety Goh2016-08-311-5/+0
* SERVER-25519 repl::checkForCappedOplog accepts db pointer to local databaseBenety Goh2016-08-311-1/+1
* Revert "SERVER-25519 repl::checkForCappedOplog accepts db pointer to local da...Benety Goh2016-08-301-1/+1
* Revert "SERVER-25519 moved checkForCappedOplog from oplog.cpp to db.cpp"Benety Goh2016-08-301-0/+5
* SERVER-25519 moved checkForCappedOplog from oplog.cpp to db.cppBenety Goh2016-08-301-5/+0
* SERVER-25519 repl::checkForCappedOplog accepts db pointer to local databaseBenety Goh2016-08-301-1/+1
* SERVER-24490 oplog buffer collection should use storage interfaceBenety Goh2016-06-201-8/+0
* SERVER-23059: storage interface improvementsScott Hernandez2016-06-171-3/+9
* SERVER-23750: change writeOpsToOplog to take the oplog collection nameScott Hernandez2016-06-171-0/+8
* SERVER-24273 moved writeOpsToOplog to repl storage interfaceBenety Goh2016-06-011-15/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23698 Removed ability to run replSetInitiate if not started as a repli...Judah Schvimer2016-05-271-18/+0
* SERVER-22030 abort if oplog is uncapped when starting in repl modeEric Milkie2016-05-191-0/+5
* SERVER-22057 refactor OpObserver::onUpdate and MigrationSourceManager::logUpd...Dianna Hohensee2016-01-151-2/+2
* SERVER-21229 group replicated insertsmatt dannenberg2015-12-211-1/+5
* Revert "SERVER-21229 group replicated inserts"Geert Bosch2015-11-131-5/+1
* SERVER-21229 group replicated insertsmatt dannenberg2015-11-131-1/+5
* SERVER-21154 Batch and parse oplog entries in parallel with applying themMathias Stearn2015-11-061-3/+3
* Revert "SERVER-21154 Batch and parse oplog entries in parallel with applying ...Mathias Stearn2015-11-041-3/+3
* SERVER-21154 Batch and parse oplog entries in parallel with applying themMathias Stearn2015-11-041-3/+3
* SERVER-21031: Vectorize logOpsMartin Bligh2015-10-281-3/+11
* Revert "SERVER-21031: Vectorize logOps"Martin Bligh2015-10-271-11/+3
* SERVER-21031: Vectorize logOpsMartin Bligh2015-10-271-3/+11
* SERVER-20655: truncate oplog when recovering from failed batchScott Hernandez2015-10-121-0/+4
* SERVER-20604 unblock AwaitData queries if commit level needs updating downstr...Eric Milkie2015-10-061-0/+6
* SERVER-20438: logOp refactor prior to vectorizingMartin Bligh2015-09-251-6/+6
* SERVER-19855 Parsing/serialization logic for OpTimeKaloian Manassiev2015-08-121-5/+0
* SERVER-19537 extended _logOp and createOplog to accept optional collection na...Benety Goh2015-08-081-4/+26
* SERVER-18841 awaitData cursors block rather than busy wait in OP_GET_MORE pathQingyang Chen2015-07-161-5/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-95/+94
* SERVER-18184 change oplog's newOptimeNotifier boost::condition back to using ...David Storch2015-06-081-2/+2
* SERVER-18216 Add term to oplog.Siyuan Zhou2015-05-261-4/+9
* SERVER-18184 add awaitData support to the getMore command (oplog only)David Storch2015-05-191-3/+4
* SERVER-18217 Change Timestamp to OpTime where appropriate.Siyuan Zhou2015-05-121-1/+2
* SERVER-18317 special cases commands when applying oplog entriesmatt dannenberg2015-05-061-2/+9
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-2/+0
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-5/+5
* SERVER-5218 Replicate journal write concern flagSiyuan Zhou2015-04-011-1/+2
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-111-37/+32
* SERVER-17432 converted applyOperation_inlock to return statusBenety Goh2015-03-101-6/+8
* SERVER-16994 handle WriteConflictException when writing oplog on secondariesEric Milkie2015-01-221-4/+6
* SERVER-16786 set the global optime when we rollback or startupEric Milkie2015-01-151-0/+5
* SERVER-16257 - replSetInitiate races with initial sync, resulting in no primaryScott Hernandez2014-11-211-3/+1
* SERVER-14233 remove support for old oplog versionsEric Milkie2014-09-191-0/+1
* SERVER-15089 convert non-legacy usage of lastOpTimeWritten to replCoord's las...Eric Milkie2014-09-191-1/+2
* SERVER-14429 Don't change replSettings.master after startupSpencer T Brody2014-08-071-1/+0