summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-1/+1
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-5/+6
* SERVER-48477 move CRUD interface into PlanExecutorDavid Storch2020-08-311-3/+3
* SERVER-50104 Make the test hook run a background migration on the data used b...Cheahuychou Mao2020-08-281-4/+20
* SERVER-49890: Create resharding oplog view on startup.Daniel Gottlieb2020-08-271-0/+3
* SERVER-50217 change auth op observer to handle $v:1 and $v:2 updatesIan Boros2020-08-271-1/+2
* SERVER-48860 Make migration oplog applier class apply oplog entries.Matthew Russotto2020-08-241-8/+21
* SERVER-48860 Create migration oplog applier class, writing no-ops onlyMatthew Russotto2020-08-171-0/+13
* SERVER-49789 Make tenant migration donor use a StreamableReplicaSetMonitor to...Luis Osta2020-08-041-1/+1
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-4/+2
* SERVER-49783: Update latest FCV to 4.7Lingzhi Deng2020-08-021-4/+4
* SERVER-47731 Add FCV check for $v:2 delta oplog entriesIan Boros2020-07-311-1/+41
* SERVER-49174 Make writes call MigratingTenantAccessBlocker::checkIfCanWriteOr...Cheahuychou Mao2020-07-281-0/+6
* SERVER-47845 Remove usage of ReplicationCoordinator::DataConsistency typeWilliam Schultz2020-07-161-2/+1
* SERVER-47726 Log delta-style oplog entries from pipeline based updatesIan Boros2020-07-091-1/+1
* SERVER-48967 Ban non-primary writes with empty namespaceA. Jesse Jiryu Davis2020-07-091-1/+1
* SERVER-47182 single-phase index builds should run synchronously on secondariesBenety Goh2020-06-041-61/+9
* SERVER-47182 IndexBuildsCoordinator::createIndexes() accepts single index specBenety Goh2020-06-041-2/+2
* SERVER-48333 Whitelist index build oplog entries for the admin.system.version...Gregory Wlodarek2020-06-021-2/+8
* SERVER-43097 Improve log messaging when index builds get foregrounded because...Gregory Noma2020-06-011-7/+6
* SERVER-39140 Remove BackgroundOperationLouis Williams2020-05-261-3/+0
* SERVER-38961 remove IndexBuildsCoordinator::supportsTwoPhaseIndexBuild()Benety Goh2020-05-071-6/+1
* SERVER-47163 Do not start an index build if it doesn't exist when processing ...Gregory Wlodarek2020-04-271-1/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+0
* SERVER-47383 commitIndexBuild oplog application no longer ignores IndexAlread...Benety Goh2020-04-221-9/+2
* SERVER-46659 Initial sync will startup two phase index builds during the coll...Gregory Wlodarek2020-04-201-7/+51
* SERVER-46772 Use IDL to represent UpdateRequestKatherine Wu2020-04-161-2/+4
* SERVER-47164 Drop any existing indexes conflicting with the specs from the st...Gregory Wlodarek2020-04-101-1/+3
* SERVER-45936 Remove enableHybridIndexBuilds parameterGregory Noma2020-04-101-6/+0
* SERVER-47252 IndexBuildsCoordinator shutdown and index build wait functions a...Benety Goh2020-04-081-2/+2
* SERVER-44450 Do not add fromMigrate field to applyOps insert oplog entriesJason Chan2020-03-271-5/+9
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-2/+1
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-71/+102
* SERVER-45626: Introduce AutoGetOplog for consistent oplog locking rulesLingzhi Deng2020-03-131-16/+6
* SERVER-21700 Do not relax constraints during steady state replication.Matthew Russotto2020-03-121-15/+93
* SERVER-46123 Make the dropDatabase command abort in-progress index buildsGregory Wlodarek2020-02-271-1/+1
* SERVER-46074 Improve log attributes for repl directory and bridge.cppTess Avitabile2020-02-261-17/+17
* SERVER-41554 remove applyOps support for createIndexesBenety Goh2020-02-251-0/+6
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-46122 Make the drop command abort in-progress index builds before drop...Gregory Wlodarek2020-02-191-6/+2
* SERVER-45405 Allow implicit collection creation inside multi-doc txnsMaria van Keulen2020-02-191-5/+2
* SERVER-37726 Make dropIndexes abort in-progress index buildsGregory Wlodarek2020-02-151-4/+4
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-36/+74
* SERVER-46067 Replicate Before Journaling interface changesDianna Hohensee2020-02-121-2/+1
* SERVER-46058 Redaction of BSONObj results in BSONObj and not a string.Henrik Edin2020-02-121-9/+21
* SERVER-45806 Record pre-images on updates and deletes when recordPreImage is ...Jonathan Reams2020-02-101-9/+13
* SERVER-34039 Remove use of optional UUID in replication codebaseAli Mir2020-02-071-20/+10
* SERVER-45905 abortIndexBuild oplog entry should ignore NamespaceNotFound errorsLouis Williams2020-01-311-13/+14
* SERVER-44953 Secondaries should restart index builds when a commitIndexBuild ...Louis Williams2020-01-181-231/+29
* SERVER-33719 Invariant if createCollectionForApplyOps renames collection in s...Daniel Ernst2020-01-071-4/+20