summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_key_validate.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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