summaryrefslogtreecommitdiff
path: root/db/btreecursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* change BSONObj::shallowEqual to binaryEqualEliot Horowitz2011-08-161-1/+1
* SERVER-3448 prevent excessive scanning in BtreeCursor functionsAaron2011-07-311-11/+14
* fix an issue with cursors on a delete bucket from within deleteObjectsdwight2011-06-281-21/+34
* putting delete in its own files and related cleaningEliot Horowitz2011-06-201-21/+4
* 56 bit disklocs in btree v1dwight2011-06-201-78/+86
* SERVER-2935 fix woEqual which wasnt equalling ints and doublesdwight2011-06-011-1/+1
* fix bug in new btreecursor code was breaking delx.jsDwight2011-05-041-14/+20
* Merge branch 'master' into mainDwight2011-05-031-36/+172
|\
| * compile gcc 4.4dwight2011-05-021-2/+2
| * work on new index version. dbtests stuffdwight2011-04-221-1/+1
| * towards index v1 formatDwight2011-04-221-34/+33
| * checkpoint index v2 workDwight2011-04-211-3/+0
| * versions for btree. checkpointing so farDwight2011-04-201-35/+168
| * indexkey workDwight2011-04-111-5/+7
* | reduce queryutil dependencies a bitAaron2011-04-251-1/+21
|/
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-48/+48
* conventions cleaningdwight2010-11-101-12/+12
* move include to top of file from bottomDwight2010-11-041-1/+1
* SERVER-2007 in btree code use const qualifiers to better enforce durability r...Aaron2010-11-031-3/+3
* more cleaning toward conventionsdwight2010-10-191-12/+12
* cleaningdwight2010-10-181-2/+2
* SERVER-726 optimize exclusive boundsAaron2010-08-181-6/+8
* SERVER-1528 account for expensive skipping operations in nscannedAaron2010-08-031-6/+17
* SERVER-802 some optimizationsAaron2010-07-161-11/+2
* mergeAaron2010-07-161-1/+1
* SERVER-802 range / in skippingAaron2010-07-161-132/+49
* SERVER-1385 don't skip ahead when refinding positionAaron2010-07-121-6/+6
* SERVER-371 mix skip types to scan fewer unused keysAaron2010-07-071-0/+3
* SERVER-371 don't skip when specAaron2010-07-071-12/+12
* SERVER-371 checkpointAaron2010-07-071-11/+141
* make cursor traversal during a multi remove fastDwight2010-05-191-7/+17
* assertDwight2010-05-171-0/+2
* stdafx->pchDwight2010-04-271-1/+1
* faster! Ordering classDwight Merriman2010-04-201-2/+2
* get rid of cursor hack and add testEliot Horowitz2010-03-011-4/+0
* make geo index work for non geo-searchEliot Horowitz2010-02-241-2/+12
* new killOp(opnumber)Dwight2009-12-221-1/+2
* correct fix for SERVER-436Eliot Horowitz2009-11-231-5/+1
* fix btreecursor mods at the end of the cursor SERVER-436Eliot Horowitz2009-11-231-0/+5
* 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