summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44027 Remove global X lock for renameCollection between DBsGregory Wlodarek2019-10-242-36/+37
* SERVER-43815 Validate cmd should report MB of I/O per second in curOp so that...Gregory Wlodarek2019-10-235-27/+48
* SERVER-44121 IndexBuildInterceptor::drainWritesIntoIndex() accepts drain yiel...Benety Goh2019-10-231-1/+2
* SERVER-44121 MultiIndexBlock::drainBackgroundWrites() accepts drain yield policyBenety Goh2019-10-223-7/+9
* SERVER-44101 Add a KeyString::Value::hash method and use it in validationGeert Bosch2019-10-221-5/+1
* SERVER-44121 IndexBuildsManager::drainBackgroundWrites() accepts drain yield ...Benety Goh2019-10-222-4/+7
* SERVER-44100 Use CityHash for validating index consistencyGeert Bosch2019-10-221-5/+5
* SERVER-44098 Pass only number of keys in shouldMarkIndexAsMultiKeyGeert Bosch2019-10-221-1/+1
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-42358 Add new background collection validation test hook. Runs concurr...Dianna Hohensee2019-10-212-2/+5
* SERVER-43839 Create unit testing for ValidateState.Dianna Hohensee2019-10-213-1/+281
* SERVER-43942 track newly created indexes until they are part of a consistent ...Dianna Hohensee2019-10-213-0/+40
* SERVER-43794: Incremental backup cursor API.Daniel Gottlieb2019-10-171-1/+2
* SERVER-43858: Relax database creation lock acquisition from MODE_X to MODE_IX.Daniel Gottlieb2019-10-171-6/+11
* SERVER-42462 Put new $meta arguments behind FCV checkAnton Korshunov2019-10-172-0/+9
* SERVER-44035 Remove dupe field nameDaniel Hatcher2019-10-151-1/+0
* SERVER-43908 Modify IndexConsistency hash-map keys to avoid hitting an invari...Gregory Wlodarek2019-10-152-9/+26
* SERVER-43863 Validate cmd should use the validated indexes to populate the 'i...Gregory Wlodarek2019-10-151-4/+9
* SERVER-43459 amend comment about collection bulk loader insert timestampsEric Milkie2019-10-141-2/+2
* SERVER-43817 Foreground collection validation cmd should periodically yield c...Gregory Wlodarek2019-10-103-39/+85
* SERVER-38020 Log progress for record store and index traversal during collect...Evgeni Dobranov2019-10-082-0/+37
* SERVER-39002 IndexBuildsManager::tearDownIndexBuild() accepts MultiIndexBuild...Benety Goh2019-10-083-5/+12
* SERVER-39002 MultiIndexBlock::cleanUpAfterBuild() accepts a post-catalog upda...Benety Goh2019-10-084-4/+20
* SERVER-43837 remove RSTL unlocking logic from MultiIndexBlock::cleanUpAfterBu...Benety Goh2019-10-081-17/+0
* SERVER-43823 Fail background validation if restartCatalog runs while validate...Gregory Wlodarek2019-10-073-0/+10
* SERVER-42951 Test that CRUD operations outside transactions don't throw LockT...Judah Schvimer2019-10-041-1/+3
* SERVER-43777 Validate cmd with {background:true} should not yield checkpoint ...Dianna Hohensee2019-10-042-29/+2
* SERVER-43757 background validate must skip indexes whose persisted and in-mem...Dianna Hohensee2019-10-045-8/+35
* SERVER-43711 ValidateAdaptor::validateIndexKeyCount should not compare in-mem...Dianna Hohensee2019-10-044-33/+29
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-0310-10/+10
* SERVER-43352 RestartCatalog expects listDatabases to include empty databasesXiangyu Yao2019-10-025-0/+24
* SERVER-43418 ASSERT macro repairsBilly Donahue2019-10-022-1/+2
* SERVER-43755 Throttle Cursor should not invariant when the current time is sm...Gregory Wlodarek2019-10-021-1/+0
* SERVER-42974 Validate should work with KeyString instead of BSON where possibleGregory Wlodarek2019-10-017-79/+70
* SERVER-43402 dropDatabase should send drop database oplog entry prior to drop...Gregory Wlodarek2019-10-011-13/+12
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-3013-60/+54
* SERVER-43707 CollectionLock destroyed immediately after creation in DatabaseI...Gregory Wlodarek2019-09-301-1/+1
* SERVER-43678 Background collection validation should take a MODE_IS collectio...Dianna Hohensee2019-09-301-5/+7
* SERVER-43415 MultiInblock::cleanUpAfterBuild() always assumes we have the nec...Benety Goh2019-09-281-16/+2
* SERVER-42839 Make storage_engine.h functions pure virtualEvgeni Dobranov2019-09-261-7/+75
* SERVER-42093 Fix Coverity Analysis Defect in collection_catalog PW.USELESS_TY...Haley Connelly2019-09-262-2/+2
* SERVER-43647 IndexConsistency constructor should use ValidateState's index li...Gregory Wlodarek2019-09-261-4/+1
* SERVER-42524 remove the touch commandHaley Connelly2019-09-254-55/+0
* SERVER-43419 remove unnecessary FCV check from MultiIndexBlock::_unlockRSTLFo...Benety Goh2019-09-241-4/+0
* 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-242-20/+26
* SERVER-43382 move index_build_block from a private dependency of the multi_in...Dianna Hohensee2019-09-201-1/+1
* SERVER-42373 Prevent "invalid view definition" error while dropping nonexiste...Haley Connelly2019-09-201-1/+6
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-1712-53/+54
* SERVER-42478: Relax create collection in oplog application to take a DB_IX lock.Daniel Gottlieb2019-09-165-18/+47