summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_spec_validate_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43404 Delete ParsedAggregationProjection::parse() and use ProjectionAS...Anton Korshunov2019-11-131-4/+4
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-231-26/+0
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-165/+35
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-262/+117
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-061-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-31698 Enable $** index builds by default in non-test configurationsBernard Gorman2018-10-151-40/+16
* SERVER-36198 Remove 'internalQueryAllowAllPathsIndexes' server parameterBernard Gorman2018-10-031-6/+0
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-021-14/+14
* SERVER-37206 Rename starPathsTempName to wildcardProjectionJames Wahlin2018-09-211-13/+13
* SERVER-36199 Put allPaths index creation behind a query knobIan Boros2018-07-271-0/+7
* SERVER-35328 Add support for "starPathsTempName" projection in allPaths index...samontea2018-07-261-0/+196
* SERVER-34263 Use WT specific data format version for new unique idxr3.7.6Sulabh Mahajan2018-04-241-20/+1
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-211-1/+1
* Revert "SERVER-30005: remove $isolated/$atomic option"Nick Zolnierz2018-03-201-1/+1
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-201-1/+1
* SERVER-32630 Ensure the fCV parameter is initialized before readingMaria van Keulen2018-03-091-50/+45
* SERVER-32597 Bump generic fCV referencesMaria van Keulen2018-02-211-1/+2
* SERVER-32756 Enable selection of V2 format unique indexnehakhatri52018-02-071-1/+24
* SERVER-32461 Remove featureCompatibilityVersion-dependent Query code that is ...Bernard Gorman2018-02-021-153/+46
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-251-27/+54
* SERVER-31607 move validateFeaturesAsMaster out of FeatureCompatibility structJudah Schvimer2017-10-241-27/+0
* SERVER-17846: Forbid $isolated outside of update/delete user operationsNick Zolnierz2017-10-231-42/+129
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-24/+24
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-091-116/+26
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-6/+6
* SERVER-26724 createIndexes command should reject invalid options for _id indexTess Avitabile2016-10-271-12/+2
* SERVER-26514 Create command should take idIndex optionTess Avitabile2016-10-241-137/+560
* SERVER-26468 Create internalValidateFeaturesAsMaster startup parameterTess Avitabile2016-10-181-58/+173
* SERVER-24032 Replicated createIndexes should error on unrecognized fieldsJames Wahlin2016-09-291-2/+2
* SERVER-769 Validate createIndexes field namesJames Wahlin2016-09-231-0/+16
* SERVER-25969 make slaves and secondaries always use BSON 1.1 validationDavid Storch2016-09-201-40/+41
* SERVER-25156 Add support for building v=2 indexes.Max Hirschhorn2016-09-071-31/+231
* SERVER-25156 Define a validateIndexSpec() helper function.Max Hirschhorn2016-09-011-0/+173