summaryrefslogtreecommitdiff
path: root/db/btreecursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-100 btree cursor handle case where first interval is emptyAaron2009-09-071-11/+12
* begin cmdline.hDwight2009-08-251-3/+0
* SERVER-100 checkpoint btree cursor can take multiple rangesAaron Staple2009-08-111-3/+34
* fixed bug SERVER-118 multikey duplicate results from queriesDwight2009-07-071-7/+15
* allow specification of inclusivity of index end keyAaron2009-05-061-2/+4
* make simple find fasterAaron2009-04-061-3/+5
* Add constAaron2009-02-251-1/+1
* Remove dead codeAaron2009-02-251-118/+0
* New query optimizer checkpoint, minus jstest changesAaron2009-02-241-1/+1
* Dummy count implementationAaron2009-02-201-0/+26
* fix to properly check for dupkey with unused keysDwight2009-02-131-3/+3
* btree: fix a bug (missing code) when reinserting a key that was marked unusedDwight2009-02-131-2/+2
* Refactor hint codeAaron2009-02-091-1/+1
* doneAndDecouple() -> obj()Dwight2009-02-091-2/+2
* killop / inprog commandsDwight2009-01-281-0/+1
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2009-01-271-2/+9
|\
| * Regex upper bound for index scanAaron2009-01-271-2/+9
* | check the index range first before we go into the object on a query -- so we ...Dwight2009-01-271-7/+10
|/
* Fix simple match spec for encapsulating elements and numbersAaron2009-01-201-1/+1
* Partially unify sorted/non-sorted btree cursor creation code, fixes bug 1139Aaron2009-01-161-3/+10
* Add start / end key to explain, fix key extraction orderingAaron2009-01-151-10/+10
* Replaced our #defined cout with mongo::out()Aaron2009-01-151-2/+2
* Indent all lines within namespaces one levelAaron2009-01-151-166/+166
* Replace tab indentation with spacesAaron2009-01-141-2/+2
* Put our code in 'mongo' namespaceAaron2009-01-141-0/+4
* NEW pdfile # : 4.4; Support compound directions with compound indexesAaron2009-01-141-8/+7
* Replace tab indentation with spacesAaron2008-12-281-157/+157
* Use empty string for field names of key elementsAaron2008-12-191-3/+4
* Make g++ warnings stricter, clear a few new warningsAaron2008-12-171-1/+0
* Ignore index direction when bounding btree cursor, as btree doesn't yet suppo...Aaron2008-12-161-2/+4
* Cursor bracketing supports multiple inequalities on the same fieldAaron2008-12-111-29/+29
* prettier plus eliminating a couple warnings on visual c++Dwight2008-12-101-4/+2
* If index direction is not numeric, assume forward; fixes 1101Aaron2008-12-101-1/+4
* Add comments for new functions, pass set<> by reference as requested by DwightAaron2008-12-091-5/+12
* Bracket btree cursors with beginning and and ending keysAaron2008-12-091-2/+89
* big change for stopOnMissDwight2008-11-181-2/+3
* rename classesDwight2008-10-211-3/+3
* compileDwight2008-07-301-0/+134