summaryrefslogtreecommitdiff
path: root/db/queryutil.cpp
Commit message (Expand)AuthorAgeFilesLines
* add comments for btree skipping codeAaron2010-09-151-5/+25
* fix messag debuggingEliot Horowitz2010-07-231-4/+10
* messasge debuggingEliot Horowitz2010-07-231-1/+26
* fix size() for sharding SERVER-1444Eliot Horowitz2010-07-221-0/+24
* move slow test that is now fast, add small optimization to cursor advanceAaron2010-07-211-1/+5
* fix or neg matching reverse directionAaron2010-07-201-1/+1
* SERVER-1270 Elim c_str() /dbAlberto Lerner2010-07-201-2/+2
* SERVER-1270 Elim c_str() /dbAlberto Lerner2010-07-201-1/+1
* SERVER-1437 update or range eliminationAaron2010-07-191-0/+7
* SERVER-802 some optimizationsAaron2010-07-161-32/+68
* SERVER-1211 don't use simplifiedQuery for or negationAaron2010-07-161-65/+69
* SERVER-802 range / in skippingAaron2010-07-161-6/+75
* SERVER-1026 limit combinatorial in boundsAaron2010-06-221-0/+2
* SERVER-1026 handle stacked constraints from in clausesAaron2010-06-221-26/+31
* SERVER-109 fix regex case in temp simplifiedComplex() codeAaron2010-06-141-4/+6
* SERVER-109 make simplifiedQuery match actual btree cursor bounds when necessaryAaron2010-06-101-5/+55
* SERVER-109 expand $in clauses in simplifiedQueryAaron2010-06-091-7/+14
* SERVER-109 field range operation enhancements / testsAaron2010-06-081-7/+14
* compile shardingAaron2010-06-081-18/+0
* SERVER-109 begin interval diffAaron2010-06-081-11/+29
* SERVER-109 sort and geoAaron2010-06-071-55/+4
* SERVER-109 optimize useless orAaron2010-06-071-0/+18
* SERVER-109 FieldRangeSet owns query mem, update some testsAaron2010-06-031-2/+2
* SERVER-109 get rid of nextSimpleQuery(), put matcher in base QueryOp, get rid...Aaron2010-06-021-1/+1
* SERVER-109 generate frs without writing new queryAaron2010-06-021-47/+47
* SERVER-109 reinstate FieldRangeOrSet, make FieldRangeSet a parameter to Query...Aaron2010-06-011-60/+60
* mergeAaron2010-05-131-1/+1
* cleanupAaron2010-05-131-2/+0
* mergeAaron2010-05-121-1/+1
* SERVER-109 $or checkpointAaron2010-05-121-62/+162
* Merge branch 'master' of github.com:mongodb/mongoAaron2010-05-101-4/+4
|\
| * Only $slice outer arrays when nested. SERVER-1085Mathias Stearn2010-05-051-4/+4
* | standardize field names in queryutilAaron2010-05-101-63/+63
* | SERVER-109 parse field ranges of or fields-Aaron2010-05-101-0/+11
|/
* Support explicit exclusion of _id. SERVER-822Mathias Stearn2010-04-301-11/+14
* stdafx->pchDwight2010-04-271-1/+1
* $slice operator for projections (second arg to find) SERVER-754Mathias Stearn2010-04-161-4/+71
* Support \A in regex and better handling of multiline flag SERVER-815Mathias Stearn2010-03-291-6/+29
* some prep for geo $within SERVER-690Eliot Horowitz2010-03-151-0/+1
* commited and reverted so the code existsEliot Horowitz2010-03-151-12/+0
* stalled attempt at covered index lookup SERVER-192 see case for why stalledEliot Horowitz2010-03-151-0/+12
* SERVER-664 elemMatch/all work with query optimizerAaron2010-03-091-8/+21
* SERVER-505 with regexAaron2010-03-081-2/+19
* SERVER-322 implement $in with regexAaron2010-03-081-3/+65
* Fix for regex matches self with $regex objectMathias Stearn2010-03-011-1/+8
* Regexes match themselves SERVER-673Mathias Stearn2010-03-011-0/+6
* Convert prefix queries to ranges ~20%+ speedup SERVER-611Mathias Stearn2010-02-251-69/+74
* Can use index for all regex queries SERVER-672Mathias Stearn2010-02-251-0/+8
* checkpoint on $near opEliot Horowitz2010-02-251-1/+17
* SERVER-252 finishing $not operatorAaron2010-02-231-2/+2