summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/index_descriptor.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-2/+2
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-8/+21
* SERVER-25156 Add support for building v=2 indexes.Max Hirschhorn2016-09-071-5/+28
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-021-17/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23644 add more tests for validate()Robert Guo2016-05-181-0/+8
* SERVER-23115 Include path-level multikey information in explain output.Max Hirschhorn2016-05-171-2/+8
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-169/+203
* address feedback: remove isTTL and expireAfterSecondsMisha Tyulenev2015-06-151-19/+0
* SERVER-3495 added to explain output for stages COUNT_SCAN and IXSCAN: isUniqu...Misha Tyulenev2015-06-151-0/+19
* SERVER-17660 Rename index option "filter" to "partialFilterExpression"Jason Rassi2015-06-081-1/+1
* Revert "SERVER-17660 Rename index option "filter" to "partialIndexExpression""Jason Rassi2015-06-081-1/+1
* SERVER-17660 Rename index option "filter" to "partialIndexExpression"Jason Rassi2015-06-081-1/+1
* SERVER-17915 Partial indexes shouldn't be eligible as shard key indexJason Rassi2015-04-281-0/+5
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-1/+4
* SERVER-14710 finish removal of dropDupsMathias Stearn2014-08-201-5/+0
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-6/+1
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-3/+3