summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/collection_cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60173 Ban implicit capture of `this` via `[=]` in lambda expressionsJuan Gu2023-05-171-2/+4
* SERVER-70202 move fcv initialization check into featureFlag::isEnabled()Jiawei Yang2023-04-251-1/+1
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-1/+2
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-5/+5
* SERVER-73189 Change DbClient runCommandWithTarget to take in a DatabaseName o...Sophia Tan2023-02-281-13/+3
* Revert "SERVER-73189 Change DbClient runCommandWithTarget to take in a Databa...Uladzimir Makouski2023-02-231-3/+13
* SERVER-73189 Change DbClient runCommandWithTarget to take in a DatabaseName o...Sophia Tan2023-02-231-13/+3
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-3/+3
* SERVER-72946 Change DbClient *Index functions to use NamespaceString objectSophia Tan2023-02-031-6/+4
* SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan2023-01-231-1/+1
* SERVER-68122 Remove encryption from storageOptions on secondary replicationYu Jin Kang Park2023-01-191-0/+14
* SERVER-71797 un-inline MutableOplogEntry::setTid()Benety Goh2022-12-021-0/+1
* SERVER-70432 Change CollectionCloner to be tenant awarejannaerin2022-11-191-9/+28
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-2/+2
* SERVER-66634 Make changes to the startup recovery and initial-sync for the ch...Rishab Joshi2022-07-081-2/+2
* SERVER-62206 Remove DBClientBase::query_DEPRECATED()David Storch2022-06-221-20/+25
* SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch2022-06-101-1/+1
* SERVER-66123 Introduce logic to write to the change collection in the primary.Rishab Joshi2022-05-291-3/+3
* Revert "SERVER-66123 Introduce logic to write to the change collection in the...auto-revert-processor2022-05-281-3/+3
* SERVER-66123 Introduce logic to write to the change collection in the primary.Rishab Joshi2022-05-271-3/+3
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-61260 Support collations on clustered collectionsDaniel Gómez Ferro2022-01-181-1/+1
* SERVER-62214 Replace some internal uses of ImplicitDefault read concernGabriel Marks2022-01-181-2/+2
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-1/+2
* SERVER-61505 Remove WireVersion::RESUMABLE_INITIAL_SYNCGabriel Marks2022-01-041-79/+22
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-211-9/+10
* SERVER-60238 Implement pre-image propagation to secondaries for non-transacti...Mindaugas Malinauskas2021-11-231-0/+7
* SERVER-57680 Use namespace instead of nss for naming log attributesSanika Phanse2021-11-081-1/+1
* SERVER-59798 Display clusteredIndex in listIndexes for clustered collectionsHaley Connelly2021-10-131-1/+10
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-3/+3
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-5/+5
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-5/+5
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-5/+5
* SERVER-47863 Add fields to initial sync progress metricsJason Chan2020-11-161-1/+28
* SERVER-50511 Change local variables and functions in dbclient filesAmirsaman Memaripour2020-10-231-3/+3
* SERVER-50492 Split BaseCloner into InitialSyncBaseCloner and TenantMigrationB...Vesselina Ratcheva2020-09-021-1/+2
* SERVER-49780 Create TenantMigrationSharedDataVesselina Ratcheva2020-08-251-5/+4
* SERVER-38961 remove IndexBuildsCoordinator::supportsTwoPhaseIndexBuild()Benety Goh2020-05-071-9/+2
* 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-8/+86
* SERVER-46809 Initial sync should assume resume supported if wire version is n...Matthew Russotto2020-04-131-1/+1
* SERVER-47056: Do not use readOnce cursors for collection scan in initial syncLingzhi Deng2020-04-071-5/+4
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-18/+29
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-2/+8
* SERVER-46193 Remove redundant killCursors step in collection clonerVesselina Ratcheva2020-03-041-28/+0
* SERVER-46074 Improve log attributes for repl directory and bridge.cppTess Avitabile2020-02-261-11/+10
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-39453 initial sync ignores in-progress index builds when cloning colle...Benety Goh2020-02-191-1/+4
* SERVER-46026 Fix initial_sync_drop_against_last_stable.js with JSON logsHenrik Edin2020-02-181-6/+5
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-24/+38