summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_key_validate_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36014 Remove support for IndexVersion V0Geert Bosch2018-09-101-40/+26
* SERVER-36199 Put allPaths index creation behind a query knobIan Boros2018-07-271-24/+34
* SERVER-35328 Add support for "starPathsTempName" projection in allPaths index...samontea2018-07-261-0/+24
* SERVER-35324 parse and store allPaths index specsamontea2018-06-211-0/+51
* SERVER-26514 Create command should take idIndex optionTess Avitabile2016-10-241-0/+1
* SERVER-26659 only use stricter key pattern validation for v:2 or new index bu...David Storch2016-10-201-40/+138
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+2
* SERVER-11064 Stricter validation of index key patterns.Max Hirschhorn2016-01-271-5/+57
* SERVER-19519 Disallow creating an index with key '_fts'Charlie Swanson2015-11-111-0/+11
* SERVER-21251 consistently use BSONElement::number() >= 0 to distinguish ascen...David Storch2015-11-031-28/+4
* SERVER-21166 validate that index key pattern values are representable as 32-b...David Storch2015-10-291-0/+101