summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/catalog_control.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67814 Fix detection of and report the number of time-series collection...Dan Larkin-York2022-08-181-0/+5
* SERVER-68255 Add minValidTimestamp to CollectionsHenrik Edin2022-08-161-0/+27
* SERVER-66794 Detect time-series collections that require extended range supportDan Larkin-York2022-07-301-15/+36
* SERVER-68133 Ensure tenantId included in namespace in durable catalogjannaerin2022-07-291-2/+2
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-4/+4
* SERVER-65143 Directly usage of repl establishOplogCollectionForLogging functionLeonardo Menti2022-07-141-1/+4
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-12/+10
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-52877 Unify how writable Collections instances are handledHenrik Edin2022-04-051-12/+19
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-011-1/+0
* SERVER-63131 Change CollectionCatalog::_orderedCollections to be keyed by std...Sophia Tan2022-02-091-3/+2
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-1/+3
* SERVER-63058 Change StorageEngineImpl::listDatabases() to return a list of Te...Sophia Tan2022-01-281-9/+11
* SERVER-58736 Add BatchedCollectionCatalogWriter classHenrik Edin2021-11-051-0/+8
* SERVER-59944 Reopen storage in temporary locationMoustafa Maher Khalil2021-10-151-45/+64
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-5/+4
* SERVER-55397 Relax index ident reconciliation invariant when restarting an in...Gregory Noma2021-05-051-6/+3
* SERVER-31540 Remove usages of boost::optional<UUID> from the StorageInterfaceKaloian Manassiev2021-02-241-5/+5
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-12/+16
* SERVER-47866 Secondary readers do not need to reacquire PBWM lock if there ar...Louis Williams2020-09-231-3/+15
* SERVER-50349 Getting a writable collection now requires the caller to be insi...Henrik Edin2020-09-151-2/+2
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-1/+2
* SERVER-49301 StorageEngine::loadCatalog() accepts previous shutdown state rat...Benety Goh2020-08-011-1/+4
* SERVER-49301 StorageEngineImpl::reconcileCatalogAndIdents() accepts policy fo...Benety Goh2020-07-311-1/+5
* SERVER-49163 Find and parse internal idents with resumable index build inform...Samy Lanka2020-07-241-5/+5
* SERVER-39140 Remove BackgroundOperationLouis Williams2020-05-261-2/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47397 enhanced logging for Execution owned files (part 1)Eric Milkie2020-04-221-5/+5
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+0
* SERVER-45567 converting the remainder of the users of MONGO_LOG_COMPONENT and...Gabriel Russell2020-02-281-3/+5
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-12/+20
* SERVER-41965 Change repair to only rebuild indexes on necessary collectionsDaniel Ernst2020-01-301-1/+1
* SERVER-44904 startup recovery should not delete corrupt docs while rebuilding...Eric Milkie2020-01-061-1/+1
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-2/+3
* SERVER-39451 Support recover-to-stable rollback for two-phase index buildsLouis Williams2019-11-141-3/+10
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-7/+8
* SERVER-43823 Fail background validation if restartCatalog runs while validate...Gregory Wlodarek2019-10-071-0/+1
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+3
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-5/+3
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-17/+5
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-14/+16
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-1/+1
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-261-1/+1
* Revert "SERVER-39520 Use database IX lock for dropCollection"Justin Seyster2019-04-251-1/+1
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-1/+1
* Revert "SERVER-39520 Use database IX lock for dropCollection"Xiangyu Yao2019-04-251-1/+1
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-1/+1
* SERVER-40680 restartCatalog should take RSTL X lockXiangyu Yao2019-04-221-2/+4