summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/validate_state.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-8/+11
* SERVER-74909 Create jstest that tenants with same collection names can run co...mathisbessamdb2023-04-101-0/+6
* SERVER-73599 Skip individually checkpointed indexes during background validationYuhong Zhang2023-03-101-19/+31
* SERVER-74529 Remove the Checkpoint LockYuhong Zhang2023-03-091-7/+0
* SERVER-74529 Use checkpoint id to ensure validating tables on the same checkp...Yuhong Zhang2023-03-091-72/+93
* SERVER-74528 Remove tracking of individually checkpointed indexesYuhong Zhang2023-03-061-37/+0
* SERVER-74045 Allow turning on diagnostic log messages for validateGregory Wlodarek2023-02-161-2/+2
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-3/+6
* SERVER-72677 Surface index validation errors arising from WT::verifyDan Larkin-York2023-01-311-0/+5
* SERVER-71061 Added column-store index validationMohammad Dashti2023-01-051-21/+59
* Revert "SERVER-71061 Added column-store index validation"auto-revert-processor2023-01-051-59/+21
* SERVER-71061 Added column-store index validationMohammad Dashti2023-01-041-21/+59
* SERVER-70743 Make validate command tenant awarejannaerin2022-10-211-4/+4
* SERVER-70431 Use `ResourceMutex` for checkpointingGregory Noma2022-10-141-6/+7
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-10-061-30/+77
* 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