summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/index_descriptor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63664 Rename disallowNewDuplicateKeys option to prepareUniquePavi Vetriselvan2022-02-241-5/+4
* SERVER-63443 Make `disallowNewDuplicateKeys` persisted in catalogYuhong Zhang2022-02-111-0/+11
* Revert "SERVER-62209 Add 'comment' option to 'createIndex' command"Shin Yee Tan2022-02-071-6/+0
* Revert "SERVER-63089 Disallow downgrade when the index comment field exists"Shin Yee Tan2022-02-071-5/+0
* SERVER-63089 Disallow downgrade when the index comment field existsYuhong Zhang2022-02-021-0/+5
* SERVER-62209 Add 'comment' option to 'createIndex' commandShin Yee Tan2022-01-241-0/+6
* SERVER-51871 Remove remaining code relating to haystack indexesJennifer Peshansky2021-07-131-1/+0
* SERVER-47766 Remove FCV guard on partialFilterExpression and wildcardProjecti...Jennifer Peshansky2021-07-091-69/+10
* SERVER-47659 Added 'wildcardProjection' index option to index signatureYoonsoo Kim2021-04-191-30/+66
* SERVER-55708 move IndexDescriptor::isIndexVersionAllowedForCreation to index_...Benety Goh2021-04-031-12/+0
* SERVER-55708 move IndexDescriptor::getSupportedIndexVersions() to testBenety Goh2021-04-021-4/+0
* SERVER-55708 remove unused parameter from IndexDescriptor::isIndexVersionAllo...Benety Goh2021-04-021-7/+6
* SERVER-47657 Added unique and sparse to index signatureYoonsoo Kim2021-03-031-30/+65
* SERVER-51094 Remove collection parameter in IndexDescriptor constructorBrian DeLeonardis2020-10-141-4/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+1
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-1/+1
* SERVER-49783: Update latest FCV to 4.7Lingzhi Deng2020-08-021-8/+8
* SERVER-49070: add and use FCV gating helpersGrace Luong2020-07-251-2/+2
* SERVER-48050 FCV should be initialized before attempting to restart in-progre...Louis Williams2020-07-201-2/+2
* SERVER-49063: Update FCV 4.6 constants to 4.5.1Lingzhi Deng2020-07-091-1/+1
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-23/+4
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-25023 Allow multiple indexes on the same fields with different partial...Bernard Gorman2020-04-251-15/+65
* SERVER-9306 Ability to temporarily forbid query optimizer from using index ("...Zhihui Fan2020-04-221-1/+4
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-41766 Remove obsolete code for tracking multikey writes inside multi-d...William Schultz2019-08-121-2/+2
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-21/+5
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+2
* SERVER-41695 Remove index namespace stringsGregory Wlodarek2019-06-211-3/+0
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-41422 Allow the absence of the 'ns' field from index specsGregory Wlodarek2019-06-111-1/+1
* SERVER-40444 IndexCatalogEntry to use NamespaceString instead of plain string...Henrik Edin2019-04-031-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-38548 move IndexDescriptor::makeIndexNamespace() to NamespaceStringBenety Goh2018-12-311-1/+35
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-231-0/+21
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-36014 Remove support for IndexVersion V0Geert Bosch2018-09-101-4/+0
* SERVER-35325 Implement key generation for "allPaths" indexesBernard Gorman2018-07-131-0/+1
* SERVER-36013 Remove isMMAPv1 predicates and resulting dead codeGeert Bosch2018-07-111-1/+2
* SERVER-34263 Use WT specific data format version for new unique idxr3.7.6Sulabh Mahajan2018-04-241-17/+1
* 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-0/+7
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-0/+14
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-091-31/+1
* SERVER-26659 only use stricter key pattern validation for v:2 or new index bu...David Storch2016-10-201-0/+4
* SERVER-26468 Create internalValidateFeaturesAsMaster startup parameterTess Avitabile2016-10-181-3/+9
* SERVER-769 Validate createIndexes field namesJames Wahlin2016-09-231-0/+11
* SERVER-26248 Make IndexDescriptor string constants constexprKaloian Manassiev2016-09-221-12/+12
* SERVER-25969 make slaves and secondaries always use BSON 1.1 validationDavid Storch2016-09-201-3/+4
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-9/+26