summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_validation.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46805 Limit memory usage in the second phase of validate and add param...Gregory Noma2020-03-191-0/+3
* SERVER-46666 Add extra validate logging for unit tests for debug proposesDianna Hohensee2020-03-091-2/+3
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-20/+52
* SERVER-41965 Change repair to only rebuild indexes on necessary collectionsDaniel Ernst2020-01-301-48/+107
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-3/+3
* SERVER-43863 Validate cmd should use the validated indexes to populate the 'i...Gregory Wlodarek2019-10-151-4/+9
* SERVER-43711 ValidateAdaptor::validateIndexKeyCount should not compare in-mem...Dianna Hohensee2019-10-041-4/+1
* SERVER-42974 Validate should work with KeyString instead of BSON where possibleGregory Wlodarek2019-10-011-2/+2
* SERVER-42312 disallow validate cmd during rollback and recovering statesPavithra Vetriselvan2019-09-241-0/+6
* SERVER-43574 validate cmd must open oplog collection cursors before accessing...Dianna Hohensee2019-09-241-4/+4
* SERVER-43134 Only run background validation on check-pointed tablesGregory Wlodarek2019-09-161-25/+14
* SERVER-42357 Periodically release locks during collection validation and chec...Gregory Wlodarek2019-09-131-188/+89
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-2/+2
* SERVER-43081 Validate should report when an index's 'multikeyPaths' are set b...Louis Williams2019-09-061-1/+52
* SERVER-30357 Allow users to run the validate cmd with {background:true}Dianna Hohensee2019-09-051-0/+7
* SERVER-43171 Validate catalog entries prior to opening checkpoint cursors whe...Gregory Wlodarek2019-09-051-3/+4
* Revert "SERVER-30357 Allow users to run the validate cmd with {background:true}"Dianna Hohensee2019-09-051-7/+0
* SERVER-30357 Allow users to run the validate cmd with {background:true}Dianna Hohensee2019-09-051-0/+7
* SERVER-42223 Use checkpoint cursors for collection validation when {backgroun...Dianna Hohensee2019-09-031-14/+57
* SERVER-42978 Move validate lock acquisition from the cmd body into the helper...Dianna Hohensee2019-08-231-21/+47
* SERVER-42226 Use the maxValidateMBperSec server parameter to throttle collect...Gregory Wlodarek2019-08-221-21/+38
* SERVER-42966 Remove references from helper classes for collection validation ...Gregory Wlodarek2019-08-221-17/+16
* SERVER-41811 Deduplicate CollectionValidation::_genericRecordStoreValidate an...Gregory Wlodarek2019-08-221-102/+8
* SERVER-42222 Move data cursors for collection validation to the start of coll...Daniel Solnik2019-08-161-75/+228
* SERVER-42224 Add a server parameter maxValidateMBperSec to specify max valida...Gabe Villasana2019-08-081-0/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+2
* SERVER-42180 Move the CollectionImpl::validate logic out of the Collection cl...Gabe Villasana2019-07-241-0/+436