summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/catalog_control.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-26/+13
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-241-0/+5
* SERVER-39507 Transfer Collection ownership to UUIDCatalogDivjot Arora2019-03-201-6/+6
* Revert "SERVER-39079 Move BackgroundOperation checks out of the catalog layer...Dianna Hohensee2019-03-121-5/+0
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-111-0/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39086 Refactor startup index builds to use the IndexBuildsCoordinatorGregory Wlodarek2019-02-131-2/+3
* SERVER-37455 Delete per-collection cursor managers.David Storch2019-01-231-2/+1
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-2/+2
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-4/+5
* SERVER-38400 add Collection::establishOplogCollectionForLogging() and use in ...Benety Goh2018-12-051-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-35085 Hide the visibility of UUIDCatalog changes during repairDatabase...r4.1.1Dianna Hohensee2018-07-131-3/+3
* SERVER-35671 Add handling so closeAll, on failure, leaves UUIDCatalog inBen Judd2018-07-051-0/+3
* SERVER-35317: Preserve minVisible values when refreshing the catalog.Daniel Gottlieb2018-07-021-2/+29
* Revert "SERVER-35317: Preserve minVisible values when refreshing the catalog."Daniel Gottlieb2018-06-271-29/+2
* SERVER-35317: Preserve minVisible values when refreshing the catalog.Daniel Gottlieb2018-06-271-2/+29
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-2/+2
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-2/+2
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-2/+2
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-2/+2
* SERVER-33632 UUIDCatalog queries fall back to pre-close stateGeert Bosch2018-04-171-0/+11