summaryrefslogtreecommitdiff
path: root/src/mongo/db/repair_database.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-27534 All writing operations must fail if the term changes.Justin Seyster2018-04-181-0/+3
* Revert "SERVER-27534 All writing operations must fail if the term changes."Justin Seyster2018-04-131-3/+0
* SERVER-27534 All writing operations must fail if the term changes.Justin Seyster2018-04-121-0/+3
* SERVER-33124 Remove mmapv1 dependency from embedded.Henrik Edin2018-02-081-4/+5
* SERVER-32284 rename ReplicationCoordinator::reserveSnapshotName() to getMinim...Benety Goh2018-01-171-1/+1
* SERVER-30638 change setReadFromMajorityCommittedSnapshot to use timestamps in...Eric Milkie2017-10-051-1/+0
* SERVER-30827 SERVER-30639 Timestamp bulk writes via changes to optime generatorEric Milkie2017-09-121-1/+7
* SERVER-30081: Run storage recovery at startup.Daniel Gottlieb2017-08-151-10/+32
* SERVER-30337 DatabaseHolder::close() flushes UUID catalogBenety Goh2017-07-271-8/+0
* SERVER-27992 Use UUIDs for replicationGeert Bosch2017-06-231-1/+11