summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_key_validate.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41263 Disallow empty string in index key typeJames Wahlin2020-01-031-0/+8
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-41/+33
* SERVER-41422 Allow the absence of the 'ns' field from index specsGregory Wlodarek2019-06-111-1/+4
* SERVER-41394 Improve error message for wildcard index creationXin Hao Zhang2019-06-031-1/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-6/+3
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-2/+2
* SERVER-39669 Support creating index builds with unknown optionsGregory Wlodarek2019-02-251-0/+17
* 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-39032 remove unnecessary NamespaceString::ns() calls from db/catalog/Benety Goh2019-01-241-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-36198 Remove 'internalQueryAllowAllPathsIndexes' server parameterBernard Gorman2018-10-031-7/+0
* SERVER-37252 Ban descending wild card indexesJames Wahlin2018-10-031-0/+3
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-021-22/+22
* SERVER-36014 Remove support for IndexVersion V0Geert Bosch2018-09-101-1/+0
* SERVER-36391 Don't allow creation of TTL indexes in embedded.Henrik Edin2018-08-081-1/+10
* SERVER-36199 Put allPaths index creation behind a query knobIan Boros2018-07-271-0/+8
* SERVER-35328 Add support for "starPathsTempName" projection in allPaths index...samontea2018-07-261-26/+77
* SERVER-35324 parse and store allPaths index specsamontea2018-06-211-5/+20
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-34263 Use WT specific data format version for new unique idxr3.7.6Sulabh Mahajan2018-04-241-12/+2
* SERVER-33607 Use kV2Unique version for new Unique indexes onlySulabh Mahajan2018-03-121-2/+10
* SERVER-32756 Enable selection of V2 format unique indexnehakhatri52018-02-071-1/+2
* SERVER-17846: Forbid $isolated outside of update/delete user operationsNick Zolnierz2017-10-231-0/+30
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-26724 createIndexes command should reject invalid options for _id indexTess Avitabile2016-10-271-11/+3
* SERVER-26514 Create command should take idIndex optionTess Avitabile2016-10-241-29/+154
* SERVER-26659 only use stricter key pattern validation for v:2 or new index bu...David Storch2016-10-201-12/+41
* SERVER-26468 Create internalValidateFeaturesAsMaster startup parameterTess Avitabile2016-10-181-3/+4
* SERVER-24032 Replicated createIndexes should error on unrecognized fieldsJames Wahlin2016-09-291-2/+20
* SERVER-769 Validate createIndexes field namesJames Wahlin2016-09-231-1/+50
* SERVER-25969 make slaves and secondaries always use BSON 1.1 validationDavid Storch2016-09-201-1/+1
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-22/+18
* SERVER-25156 Add support for building v=2 indexes.Max Hirschhorn2016-09-071-15/+69
* SERVER-25156 Define a validateIndexSpec() helper function.Max Hirschhorn2016-09-011-0/+104
* SERVER-11064 Stricter validation of index key patterns.Max Hirschhorn2016-01-271-2/+14
* SERVER-19519 Disallow creating an index with key '_fts'Charlie Swanson2015-11-111-0/+4
* SERVER-21251 consistently use BSONElement::number() >= 0 to distinguish ascen...David Storch2015-11-031-9/+0
* SERVER-21166 better error messageDavid Storch2015-10-301-3/+1
* SERVER-21166 validate that index key pattern values are representable as 32-b...David Storch2015-10-291-0/+15
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-57/+55
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* Revert "SERVER-13383 validateKeyPattern allow only numeric/string key types"Dan Pasette2014-04-021-3/+2
* SERVER-13383 validateKeyPattern reject patterns w/ multiple pluginsJason Rassi2014-03-271-12/+17
* SERVER-13383 validateKeyPattern allow only numeric/string key typesJason Rassi2014-03-271-2/+3
* SERVER-8391 made a library for validateIndexKey()matt dannenberg2014-02-191-0/+106