summaryrefslogtreecommitdiff
path: root/src/mongo/db/startup_recovery.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-49520: Add linter rule for generic FCV referencesLingzhi Deng2020-09-021-0/+2
* SERVER-50139: Abort repair on FCV initialization errorsLingzhi Deng2020-08-061-0/+5
* SERVER-49783: Update latest FCV to 4.7Lingzhi Deng2020-08-021-2/+1
* SERVER-49301 StorageEngineImpl::reconcileCatalogAndIdents() accepts policy fo...Benety Goh2020-07-311-1/+9
* SERVER-49301 repairDatabasesAndCheckVersion() accepts previous server shutdow...Benety Goh2020-07-301-6/+12
* SERVER-49163 Find and parse internal idents with resumable index build inform...Samy Lanka2020-07-241-1/+1
* SERVER-48050 FCV should be initialized before attempting to restart in-progre...Louis Williams2020-07-201-0/+588