summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/index_descriptor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-25156 Add support for building v=2 indexes.Max Hirschhorn2016-09-071-0/+57
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-021-7/+0
* SERVER-24508 BSONElement::ComparatorInterfaceDavid Storch2016-09-021-1/+16
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-48/+41
* SERVER-13875 Spec equivalence check ignore text/geo index versionsJason Rassi2015-05-151-1/+3
* SERVER-16209 LogComponent::kIndexing -> kIndexMatt Kangas2014-11-181-1/+1
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14710 finish removal of dropDupsMathias Stearn2014-08-201-1/+1
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+8
* SERVER-13208: dropDups should be ignored for index comparisonEliot Horowitz2014-03-171-0/+83