summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/catalog_control.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44904 startup recovery should not delete corrupt docs while rebuilding...Eric Milkie2020-01-291-1/+1
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-4/+3
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-07-031-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
* SERVER-24635 replace references to fassertStatusOK with fassertBenety Goh2018-03-071-9/+9
* SERVER-33179 Remove featureCompatibilityVersion 3.4Dianna Hohensee2018-02-231-7/+5
* SERVER-33330 closeAll now checks for bg jobs in progressEric Milkie2018-02-161-14/+2
* SERVER-33093 rebuild all indexes in one pass in openCatalog()Kyle Suarez2018-02-131-4/+25
* SERVER-32594 add mechanism to close and reopen the catalogKyle Suarez2018-01-311-0/+164