summaryrefslogtreecommitdiff
path: root/src/mongo/db/hashindex.cpp
Commit message (Expand)AuthorAgeFilesLines
* ensure we don't say 'insure' when we mean 'ensure'Kevin Matulef2012-12-211-1/+1
* nsdetails takes a StringData, don't call c_str on std::stringEliot Horowitz2012-12-211-2/+2
* SERVER-5848 determine index suitability using a FieldRangeSetKevin Matulef2012-12-181-3/+3
* SERVER-1752 Move BtreeCursor class definition to its own header file.Aaron2012-11-111-1/+2
* SERVER-2001 revert to previous method for extracting keys in hashed indexesKevin Matulef2012-10-161-2/+3
* SERVER-2001 KeyPattern class; utilities for more general index & shard key specsKevin Matulef2012-10-151-8/+5
* SERVER-4180 Remove optional arguments to FieldRange and FieldRangeSet constru...Aaron2012-06-091-3/+3
* SERVER-2001 part 2: hashed index typeKevin Matulef2012-05-181-0/+166