summaryrefslogtreecommitdiff
path: root/db/btreecursor.cpp
AgeCommit message (Expand)Author
2009-02-25Add constAaron
2009-02-25Remove dead codeAaron
2009-02-24New query optimizer checkpoint, minus jstest changesAaron
2009-02-20Dummy count implementationAaron
2009-02-13fix to properly check for dupkey with unused keysDwight
2009-02-13btree: fix a bug (missing code) when reinserting a key that was marked unusedDwight
2009-02-09Refactor hint codeAaron
2009-02-09doneAndDecouple() -> obj()Dwight
2009-01-28killop / inprog commandsDwight
2009-01-27Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight
2009-01-27check the index range first before we go into the object on a query -- so we ...Dwight
2009-01-27Regex upper bound for index scanAaron
2009-01-20Fix simple match spec for encapsulating elements and numbersAaron
2009-01-16Partially unify sorted/non-sorted btree cursor creation code, fixes bug 1139Aaron
2009-01-15Add start / end key to explain, fix key extraction orderingAaron
2009-01-15Replaced our #defined cout with mongo::out()Aaron
2009-01-15Indent all lines within namespaces one levelAaron
2009-01-14Replace tab indentation with spacesAaron
2009-01-14Put our code in 'mongo' namespaceAaron
2009-01-14NEW pdfile # : 4.4; Support compound directions with compound indexesAaron
2008-12-28Replace tab indentation with spacesAaron
2008-12-19Use empty string for field names of key elementsAaron
2008-12-17Make g++ warnings stricter, clear a few new warningsAaron
2008-12-16Ignore index direction when bounding btree cursor, as btree doesn't yet suppo...Aaron
2008-12-11Cursor bracketing supports multiple inequalities on the same fieldAaron
2008-12-10prettier plus eliminating a couple warnings on visual c++Dwight
2008-12-10If index direction is not numeric, assume forward; fixes 1101Aaron
2008-12-09Add comments for new functions, pass set<> by reference as requested by DwightAaron
2008-12-09Bracket btree cursors with beginning and and ending keysAaron
2008-11-18big change for stopOnMissDwight
2008-10-21rename classesDwight
2008-07-30compileDwight