summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/validate_adaptor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-6/+5
* SERVER-70202 move fcv initialization check into featureFlag::isEnabled()Jiawei Yang2023-04-251-4/+2
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-3/+4
* SERVER-74045 Allow turning on diagnostic log messages for validateGregory Wlodarek2023-02-161-1/+1
* SERVER-73481 Ensure validate detects out-of-order keys with {full: false}Gregory Wlodarek2023-02-031-5/+0
* SERVER-72845 Flatten BucketCatalog class structureDan Larkin-York2023-01-201-4/+4
* SERVER-71061 Added column-store index validationMohammad Dashti2023-01-051-420/+77
* Revert "SERVER-71061 Added column-store index validation"auto-revert-processor2023-01-051-77/+420
* SERVER-71061 Added column-store index validationMohammad Dashti2023-01-041-420/+77
* SERVER-69421 Fix ProgressMeter race conditionsAlex Li2022-12-011-9/+20
* SERVER-71475 Remove TODOs about schema validationYuhong Zhang2022-11-181-1/+0
* Revert "SERVER-65078 Report schema violations as errors when the validation l...Yuhong Zhang2022-11-171-1/+4
* SERVER-65078 Report schema violations as errors when the validation level is ...Yuhong Zhang2022-11-081-4/+1
* SERVER-69066 Clean up validation code for time-series collectionsYuhong Zhang2022-08-261-148/+267
* SERVER-57786 Include `_id` along with the recordId for multikey errors in val...Yuhong Zhang2022-08-241-6/+11
* SERVER-67021 Ensure the correctness of time-series buckets data field in vali...Damian Wasilewicz2022-08-221-0/+48
* SERVER-68497 Handle skipped data fields when validating closed time-series bu...Yuhong Zhang2022-08-021-3/+5
* SERVER-67023 : Check 'control.count' in time-series validate commandRichard Hausman2022-07-281-17/+47
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-68259 Introduce `NonConformantBSON` error code to differentiate new in...Yuhong Zhang2022-07-261-7/+34
* SERVER-67561 Create the interface to enable `validateBSON()` to run more thor...Yuhong Zhang2022-07-261-1/+4
* SERVER-67595 Introduce bucketRoundingSeconds time-series optionDavid Wang2022-07-251-5/+4
* SERVER-66987 Check time-series bucket min and max fields during validation co...Damian Wasilewicz2022-07-211-5/+111
* SERVER-66986 Added check for equivalence of OID-embedded timestamp and 'contr...Richard Hausman2022-07-121-3/+31
* SERVER-66983 Check version field on time-series bucket collections in validationRichard Hausman2022-07-061-12/+84
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-60708 Improve collection validation response for document schema valid...Gregory Wlodarek2022-03-311-9/+36
* SERVER-63582 validation warns about unique indexes containing keys in old for...Benety Goh2022-03-111-0/+16
* SERVER-63251 Refactor IndexAccessMethod to support non-SortedData indexesMathias Stearn2022-02-111-5/+6
* SERVER-50081 Remove duplicate documents of unique indexes in repair modeShin Yee Tan2022-01-281-0/+4
* SERVER-61260 Support collations on clustered collectionsDaniel Gómez Ferro2022-01-181-3/+8
* SERVER-61606 Don't perform untimestamped catalog writes when index builds rea...Gregory Noma2021-12-011-2/+1
* SERVER-60768 Validate clustered collections without a secondary indexJosef Ahmad2021-11-051-4/+0
* SERVER-61094 Use a dedicated pooled KeyString builder per indexHenrik Edin2021-11-011-8/+5
* SERVER-60537 Support clustering non-explicitly replicated collections by arbi...Josef Ahmad2021-10-251-6/+10
* SERVER-60099 validate RecordId's on clustered collectionsJosef Ahmad2021-10-121-0/+34
* SERVER-59805 The 'validate' command detects invalid index optionsGregory Wlodarek2021-09-241-1/+0
* SERVER-58949 RecordId supports long stringsLouis Williams2021-09-081-1/+1
* SERVER-55664 EphemeralForTest supports clustered _id indexesLouis Williams2021-06-151-1/+1
* SERVER-57127 IndexCatalogEntry::isMultikey() accepts OperationContext and Col...Benety Goh2021-06-041-5/+6
* SERVER-57127 IndexCatalogEntry::getMultikeyPaths() accepts CollectionPtrBenety Goh2021-06-041-2/+2
* SERVER-57127 IndexAccessMethod::getKeys() accepts OperationContext and Collec...Benety Goh2021-06-041-1/+3
* SERVER-57127 ValidateAdaptor::validateIndexKeyCount() accepts OperationContextBenety Goh2021-06-041-1/+2
* SERVER-53635 The validate command reports documents not adhering to collectio...Gregory Wlodarek2021-06-031-0/+19
* SERVER-56233 Support wildcard multikey paths on clustered collectionsLouis Williams2021-05-131-6/+5
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-091-13/+7
* SERVER-54481 Remove double-checking the existence of records in collection va...Gregory Wlodarek2021-04-021-12/+0
* SERVER-53184 Crash validate in testing when an index cursor fails toLouis Williams2021-03-291-24/+46
* SERVER-55156 Move capped collection responsibilities to the collection layerGregory Wlodarek2021-03-181-2/+1