summaryrefslogtreecommitdiff
path: root/src/mongo/db/cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-4/+4
* SERVER-68655 Change ReplicationCoordinator::canAcceptWritesForDatabase to tak...mathisbessamdb2023-05-121-1/+1
* SERVER-76489 Fixing implicit create collection on sharded DDL opsSergi Mateo Bellido2023-05-081-1/+2
* SERVER-74493 Make DatabaseName constructors privatemathisbessamdb2023-04-261-6/+7
* SERVER-75657: Add an interface for the Cloner classnandinibhartiyaMDB2023-04-181-27/+40
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-11/+19
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-1/+1
* SERVER-74707: Integrate the offline clonernandinibhartiyaMDB2023-04-051-32/+46
* SERVER-73751 MovePrimary shouldn't copy indexes of sharded collectionsSergi Mateo Bellido2023-02-221-0/+7
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-3/+6
* SERVER-72942 Change DBClient *Collection functions to use NamespaceString obj...Sophia Tan2023-02-041-2/+3
* SERVER-69523 Only allow METADATA and MUTEX lock acqisitions with OpContextKaloian Manassiev2022-09-151-1/+0
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-4/+3
* SERVER-68007 movePrimary should always clone data from the primary nodeSergi Mateo Bellido2022-07-221-3/+2
* SERVER-63650 Change Locker::isDbLockedForMode to take in DatabaseNamejannaerin2022-07-111-1/+1
* SERVER-67544 Add initializer list for Cloner::BatchHandlerBen Shteinfeld2022-06-301-1/+1
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-271-5/+10
* SERVER-62206 Remove DBClientBase::query_DEPRECATED()David Storch2022-06-221-22/+23
* SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch2022-06-101-1/+1
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-4/+4
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-3/+6
* SERVER-62214 Replace some internal uses of ImplicitDefault read concernGabriel Marks2022-01-181-1/+1
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-211-8/+8
* SERVER-49866 Remove TempReleaseGabriel Marks2021-11-111-65/+52
* SERVER-57680 Use namespace instead of nss for naming log attributesSanika Phanse2021-11-081-3/+3
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-9/+7
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-4/+2
* SERVER-51334: Only allow the temporary resharding collection on FCV 4.7+Daniel Gottlieb2021-03-241-3/+2
* SERVER-52778 Mark all places where collections are implicitly created in shar...Kaloian Manassiev2021-03-171-5/+11
* SERVER-53423: Make ConnectString::connect return a status instead of setting ...Andrew Shuvalov2021-01-071-4/+4
* Revert "SERVER-53423: Make ConnectString::connect return a status instead of ...Pavi Vetriselvan2021-01-071-4/+4
* SERVER-53423: Make ConnectString::connect return a status instead of setting ...Andrew Shuvalov2021-01-071-4/+4
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-5/+6
* SERVER-50145 Collection instances are modified using copy-on-writeHenrik Edin2020-10-081-3/+2
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-2/+2
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-2/+2
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-1/+1
* SERVER-44968 Remove useless BSONVersion enum classFaustoleyva542020-06-261-3/+2
* SERVER-47979 Perform the collation check for `shardCollection` on the shardKaloian Manassiev2020-06-081-1/+0
* SERVER-47154 Split out namespace pattern matching logic from _checkCanCreateC...Gregory Wlodarek2020-05-271-1/+1
* SERVER-48148 Cleanup of execution logs in db/Henrik Edin2020-05-151-12/+17
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46659 Initial sync will startup two phase index builds during the coll...Gregory Wlodarek2020-04-201-1/+3
* SERVER-47438 Cloner::_copyIndexes() will not recreate dropped collectionBenety Goh2020-04-161-26/+2
* SERVER-47438 Cloner::_copyIndexes() assumes collection is emptyBenety Goh2020-04-161-78/+7
* SERVER-47438 Cloner::copyDb() creates indexes before copying documentsBenety Goh2020-04-161-17/+17
* SERVER-47438 Cloner::copyDb() always copies the same database from a remote hostBenety Goh2020-04-161-174/+99
* SERVER-47438 remove CloneOptions. Cloner::copyDb() accepts db name and sharde...Benety Goh2020-04-161-57/+54