summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/index_descriptor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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