summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-31879 remove unused synchronization in oplogEric Milkie2017-11-091-1/+0
* SERVER-31435 Ensure applyOps with createIndexes replicatesMaria van Keulen2017-11-031-0/+2
* SERVER-31622 Fix bad throwsMathias Stearn2017-11-021-3/+2
* SERVER-31387 oplog application conflates upserting with being in steady state...Judah Schvimer2017-10-301-6/+48
* SERVER-31608 remove FCV gettersJudah Schvimer2017-10-261-1/+3
* SERVER-31678 Thread through the operation wall-clock time for oplog entriesKaloian Manassiev2017-10-251-4/+5
* Revert "SERVER-31678 Thread through the operation wall-clock time for oplog e...Judah Schvimer2017-10-251-5/+4
* SERVER-31678 Thread through the operation wall-clock time for oplog entriesKaloian Manassiev2017-10-251-4/+5
* Revert "SERVER-31678 Thread through the operation wall-clock time for oplog e...Judah Schvimer2017-10-251-5/+4
* SERVER-31678 Thread through the operation wall-clock time for oplog entriesKaloian Manassiev2017-10-251-4/+5
* SERVER-31488 dropping a drop-pending collection via applyOps is a no-opBenety Goh2017-10-181-1/+9
* SERVER-31019 fail initial sync if fCV changes during oplog applicationJudah Schvimer2017-10-091-0/+31
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-3/+1
* SERVER-30638 change setReadFromMajorityCommittedSnapshot to use timestamps in...Eric Milkie2017-10-051-156/+0
* SERVER-31030 Use full OpTime instead of just Timestamps to refer to oplog ent...Randolph Tan2017-10-041-20/+26
* SERVER-30894/SERVER-31290 Implement command for transferring session informat...Randolph Tan2017-09-281-2/+2
* SERVER-31260: Adorn secondary upserts with timestamps.Daniel Gottlieb2017-09-281-24/+50
* SERVER-31088: Adorn secondary deletes with timestamps.Daniel Gottlieb2017-09-281-6/+19
* SERVER-31087: Adorn secondary updates with timestamps.Daniel Gottlieb2017-09-281-36/+83
* Revert "Revert "Revert "SERVER-30894 Implement command for transferring sessi...Randolph Tan2017-09-281-2/+2
* Revert "Revert "SERVER-30894 Implement command for transferring session infor...Randolph Tan2017-09-271-2/+2
* Revert "SERVER-30894 Implement command for transferring session information d...Greg McKeon2017-09-271-2/+2
* SERVER-30894 Implement command for transferring session information during mi...Randolph Tan2017-09-261-2/+2
* SERVER-31086 adorn secondary inserts and vector inserts with timestampsEric Milkie2017-09-251-20/+70