summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/index_descriptor.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73733 Format Ordering in SortedDataInterface for compound wildcard ind...Ruoxin Xu2023-02-131-0/+9
* SERVER-67446 Ensure consistent wildcardProjection specs in catalogKevin Cherkauer2023-01-191-14/+30
* SERVER-68685 Adds new $_internalIndexKey agg expression.Rishab Joshi2022-12-251-0/+13
* SERVER-65976 Enable block compression for column store indexesJustin Seyster2022-12-081-0/+6
* SERVER-63123 Add support for creating columnar indexes with a subset of field...Justin Zhang2022-07-301-3/+21
* SERVER-65634 Added "clustered" to field name strings in index descriptorDamian Wasilewicz2022-06-161-0/+1
* SERVER-63664 Rename disallowNewDuplicateKeys option to prepareUniquePavi Vetriselvan2022-02-241-4/+4
* SERVER-63443 Make `disallowNewDuplicateKeys` persisted in catalogYuhong Zhang2022-02-111-0/+6
* Revert "SERVER-62209 Add 'comment' option to 'createIndex' command"Shin Yee Tan2022-02-071-6/+0
* SERVER-62209 Add 'comment' option to 'createIndex' commandShin Yee Tan2022-01-241-0/+6
* SERVER-58779 Store the original user index definition on the transformed inde...Gregory Wlodarek2021-08-041-0/+1
* SERVER-51871 Remove remaining code relating to haystack indexesJennifer Peshansky2021-07-131-1/+0
* SERVER-56513 fix IndexDescriptor::isIdIndexPattern() to handle out of bounds ...Benety Goh2021-05-081-7/+15
* Revert "SERVER-56513 fix IndexDescriptor::isIdIndexPattern() to handle out of...Benety Goh2021-05-071-15/+7
* SERVER-56513 fix IndexDescriptor::isIdIndexPattern() to handle out of bounds ...Benety Goh2021-05-061-7/+15
* SERVER-47659 Added 'wildcardProjection' index option to index signatureYoonsoo Kim2021-04-191-5/+20
* SERVER-55708 move IndexDescriptor::isIndexVersionAllowedForCreation to index_...Benety Goh2021-04-031-7/+0
* SERVER-55708 move IndexDescriptor::getSupportedIndexVersions() to testBenety Goh2021-04-021-5/+0
* SERVER-55708 remove unused parameter from IndexDescriptor::isIndexVersionAllo...Benety Goh2021-04-021-5/+2
* SERVER-51094 Remove collection parameter in IndexDescriptor constructorBrian DeLeonardis2020-10-141-5/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+2
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-1/+3
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-21/+13
* SERVER-47840 Do not write "hidden: false" to the index catalog when createInd...Ruoxin Xu2020-05-051-1/+1
* SERVER-25023 Allow multiple indexes on the same fields with different partial...Bernard Gorman2020-04-251-1/+13
* SERVER-9306 Ability to temporarily forbid query optimizer from using index ("...Zhihui Fan2020-04-221-0/+6
* SERVER-46235 add IndexDescriptor::toBSON() to support structured loggingBenety Goh2020-03-031-0/+4
* SERVER-42974 Validate should work with KeyString instead of BSON where possibleGregory Wlodarek2019-10-011-8/+0
* SERVER-41766 Remove obsolete code for tracking multikey writes inside multi-d...William Schultz2019-08-121-1/+1
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-13/+2
* SERVER-41695 Remove index namespace stringsGregory Wlodarek2019-06-211-6/+0
* SERVER-41075 Remove `mongo/repl/replication_coordinator.h` from op-context vi...ADAM David Alan Martin2019-05-101-0/+2
* SERVER-40444 IndexCatalogEntry to use NamespaceString instead of plain string...Henrik Edin2019-04-031-2/+2
* 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-40/+2
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-231-15/+29
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37206 Rename starPathsTempName to wildcardProjectionJames Wahlin2018-09-211-1/+1
* SERVER-36014 Remove support for IndexVersion V0Geert Bosch2018-09-101-5/+3
* SERVER-36109 Provide planner with multikey metadata for $** indexes.David Storch2018-09-051-0/+9
* SERVER-35500 Implement special bounds generation for allPaths indexesBernard Gorman2018-08-101-1/+1
* SERVER-35325 Implement key generation for "allPaths" indexesBernard Gorman2018-07-131-26/+36
* SERVER-34263 Use WT specific data format version for new unique idxr3.7.6Sulabh Mahajan2018-04-241-4/+2
* SERVER-33607 Use kV2Unique version for new Unique indexes onlySulabh Mahajan2018-03-121-1/+2
* SERVER-32756 Enable selection of V2 format unique indexnehakhatri52018-02-071-1/+1
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-0/+1
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-10/+4
* SERVER-28025 Sever `index_access_method`'s catalog dependency.ADAM David Alan Martin2017-03-281-1/+1
* SERVER-26659 only use stricter key pattern validation for v:2 or new index bu...David Storch2016-10-201-0/+7
* SERVER-26468 Create internalValidateFeaturesAsMaster startup parameterTess Avitabile2016-10-181-1/+1