summaryrefslogtreecommitdiff
path: root/db/btreecursor.cpp
AgeCommit message (Expand)Author
2011-08-16change BSONObj::shallowEqual to binaryEqualEliot Horowitz
2011-07-31SERVER-3448 prevent excessive scanning in BtreeCursor functionsAaron
2011-06-28fix an issue with cursors on a delete bucket from within deleteObjectsdwight
2011-06-20putting delete in its own files and related cleaningEliot Horowitz
2011-06-2056 bit disklocs in btree v1dwight
2011-06-01SERVER-2935 fix woEqual which wasnt equalling ints and doublesdwight
2011-05-04fix bug in new btreecursor code was breaking delx.jsDwight
2011-05-03Merge branch 'master' into mainDwight
2011-05-02compile gcc 4.4dwight
2011-04-25reduce queryutil dependencies a bitAaron
2011-04-22work on new index version. dbtests stuffdwight
2011-04-22towards index v1 formatDwight
2011-04-21checkpoint index v2 workDwight
2011-04-20versions for btree. checkpointing so farDwight
2011-04-11indexkey workDwight
2011-01-04ran astyle SERVER-2304Eliot Horowitz
2010-11-10conventions cleaningdwight
2010-11-04move include to top of file from bottomDwight
2010-11-03SERVER-2007 in btree code use const qualifiers to better enforce durability r...Aaron
2010-10-19more cleaning toward conventionsdwight
2010-10-18cleaningdwight
2010-08-18SERVER-726 optimize exclusive boundsAaron
2010-08-03SERVER-1528 account for expensive skipping operations in nscannedAaron
2010-07-16SERVER-802 some optimizationsAaron
2010-07-16mergeAaron
2010-07-16SERVER-802 range / in skippingAaron
2010-07-12SERVER-1385 don't skip ahead when refinding positionAaron
2010-07-07SERVER-371 mix skip types to scan fewer unused keysAaron
2010-07-07SERVER-371 don't skip when specAaron
2010-07-07SERVER-371 checkpointAaron
2010-05-19make cursor traversal during a multi remove fastDwight
2010-05-17assertDwight
2010-04-27stdafx->pchDwight
2010-04-20faster! Ordering classDwight Merriman
2010-03-01get rid of cursor hack and add testEliot Horowitz
2010-02-24make geo index work for non geo-searchEliot Horowitz
2009-12-22new killOp(opnumber)Dwight
2009-11-23correct fix for SERVER-436Eliot Horowitz
2009-11-23fix btreecursor mods at the end of the cursor SERVER-436Eliot Horowitz
2009-09-07SERVER-100 btree cursor handle case where first interval is emptyAaron
2009-08-25begin cmdline.hDwight
2009-08-11SERVER-100 checkpoint btree cursor can take multiple rangesAaron Staple
2009-07-07fixed bug SERVER-118 multikey duplicate results from queriesDwight
2009-05-06allow specification of inclusivity of index end keyAaron
2009-04-06make simple find fasterAaron
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