summaryrefslogtreecommitdiff
path: root/src/mongo/db/cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40023 remove background index support from IndexBuilderBenety Goh2019-03-071-1/+0
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39534 Migrate server parameters to IDL in src/mongo/db/cloner.cppMathew Robinson2019-02-251-2/+2
* SERVER-38097 Pull opCtx and collection ptrs out of MultiIndexBlock and pass i...Dianna Hohensee2019-02-191-11/+14
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39068 Replicate startIndexBuild and commitIndexBuild oplog entriresLouis Williams2019-02-121-2/+4
* SERVER-9043/SERVER-31156 Link flushRouterConfig on MongoD and make it accept ...Kaloian Manassiev2019-01-201-1/+0
* SERVER-37270 Remove foreground index builds by defaultLouis Williams2019-01-171-1/+0
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-5/+9
* SERVER-38700 make Database::userCreateNS() a member functionBenety Goh2018-12-191-27/+29
* SERVER-37643 move MultiIndexBlock::removeExistingIndexes() to IndexCatalogBenety Goh2018-12-131-3/+6
* SERVER-38330 merge MultiIndexBlock and MultiIndexBlockImplBenety Goh2018-12-101-2/+1
* SERVER-37763 MultiIndexBlock::commit() returns StatusBenety Goh2018-11-201-1/+1
* SERVER-5739 Fix races in RARELY/OCCASIONALLY.Billy Donahue2018-11-161-1/+2
* SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal userJonathan Reams2018-11-141-4/+6
* SERVER-37589 add library for MultiIndexBlockBenety Goh2018-10-261-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-121-2/+3
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-2/+0
* SERVER-36536 Add a server parameter to not use exhaust option for initial sync.Matthew Russotto2018-09-211-1/+2
* SERVER-36014 Remove support for IndexVersion V0Geert Bosch2018-09-101-10/+1
* SERVER-36472 Convert OptionalCollectionUUID in OpObserver::onCreateIndex to C...Gregory Wlodarek2018-09-071-1/+1
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-2/+0
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-1/+1
* SERVER-36257 Remove copyDB and clone commandsMaria van Keulen2018-08-071-1/+0
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+0
* SERVER-35351: Have implicit creation of `system.views` in a separate WUOW.Daniel Gottlieb2018-06-121-9/+18
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-24/+22
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-22/+24
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-24/+22
* SERVER-34437 Remove snapshot query option from clonerjannaerin2018-04-131-5/+3
* SERVER-32847: Make copyDb transfer UUIDs when creating collectionsjannaerin2018-03-211-49/+76
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-1/+1
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-1/+1
* SERVER-32643 Add a metadataOnly flag to the clone commandKaitlin Mahar2018-01-231-3/+47
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-6/+6
* SERVER-31805 provide option to Cloner to preserve UUIDsJudah Schvimer2017-11-081-10/+13
* SERVER-14601 Use proper error codes for NotMaster errorsSpencer T Brody2017-10-261-1/+1
* SERVER-30106 Allow syncTail replication to write to drop-pending collectionsGeert Bosch2017-07-181-1/+1
* Revert "SERVER-30106 Allow syncTail replication to write to drop-pending coll...Geert Bosch2017-07-151-1/+1
* SERVER-30106 Allow syncTail replication to write to drop-pending collectionsGeert Bosch2017-07-151-1/+1
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-121-1/+2
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-031-13/+23
* SERVER-29088 Cache uuid in Collection class to fix perf regressionGeert Bosch2017-05-081-1/+1
* SERVER-27989 Implement new oplog format with collection UUIDsGeert Bosch2017-04-211-3/+1
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-5/+5
* SERVER-27691 Make OperationContext::setKillAllOperations interrupt all operat...Kaloian Manassiev2017-04-051-1/+1
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-1/+1