summaryrefslogtreecommitdiff
path: root/src/mongo/db/indexkey.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-8751 Bump pdfile minor version on new index plugin creationMathias Stearn2013-03-051-5/+37
* Make the IndexSpec::missingField() implementation IndexType specific, and use...aaron2013-03-041-0/+4
* SERVER-5848 further simplifications to default suitability() methodKevin Matulef2012-12-201-20/+18
* SERVER-5848 determine index suitability using a FieldRangeSetKevin Matulef2012-12-181-7/+12
* SERVER-3160: Sort index keys during cloneBen Becker2012-12-061-0/+11
* SERVER-1752 Move BtreeCursor class definition to its own header file.Aaron2012-11-111-2/+7
* Clean some query related includes.Aaron2012-04-061-1/+0
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-2/+2
* Use lexical rather than numeric comparison when determining index suitability...Aaron2012-03-061-1/+1
* SERVER-4776 only use numeric comparison in updates when applying modifiers to...Aaron2012-03-061-1/+3
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+462