summaryrefslogtreecommitdiff
path: root/db/queryutil.h
Commit message (Expand)AuthorAgeFilesLines
* fix segfault after modifying indexes during yield SERVER-3961 3Eliot Horowitz2011-10-161-1/+1
* toString on some Field* classesEliot Horowitz2011-08-051-0/+4
* SERVER-480 SERVER-2884 Perform in memory sorts by generating keys suitable fo...Aaron2011-06-021-0/+7
* commentsAaron2011-05-021-1/+1
* SERVER-958 Prefer fully contained multikey ranges since they are smaller.Aaron2011-05-021-2/+2
* rename FieldRangeOrSet to OrRangeGeneratorAaron2011-05-021-4/+4
* FieldRangeSet::trivialRange() should return a const referenceAaron2011-05-021-1/+1
* vcxproj up to date for new cpp filedwight2011-04-251-2/+2
* SERVER-958 merge and address mongos dependency differencesAaron2011-04-251-13/+6
* SERVER-958 Track non single key field ranges and utilize them in query planningAaron2011-04-251-97/+161
* code styleAaron2011-04-071-21/+22
* commentAaron2011-04-071-1/+1
* Add queryutil-inlAaron2011-04-071-123/+21
* queryutil move some implementations out of headerAaron2011-04-051-222/+19
* commentAaron2011-04-051-1/+1
* queryutil variable nameAaron2011-04-051-1/+1
* queryutil commentsAaron2011-04-051-61/+160
* SERVER-2245 use original IndexSpec with full attributes in FieldRangeVectorAaron2011-03-211-8/+7
* commentsAaron2011-01-311-6/+6
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-35/+41
* FieldRangeVector::match commentsAaron2010-12-221-0/+15
* SERVER-2245 use IndexSpec::GetKeys for or dedupingAaron2010-12-221-0/+4
* SERVER-2189Aaron2010-12-071-23/+19
* more FieldMatcher cleaningEliot Horowitz2010-11-151-62/+0
* starting FieldMatcher cleaningEliot Horowitz2010-11-151-2/+26
* SERVER-1213 allow splitting of or rangesAaron2010-09-141-5/+19
* commentsAaron2010-09-131-0/+12
* SERVER-1212 ne range negation checkpointAaron2010-08-301-2/+4
* SERVER-726 optimize exclusive boundsAaron2010-08-181-14/+8
* Use FieldRangeOrSet to support $or with shardingMathias Stearn2010-07-231-1/+5
* fix size() for sharding SERVER-1444Eliot Horowitz2010-07-221-0/+2
* SERVER-1437 update or range eliminationAaron2010-07-191-23/+41
* SERVER-802 some optimizationsAaron2010-07-161-4/+16
* mergeAaron2010-07-161-1/+1
* SERVER-802 update explain formatAaron2010-07-161-0/+13
* SERVER-1296 fix or/empty in assertionAaron2010-07-161-1/+3
* SERVER-1211 don't use simplifiedQuery for or negationAaron2010-07-161-4/+3
* SERVER-802 range / in skippingAaron2010-07-161-4/+154
* SERVER-1026 handle stacked constraints from in clausesAaron2010-06-221-0/+11
* consistent apiEliot Horowitz2010-06-111-1/+2
* SERVER-109 make simplifiedQuery match actual btree cursor bounds when necessaryAaron2010-06-101-14/+4
* SERVER-109 expand $in clauses in simplifiedQueryAaron2010-06-091-2/+16
* SERVER-109 range diff after compound index scanAaron2010-06-091-5/+15
* SERVER-109 fix range diff (based on selected index)Aaron2010-06-091-10/+25
* SERVER-109 field range operation enhancements / testsAaron2010-06-081-6/+4
* compile shardingAaron2010-06-081-1/+5
* SERVER-109 begin interval diffAaron2010-06-081-16/+28
* SERVER-109 sort and geoAaron2010-06-071-0/+1
* SERVER-109 optimize useless orAaron2010-06-071-9/+2
* SERVER-109 fix mem ownership when popping or clauses, real doc lookup when re...Aaron2010-06-031-0/+1