summaryrefslogtreecommitdiff
path: root/db/btree.h
Commit message (Expand)AuthorAgeFilesLines
* rename function for clarityAaron2011-01-141-1/+1
* For blocking index builds, commit periodically and improve recoverabilityAaron2011-01-141-0/+1
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-53/+54
* more assertsdwight2010-12-241-0/+3
* btree delete internal keyAaron2010-12-081-0/+7
* btree balance rather than delete bucketAaron2010-11-231-3/+8
* btree commentsAaron2010-11-221-3/+9
* btree update comment formatting to match new requirementsAaron2010-11-221-61/+67
* btree remove forwarding functionAaron2010-11-221-3/+0
* btree use const moreAaron2010-11-221-17/+17
* btree rename functionAaron2010-11-221-1/+1
* dur optimizations to not journal too muchdwight2010-11-211-3/+14
* compile other machinesAaron2010-11-171-2/+2
* btree add low water mark test and balancing density of neighboring nodesAaron2010-11-171-11/+68
* get if a cursor is a multi keyEliot Horowitz2010-11-151-0/+1
* method on cursor to say if a key might be different than in the objectEliot Horowitz2010-11-121-0/+2
* conventions cleaningdwight2010-11-101-4/+4
* extract btree bucket split position selection code to separate functionAaron2010-11-031-0/+3
* SERVER-2007 in btree code use const qualifiers to better enforce durability r...Aaron2010-11-031-57/+150
* some work on btree coalescingAaron2010-10-261-5/+18
* mergeAaron2010-10-191-40/+18
|\
| * more cleaning toward conventionsdwight2010-10-191-6/+6
| * cleaningdwight2010-10-181-35/+13
* | on splitting, balance nodes using aggregate key size rather than number of keysAaron2010-10-191-2/+6
|/
* btree code readabilitydwight2010-10-051-62/+30
* remove one more fileDwight2010-09-301-0/+2
* durability more work on declaring intent to write in the codeDwight2010-09-281-3/+2
* towards durabilitydwight2010-09-271-0/+5
* SERVER-726 optimize exclusive boundsAaron2010-08-181-4/+6
* SERVER-1528 account for expensive skipping operations in nscannedAaron2010-08-031-0/+3
* Cursor::supportYields SERVER-1453Eliot Horowitz2010-07-241-0/+1
* SERVER-802 update explain formatAaron2010-07-161-10/+4
* SERVER-802 range / in skippingAaron2010-07-161-19/+14
* SERVER-1385 don't skip ahead when refinding positionAaron2010-07-121-1/+1
* SERVER-371 checkpointAaron2010-07-071-5/+20
* SERVER-366 clean up a bit in pack()Aaron2010-06-281-4/+7
* SERVER-366 btree extent and node freeingAaron2010-06-141-1/+1
* SERVER-109 get rid of nextSimpleQuery(), put matcher in base QueryOp, get rid...Aaron2010-06-021-2/+2
* SERVER-109 explainAaron2010-05-261-1/+1
* SERVER-109 put Matcher in other Cursors, $or with distinctAaron2010-05-251-1/+7
* fix some pragma packEliot Horowitz2010-05-171-6/+7
* stdafx->pchDwight2010-04-271-1/+1
* faster! Ordering classDwight Merriman2010-04-201-15/+19
* cleanup bucketbasics startDwight Merriman2010-04-201-2/+7
* some Cursors may not support get moreEliot Horowitz2010-03-171-0/+1
* SERVER-692 replace startKey/endKey with indexBoundsAaron2010-03-031-5/+10
* get rid of cursor hack and add testEliot Horowitz2010-03-011-1/+0
* make geo index work for non geo-searchEliot Horowitz2010-02-241-1/+3
* expose some more methods in publicEliot Horowitz2010-02-171-4/+11
* CS-10 prevent assertion by making sure btree builder enforces >= 1 key per bu...Aaron2010-02-081-0/+1