summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/catalog_control.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-111-2/+1
* Revert "SERVER-75497 Convert ordered containers in CollectionCatalog to immut...Gregory Wlodarek2023-05-041-1/+2
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-021-2/+1
* SERVER-70942 Break out catalogId structures from CollectionCatalog to its own...Henrik Edin2023-04-261-1/+1
* SERVER-68270 Remove minimum visible snapshot for collectionsGregory Wlodarek2023-04-181-35/+2
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-5/+7
* SERVER-75408 Always include tenant in db name attributes in internal server e...Sophia Tan2023-04-141-1/+2
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-1/+1
* SERVER-74485 Always include tenant in db name attributes in log linesmathisbessamdb2023-03-281-2/+1
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-2/+2
* SERVER-73777 Fix so AutoGetOplog returns a yieldable pointerHenrik Edin2023-02-091-1/+1
* SERVER-59913 Move CollectionPtr yield logic out of the CollectionCatalogHenrik Edin2023-02-071-2/+1
* SERVER-73340 Drop abandoned idents at startup using the stable timestampHenrik Edin2023-01-301-3/+4
* SERVER-68265 Maintain historic catalogId mapping in CollectionCatalogHenrik Edin2022-09-261-1/+7
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-1/+1
* SERVER-69389 Populate shadow collection catalog on clean shutdownGregory Noma2022-09-151-5/+3
* 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