summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-13961 Cleanup some nested instantiations of OperationContextImpl in replKaloian Manassiev2014-07-181-2/+2
* SERVER-14135 implement waitUpToOneSecondForOptimeChange() in LegacyReplicatio...matt dannenberg2014-07-031-3/+2
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-0/+3
* SERVER-14250 minor cleanup rs_configEric Milkie2014-06-131-0/+3
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-1/+1
* SERVER-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-021-3/+3
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-2/+2
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-2/+4
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-3/+3
* SERVER-13896 Stop passing unconsulted "fullObj" parameter to logOp().Andy Schwerin2014-05-121-2/+1
* SERVER-13704 write commands handles ClockSkewException differently from legac...Randolph Tan2014-05-011-0/+12
* SERVER-13643 Plumb TransactionExperiment though logOpMathias Stearn2014-04-301-3/+10
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-2/+3
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12