summaryrefslogtreecommitdiff
path: root/db/btree.cpp
Commit message (Expand)AuthorAgeFilesLines
* compile gccDwight2011-07-051-2/+2
* SERVER-984 sorting of infinitydwight2011-07-051-2/+3
* Merge branch 'master' of github.com:mongodb/mongodwight2011-07-011-1/+1
|\
| * compile gccdwight2011-07-011-1/+1
* | better btree dump outputdwight2011-07-011-13/+15
|/
* bigger KeyMax index maximum key size for btree v1 indexes. (3kb)dwight2011-07-011-4/+4
* fix last commit breakagedwight2011-06-271-2/+2
* an index v1 buf fix and a bunch of cleaning/safetydwight2011-06-271-3/+3
* putting delete in its own files and related cleaningEliot Horowitz2011-06-201-2/+0
* Compile fixesMathias Stearn2011-06-201-3/+3
* 56 bit disklocs in btree v1dwight2011-06-201-33/+54
* unused variable resdwight2011-06-051-1/+0
* small chang efor debuggingdwight2011-06-051-1/+8
* fix condition and make normal assertMathias Stearn2011-05-061-1/+1
* fix _DEBUG buildsMathias Stearn2011-05-061-1/+1
* Fix linux32-debug buildbotMathias Stearn2011-05-061-1/+1
* Can't use basicInsert here unqualifiedMathias Stearn2011-05-061-1/+1
* compile?Dwight2011-05-031-11/+0
* compile gcc 4.2Eliot Horowitz2011-05-031-1/+2
* some compile errorsEliot Horowitz2011-05-031-4/+11
* Merge branch 'master' into mainDwight2011-05-031-538/+497
|\
| * compile gcc 4.4dwight2011-05-021-229/+241
| * towards index v1 formatDwight2011-04-221-86/+83
| * checkpoint index v2 workDwight2011-04-211-2/+1
| * versions for btree. checkpointing so farDwight2011-04-201-219/+154
| * cleanupdwight2011-04-201-6/+12
| * indexkey support strings with zeros. more work to doDwight2011-04-191-1/+6
| * indexkey workDwight2011-04-111-86/+90
|/
* g++ 4.6 compile (new -Wunused-but-set-variable warning)Mathias Stearn2011-04-031-2/+0
* use 64 bit here since could have >2B keys in indexMathias Stearn2011-03-291-2/+2
* SERVER-2243 btree commentAaron2011-03-161-0/+1
* SERVER-2243 btree comment corrections and additionsAaron2011-03-151-7/+22
* SERVER-2243 btree comments, potentially leading to refactoringAaron2011-03-111-6/+37
* safer key too large check 180Eliot Horowitz2011-03-081-2/+3
* do'nt use RARELY with commitIfNeeded, just check if it did itEliot Horowitz2011-03-071-5/+3
* when removing keys that are too large from an index, stll remove but warnEliot Horowitz2011-03-041-5/+5
* fix BtreeBuilder to always check key sizeEliot Horowitz2011-03-021-9/+9
* SERVER-2631 missing commitIfNeeded in ~BtreeBuilder - 180?Dwight2011-02-281-0/+1
* SERVER-2631 missing destructor guard - 180?Dwight2011-02-281-11/+13
* SERVER-2631 missing commitIfNeeded call - 180?Dwight2011-02-281-0/+6
* rename function for clarityAaron2011-01-141-3/+3
* For blocking index builds, commit periodically and improve recoverabilityAaron2011-01-141-0/+9
* remove _TESTINTENTdwight2011-01-081-1/+1
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-183/+205
* add btree todoAaron2010-12-281-0/+2
* more assertsdwight2010-12-241-3/+28
* commentdwight2010-12-221-1/+1
* eliminate the _DURABLE preprocessor definedwight2010-12-131-4/+1
* Pull some durability code into a class for easy disablingMathias Stearn2010-12-101-8/+8
* btree delete internal keyAaron2010-12-081-6/+53