summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_key_validate.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-191-26/+28
* SERVER-36397 Don't allow creation of TTL indexes in embedded.Henrik Edin2018-08-081-1/+10
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-06-111-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