summaryrefslogtreecommitdiff
path: root/src/mongo/db/repair_database.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-6/+6
* SERVER-38714 Drop unfinished indexes on modified collections during repair wh...Louis Williams2020-02-241-4/+49
* Revert "SERVER-39714 Drop unfinished indexes on modified collections during r...Ben Caimano2020-02-211-49/+4
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-39714 Drop unfinished indexes on modified collections during repair wh...Louis Williams2020-02-211-4/+49
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-5/+12
* SERVER-46067 Replicate Before Journaling interface changesDianna Hohensee2020-02-121-2/+1
* SERVER-41965 Change repair to only rebuild indexes on necessary collectionsDaniel Ernst2020-01-301-86/+56
* SERVER-44904 startup recovery should not delete corrupt docs while rebuilding...Eric Milkie2020-01-061-4/+5
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-2/+2
* SERVER-39451 Support recover-to-stable rollback for two-phase index buildsLouis Williams2019-11-141-2/+2
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-5/+6
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-5/+2
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-13/+11
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-2/+5
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40716 Refactor catalog initialization logic on startupXiangyu Yao2019-06-071-9/+3
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-3/+3
* SERVER-40888 Remove NamespaceUUIDCacheGeert Bosch2019-04-291-1/+0
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-1/+1
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-261-2/+2
* Revert "SERVER-39520 Use database IX lock for dropCollection"Justin Seyster2019-04-251-2/+2
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-2/+2
* Revert "SERVER-39520 Use database IX lock for dropCollection"Xiangyu Yao2019-04-251-2/+2
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-2/+2
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-17/+11
* SERVER-39507 Transfer Collection ownership to UUIDCatalogDivjot Arora2019-03-201-2/+5
* SERVER-40126 Change openDb to throw exceptionDivjot Arora2019-03-181-24/+26
* SERVER-39653 During startup index recovery, ensure that dropping the index, o...Gregory Wlodarek2019-02-191-11/+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-106/+22
* SERVER-39068 Replicate startIndexBuild and commitIndexBuild oplog entriresLouis Williams2019-02-121-2/+3
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-061-1/+1
* SERVER-39037 Refactor check whether a replica set node is running in standalo...Gregory Wlodarek2019-01-251-6/+15
* SERVER-37455 Delete per-collection cursor managers.David Storch2019-01-231-1/+1
* SERVER-39063 Remove duplicate collection repair codeGregory Wlodarek2019-01-171-28/+2
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-6/+6
* SERVER-38612 rebuildIndexesOnCollection() delegates Collection creation to Da...Benety Goh2018-12-171-3/+6
* SERVER-38330 merge MultiIndexBlock and MultiIndexBlockImplBenety Goh2018-12-101-2/+1
* SERVER-38027 SERVER-37268 Partially enable hybrid index builds for background...Louis Williams2018-11-291-1/+1
* SERVER-37763 MultiIndexBlock::commit() returns StatusBenety Goh2018-11-201-1/+4
* SERVER-37589 add library for MultiIndexBlockBenety Goh2018-10-261-1/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-121-2/+2
* SERVER-36014 Remove support for IndexVersion V0Geert Bosch2018-09-101-37/+43
* SERVER-35782 Repair should move aside unsalvagable data files and create empt...Louis Williams2018-08-231-27/+38
* SERVER-36509 in rebuildIndexOnCollection: cursors respect invalidation, retry...Ben Judd2018-08-171-27/+44
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-061-24/+1
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-031-4/+3
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-2/+2