| Commit message (Expand) | Author | Age | Files | Lines |
* | more cleaning toward conventions | dwight | 2010-10-19 | 1 | -1/+1 |
* | SERVER-1213 allow splitting of or ranges | Aaron | 2010-09-14 | 1 | -2/+10 |
* | SERVER-1528 account for expensive skipping operations in nscanned | Aaron | 2010-08-03 | 1 | -2/+11 |
* | SERVER-1453 yield during geo query | Aaron | 2010-08-02 | 1 | -2/+2 |
* | Cursor::supportYields SERVER-1453 | Eliot Horowitz | 2010-07-24 | 1 | -0/+1 |
* | avoid matching old or clauses unnecessarily | Aaron | 2010-07-20 | 1 | -1/+1 |
* | bail out or clause checking if we do an unpredicted table scan | Aaron | 2010-07-20 | 1 | -1/+3 |
* | SERVER-1211 don't use simplifiedQuery for or negation | Aaron | 2010-07-16 | 1 | -11/+8 |
* | SERVER-802 range / in skipping | Aaron | 2010-07-16 | 1 | -3/+5 |
* | SERVER-1376 yield in query set runner for query,count,update,delete | Aaron | 2010-07-07 | 1 | -6/+20 |
* | SERVER-371 checkpoint | Aaron | 2010-07-07 | 1 | -0/+1 |
* | make issimpleidquery faster by not calling nFields() | dwight | 2010-07-02 | 1 | -4/+6 |
* | SERVER-1217 bestGuessCursor() should always honor sort spec | Aaron | 2010-06-28 | 1 | -8/+7 |
* | cleaning exceptions | Eliot Horowitz | 2010-06-21 | 1 | -5/+6 |
* | SERVER-109 expand $in clauses in simplifiedQuery | Aaron | 2010-06-09 | 1 | -2/+2 |
* | SERVER-1206 $or hint | Aaron | 2010-06-09 | 1 | -1/+2 |
* | SERVER-109 handle dynamically removed or clauses when iterating clauses | Aaron | 2010-06-08 | 1 | -2/+1 |
* | compile sharding | Aaron | 2010-06-08 | 1 | -0/+1 |
* | SERVER-109 cursor corner cases | Aaron | 2010-06-07 | 1 | -4/+4 |
* | SERVER-109 cursor update fix and other tweaks | Aaron | 2010-06-07 | 1 | -1/+4 |
* | SERVER-109 fix mem ownership when popping or clauses, real doc lookup when re... | Aaron | 2010-06-03 | 1 | -2/+3 |
* | SERVER-109 update or negation spec, update conversion from query to getmore c... | Aaron | 2010-06-02 | 1 | -8/+30 |
* | SERVER-109 get rid of nextSimpleQuery(), put matcher in base QueryOp, get rid... | Aaron | 2010-06-02 | 1 | -47/+37 |
* | SERVER-109 rename clone() createChild() | Aaron | 2010-06-02 | 1 | -2/+2 |
* | SERVER-109 get rid of query_ in QueryPlanSet | Aaron | 2010-06-02 | 1 | -2/+2 |
* | SERVER-109 generate frs without writing new query | Aaron | 2010-06-02 | 1 | -1/+1 |
* | SERVER-109 reinstate FieldRangeOrSet, make FieldRangeSet a parameter to Query... | Aaron | 2010-06-01 | 1 | -4/+5 |
* | SERVER-109 explain | Aaron | 2010-05-26 | 1 | -2/+5 |
* | SERVER-109 finish rewriting bestGuess code path | Aaron | 2010-05-25 | 1 | -2/+1 |
* | SERVER-109 put Matcher in other Cursors, $or with distinct | Aaron | 2010-05-25 | 1 | -4/+23 |
* | SERVER-109 basic getmore | Aaron | 2010-05-24 | 1 | -1/+19 |
* | SERVER-109 iterator interface for delete and update | Aaron | 2010-05-24 | 1 | -0/+62 |
* | cleanup | Aaron | 2010-05-13 | 1 | -1/+0 |
* | SERVER-109 let query op short stop multi scan planning, handle or in helpers ... | Aaron | 2010-05-12 | 1 | -0/+2 |
* | QueryOp standardize class field names | Aaron | 2010-05-12 | 1 | -13/+15 |
* | compile all | Aaron | 2010-05-12 | 1 | -0/+3 |
* | SERVER-109 $or checkpoint | Aaron | 2010-05-12 | 1 | -2/+97 |
* | auto_ptr -> shared_ptr for Cursor objects | Eliot Horowitz | 2010-05-07 | 1 | -2/+2 |
* | faster distinct SERVER-796 | Eliot Horowitz | 2010-03-29 | 1 | -2/+5 |
* | query optimizer would sometimes swap out geo index SERVER-780 | Eliot Horowitz | 2010-03-18 | 1 | -0/+1 |
* | fix test compile | Eliot Horowitz | 2010-03-10 | 1 | -0/+2 |
* | allow re-sorting for geo searches SERVER-730 | Eliot Horowitz | 2010-03-10 | 1 | -0/+1 |
* | can access geo through $near | Eliot Horowitz | 2010-02-25 | 1 | -1/+1 |
* | checkpoint on $near op | Eliot Horowitz | 2010-02-25 | 1 | -1/+3 |
* | refactor UserQueryOp a bit | Eliot Horowitz | 2010-02-16 | 1 | -2/+6 |
* | slight _id query plan optimization | Eliot Horowitz | 2010-02-05 | 1 | -0/+8 |
* | SERVER-595 extent hopping implementation for findingStart mode | Aaron | 2010-02-02 | 1 | -0/+1 |
* | MINOR comments | Aaron | 2009-12-21 | 1 | -0/+2 |
* | SERVER-100 checkpoint move index bounding code to FieldRangeSet | Aaron | 2009-09-07 | 1 | -4/+3 |
* | SERVER-100 checkpoint field range organization improvements | Aaron Staple | 2009-08-11 | 1 | -6/+5 |