summaryrefslogtreecommitdiff
path: root/src/mongo/db/cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-47438 remove CloneOptions::slaveOkBenety Goh2020-04-161-7/+2
* SERVER-47438 remove Cloner::copyCollection() and Cloner::setConnection()Benety Goh2020-04-151-109/+0
* SERVER-47438 remove unused CloneOptions fieldsBenety Goh2020-04-151-58/+45
* SERVER-47461 Remove commit quorum field from StartIndexBuild oplog entry.Suganthi Mani2020-04-141-7/+2
* SERVER-46560 Make abort index build deterministicLouis Williams2020-04-101-4/+6
* SERVER-46557 Guarantees the commit quorum value gets persisted before start o...Suganthi Mani2020-04-091-4/+18
* SERVER-46773 Remove v4.4 FCV handling for simultaneous index buildsLouis Williams2020-03-251-3/+1
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-1/+4
* SERVER-39071 Implements commit quorum for two phase index builds.Suganthi Mani2020-03-021-2/+10
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-17/+51
* SERVER-44405 Use intent locks for collection creation via createIndexesMaria van Keulen2019-12-101-1/+1
* SERVER-43436 Remove outdated TODO commentRandolph Tan2019-12-021-1/+0
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-6/+9
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-2/+2
* SERVER-44028 Remove global X lock for ClonerGregory Wlodarek2019-11-011-4/+4
* SERVER-39002 MultiIndexBlock::cleanUpAfterBuild() accepts a post-catalog upda...Benety Goh2019-10-081-1/+2