summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_key_validate.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45489 Remove compound hashed shard key FCV related codeArun Banala2020-03-121-13/+0
* SERVER-46791 Fix incorrect FCV initialisation check to allow compound hashed ...Arun Banala2020-03-121-3/+3
* SERVER-46750 Fix error message when creating compound hashed index while on F...Arun Banala2020-03-101-2/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-3/+5
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-2/+4
* SERVER-44256 Allow compound hashed indexes to be built in non-test deploymentsArun Banala2020-01-181-3/+1
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-1/+1
* SERVER-43911 Permit building compound hashed indexesArun Banala2019-10-281-2/+18
* SERVER-44035 Remove dupe field nameDaniel Hatcher2019-10-151-1/+0
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-1/+1
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-231-9/+0
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-43/+14
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-41/+33
* SERVER-41422 Allow the absence of the 'ns' field from index specsGregory Wlodarek2019-06-111-1/+4
* SERVER-41263 Disallow empty string in index key typeXin Hao Zhang2019-06-051-0/+8
* 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