summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/validate_state.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68689 Temporarily disable background validation to use checkpoint cursorsYuhong Zhang2022-09-191-104/+45
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-09-061-45/+104
* SERVER-68654 Fails the validate command if a time-series view doesn't have an...Yuhong Zhang2022-08-111-0/+6
* SERVER-67471 Improve RecordId usage performanceJordi Olivares Provencio2022-07-151-2/+2
* SERVER-67520 Add `checkBSONConsistency` option to the validate commandYuhong Zhang2022-07-111-2/+0
* SERVER-66976 Enabled validation for time-series collectionsDamian Wasilewicz2022-07-061-5/+20
* Revert "SERVER-66976 Enabled validation for time-series collections"Sviatlana Zuiko2022-06-301-17/+5
* SERVER-66976 Enabled validation for time-series collectionsDamian Wasilewicz2022-06-291-5/+17
* SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma2022-05-311-2/+1
* SERVER-66123 Introduce logic to write to the change collection in the primary.Rishab Joshi2022-05-291-1/+3
* Revert "SERVER-66123 Introduce logic to write to the change collection in the...auto-revert-processor2022-05-281-3/+1
* SERVER-66123 Introduce logic to write to the change collection in the primary.Rishab Joshi2022-05-271-1/+3
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-3/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-011-1/+1
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-261-2/+2
* SERVER-62350 Refactor refreshSnapshot to use WT->reset_snapshotJordi Olivares Provencio2022-02-111-20/+1
* SERVER-63251 Refactor IndexAccessMethod to support non-SortedData indexesMathias Stearn2022-02-111-3/+6
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-1/+3
* SERVER-53307 Make ViewCatalog globalDan Larkin-York2022-01-221-1/+1
* SERVER-59057 Skip enforcing fast count for some config collections.Max Hirschhorn2021-08-031-0/+12
* SERVER-57119 Changed view_catalog interface to only use NamespaceStringlukebhan2021-06-231-1/+1
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-1/+0
* SERVER-31540 Remove usages of boost::optional<UUID> from the StorageInterfaceKaloian Manassiev2021-02-241-1/+0
* SERVER-53675 Allow validate to fix up multikey metadataLouis Williams2021-01-291-1/+5
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-2/+2
* SERVER-51807 Get point-in-time read timestamp in global lockA. Jesse Jiryu Davis2020-11-121-1/+1
* SERVER-50697 Do not enforce fast count on 'config.system.indexBuilds'Gregory Wlodarek2020-11-111-0/+20
* SERVER-51302 do not use rounded timestamps for background validation, and fix...Eric Milkie2020-10-141-8/+16
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-2/+2
* SERVER-47681 do not ignore prepare conflicts on background validationsEric Milkie2020-09-251-16/+42
* SERVER-49340 Add repair mode to validate for startup --repairShin Yee Tan2020-07-141-0/+9
* SERVER-44650 Add new test mode enforeFastCount to foreground validateGregory Noma2020-05-211-11/+9
* Revert "SERVER-47681 Background validation uses the kNoOverlap read source in...Gregory Wlodarek2020-05-121-10/+6
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47658: Improve validate diagnostics, with a focus on multikey failures.Daniel Gottlieb2020-04-241-0/+1
* SERVER-47681 Background validation uses the kNoOverlap read source instead of...Gregory Wlodarek2020-04-231-6/+10
* SERVER-46666 Add extra validate logging for unit tests for debug proposesDianna Hohensee2020-03-091-2/+7
* SERVER-46287: Switched background validation to use PIT read instead of check...Andrew Chen2020-03-061-99/+26
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-13/+33
* SERVER-44549 Remove the mobile storage engineAndrew Morrow2020-02-031-5/+0
* SERVER-41965 Change repair to only rebuild indexes on necessary collectionsDaniel Ernst2020-01-301-2/+2
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-3/+3
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-2/+3
* SERVER-43815 Validate cmd should report MB of I/O per second in curOp so that...Gregory Wlodarek2019-10-231-1/+1
* SERVER-43839 Create unit testing for ValidateState.Dianna Hohensee2019-10-211-1/+0
* SERVER-43942 track newly created indexes until they are part of a consistent ...Dianna Hohensee2019-10-211-0/+11
* SERVER-43817 Foreground collection validation cmd should periodically yield c...Gregory Wlodarek2019-10-101-1/+35
* SERVER-43823 Fail background validation if restartCatalog runs while validate...Gregory Wlodarek2019-10-071-0/+6