summaryrefslogtreecommitdiff
path: root/src/mongo/db/startup_recovery.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-1/+1
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-111-3/+2
* Revert "SERVER-75497 Convert ordered containers in CollectionCatalog to immut...Gregory Wlodarek2023-05-041-2/+3
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-021-3/+2
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-1/+1
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-1/+1
* SERVER-75426 Revert changes to LOG_DEBUG lines in SERVER-74485mathisbessamdb2023-03-301-1/+1
* SERVER-74485 Always include tenant in db name attributes in log linesmathisbessamdb2023-03-281-1/+1
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-4/+3
* SERVER-73766 Dependent cleanupsKaloian Manassiev2023-02-231-1/+3
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-8/+8
* SERVER-73780 Make CollectionPtr constructor explicitHenrik Edin2023-02-131-3/+4
* SERVER-73340 Drop abandoned idents at startup using the stable timestampHenrik Edin2023-01-301-1/+4
* SERVER-68394 Ensure we do not yield strong locks upon startup recovery when _...Faustoleyva542022-09-271-0/+4
* SERVER-69871 Move feature_flag unit into server_baseSara Golemon2022-09-221-2/+2
* SERVER-69204 Access name by reference to prevent unnecessary copiesAdrian Gonzalez2022-09-061-1/+1
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-261-1/+0
* SERVER-67409 Change mongo::createCollection to take db nameSophia Tan2022-08-181-2/+1
* SERVER-68820 Move temp collection cleanup paths out of DatabaseKaloian Manassiev2022-08-151-22/+18
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-7/+3
* SERVER-66794 Detect time-series collections that require extended range supportDan Larkin-York2022-07-301-0/+6
* SERVER-63650 Change Locker::isDbLockedForMode to take in DatabaseNamejannaerin2022-07-111-1/+1
* SERVER-9434 Audit and Normalize Process Exit CodesMatt Kneiser2022-07-071-2/+3
* SERVER-65488 Change OldClientContext ctor to take in NamespaceStringSophia Tan2022-07-061-1/+1
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-22/+19
* 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-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-20/+4
* SERVER-65313 Use BatchedCollectionCatalogWriter during startup recoveryHenrik Edin2022-04-071-5/+7
* SERVER-52877 Unify how writable Collections instances are handledHenrik Edin2022-04-051-5/+11
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-011-1/+0
* SERVER-63266 Allow server to be started without setname in serverless modeDidier Nadeau2022-02-201-10/+9
* SERVER-63131 Change CollectionCatalog::_orderedCollections to be keyed by std...Sophia Tan2022-02-091-2/+1
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-10/+16
* SERVER-63058 Change StorageEngineImpl::listDatabases() to return a list of Te...Sophia Tan2022-01-281-11/+13
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-2/+2
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-11/+7
* SERVER-57812 Make it possible to re-run startup recoveryMatthew Russotto2021-08-231-6/+36
* SERVER-57125 Removed Feature Trackerlukebhan2021-06-301-30/+0
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-14/+9
* SERVER-56766 External sorter can reuse temp files from previous startupsYuhong Zhang2021-05-181-3/+39
* SERVER-55397 Relax index ident reconciliation invariant when restarting an in...Gregory Noma2021-05-051-15/+7
* SERVER-54918 Hide the `fcvLock` behind a proper FCV set/check interfaceKaloian Manassiev2021-03-261-4/+4
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-9/+12
* SERVER-49802 Update FCV constants to recognize 4.8 as latestJason Chan2020-09-301-2/+3
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-3/+3
* SERVER-50928 Remove IndexCatalog* stored in IndexBuildBlockHenrik Edin2020-09-151-1/+1
* SERVER-50349 Getting a writable collection now requires the caller to be insi...Henrik Edin2020-09-151-4/+7
* SERVER-50711 Clear temp directory if no internal idents are parsed on startupGregory Noma2020-09-081-0/+14
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-3/+3