summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49102 Custom filter for logging/profilingDavid Percy2020-09-045-31/+72
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-039-14/+14
* SERVER-50289 Remove tempDir from persisted resumable index build stateGregory Noma2020-09-031-3/+0
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-0239-229/+248
* SERVER-49499 Upgrade/downgrade behavior and testing for generating document v...Mindaugas Malinauskas2020-08-311-3/+17
* SERVER-50602 remove DBDirectClient and enableIndexBuildCommitQuorum reference...Benety Goh2020-08-291-35/+14
* SERVER-49646 Architecture Guide Updates for Make Validate more resilientLouis Williams2020-08-281-10/+35
* SERVER-50378 Complete TODO listed in SERVER-49450Samy Lanka2020-08-271-2/+0
* SERVER-49890: Create resharding oplog view on startup.Daniel Gottlieb2020-08-271-0/+5
* SERVER-50586 Collection validation should append the collection's namespace t...Gregory Wlodarek2020-08-271-2/+2
* SERVER-48523 Unconditionally check the first entry in the oplog when attempti...Bernard Gorman2020-08-271-1/+1
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-28/+28
* SERVER-50185 Update keysPerIndex after repairing index inconsistenciesLouis Williams2020-08-269-119/+199
* SERVER-44145 Validate throttle cursor should wait longer when data limit is e...Louis Williams2020-08-262-6/+76
* SERVER-50534: Have --repair behave better in the presence of views.Daniel Gottlieb2020-08-261-14/+18
* SERVER-50214 Link the storage/README and ephemeral_for_test/README files with...Gregory Noma2020-08-251-1/+7
* SERVER-50453 Handle NSS renaming when checking shard version in drop collectionPierlauro Sciarelli2020-08-251-4/+4
* SERVER-49842 Startup repair should rebuild indexes when validate index incons...Louis Williams2020-08-251-0/+1
* SERVER-50095 Augment ResumableIndexBuildTest to test that index builds are re...Gregory Noma2020-08-251-5/+5
* SERVER-50327 Add namespace param to failpoint in new_transaction_waits_for_pr...Vesselina Ratcheva2020-08-251-4/+9
* SERVER-50446 MultiIndexBlock writes resumable index build info based on abort...Benety Goh2020-08-242-8/+4
* SERVER-50446 IndexBuildsCoordinator provides 'isResumable' info to MultiIndex...Benety Goh2020-08-245-17/+26
* SERVER-50446 log errors during of collection scan for index buildBenety Goh2020-08-241-14/+29
* SERVER-49450 Test that index build is restarted if resuming fails on startupSamy Lanka2020-08-181-2/+6
* SERVER-50360 fix ValidateStateTest for resumable index buildsBenety Goh2020-08-181-0/+30
* SERVER-49731 Create an Ident base class for RecordStore and SortedDataInterfa...Dianna Hohensee2020-08-185-7/+33
* SERVER-49915 Disable document validation for <database>.system.resharding.* n...Haley Connelly2020-08-172-0/+38
* SERVER-50328 fix use-after-free error with corruptDocumentOnInsert fail pointBenety Goh2020-08-171-5/+2
* SERVER-44401 Optimize validateBSONGeert Bosch2020-08-141-12/+5
* SERVER-49949: Fix reconstructing prepared transactions containing multi-key w...Lingzhi Deng2020-08-141-2/+6
* SERVER-50205 fix corruptDocumentOnInsert fail pointBenety Goh2020-08-141-4/+4
* Revert "SERVER-44401 Optimize validateBSON"Gregory Wlodarek2020-08-141-5/+12
* SERVER-44401 Optimize validateBSONGeert Bosch2020-08-131-12/+5
* SERVER-49409 Enable resuming index builds from the collection scan phaseGregory Noma2020-08-138-54/+80
* SERVER-50127 fail index build resume if we cannot find resume info using inde...Benety Goh2020-08-121-6/+14
* SERVER-50028 remove unnecessary collection catalog lookup from IndexBuildsMan...Benety Goh2020-08-112-5/+4
* SERVER-49807 Move onCommit KVDropPendingIdentReaper handling out of the Durab...Dianna Hohensee2020-08-103-16/+9
* SERVER-50029 Initialize 'keysInserted' and 'keysDeleted' in the index catalogGregory Wlodarek2020-08-101-2/+2
* SERVER-47286 Storage transactions section of Execution Architecture GuideEric Milkie2020-08-081-8/+63
* SERVER-49687 Fix an off-by-one memory copy error in collection_impl.cppKaloian Manassiev2020-08-081-1/+1
* SERVER-49687 Fix a Windows compile error in collection_impl.cppKaloian Manassiev2020-08-081-5/+7
* SERVER-49687 Add flag for validate to repair data in standalone modeShin Yee Tan2020-08-071-0/+12
* SERVER-50088 Avoid reporting duplicate multikey errors when there are index i...Faustoleyva542020-08-073-16/+20
* SERVER-50056 Added IGNORED shardVersion to dropCollection command allowing SS...Marcos José Grillo Ramírez2020-08-071-0/+5
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-0718-106/+164
* SERVER-49706 Repair should not write documents with duplicate keys to local.s...Faustoleyva542020-08-062-9/+10
* SERVER-50148 Fix use-after-move in MultiIndexBlockLouis Williams2020-08-062-3/+3
* SERVER-49528 Retrieve resumable index build information before stopping index...Gregory Noma2020-08-064-13/+60
* SERVER-47292 Execution Architecture Guide: File-Systems BackupsGregory Wlodarek2020-08-061-8/+157
* SERVER-49408 Enable resuming index builds from the bulk load phaseGregory Noma2020-08-065-34/+70