summaryrefslogtreecommitdiff
path: root/db/btree.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-3448 prevent excessive scanning in BtreeCursor functionsAaron2011-07-311-1/+1
* set keysize in v1 to 1KBDwight2011-07-051-1/+1
* Merge branch 'master' of github.com:mongodb/mongodwight2011-07-011-2/+2
|\
| * try a smaller maxkeysizedwight2011-07-011-1/+1
| * compile gccdwight2011-07-011-1/+1
* | better btree dump outputdwight2011-07-011-2/+2
|/
* bigger KeyMax index maximum key size for btree v1 indexes. (3kb)dwight2011-07-011-3/+5
* compiledwight2011-06-271-1/+1
* fix last commit breakagedwight2011-06-271-1/+1
* an index v1 buf fix and a bunch of cleaning/safetydwight2011-06-271-3/+5
* support geo indexes with v1 indexdwight2011-06-271-2/+4
* Compile fixesMathias Stearn2011-06-201-0/+2
* 56 bit disklocs in btree v1dwight2011-06-201-26/+111
* fix commentAaron2011-05-171-1/+1
* don't override cursor matcher with default op matchergregs2011-05-111-0/+1
* fix compileEliot Horowitz2011-05-041-1/+1
* fix bug in new btreecursor code was breaking delx.jsDwight2011-05-041-6/+5
* compile?Dwight2011-05-031-8/+10
* Merge branch 'master' into mainDwight2011-05-031-122/+158
|\
| * compile gcc 4.4dwight2011-05-021-18/+29
| * work on new index version. dbtests stuffdwight2011-04-221-4/+4
| * towards index v1 formatDwight2011-04-221-15/+22
| * checkpoint index v2 workDwight2011-04-211-3/+4
| * versions for btree. checkpointing so farDwight2011-04-201-42/+94
| * indexkey workDwight2011-04-111-64/+29
* | reduce queryutil dependencies a bitAaron2011-04-251-15/+7
|/
* use 64 bit here since could have >2B keys in indexMathias Stearn2011-03-291-1/+1
* SERVER-2243 btree comment corrections and additionsAaron2011-03-151-15/+22
* SERVER-2243 btree comments, potentially leading to refactoringAaron2011-03-111-80/+466
* 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
|\