summaryrefslogtreecommitdiff
path: root/db/btree.cpp
Commit message (Expand)AuthorAgeFilesLines
* checkpoint: beginnings of cleaning up the recstore interfaceDwight2009-03-201-4/+4
* fix a btree reuse key caseDwight2009-03-191-37/+10
* implemented dropIndexes for alt rec storeDwight2009-03-171-1/+6
* Add new Matcher interface, use in count, add constsAaron2009-03-021-1/+1
* Add constAaron2009-02-251-3/+3
* fix to properly check for dupkey with unused keysDwight2009-02-131-15/+73
* btree: fix a bug (missing code) when reinserting a key that was marked unusedDwight2009-02-131-20/+59
* replication / exception throwing bug fixDwight2009-02-121-1/+11
* fix a bug with dup _id keys, but fix is in comments for tonightDwight2009-02-101-0/+1
* datastore workDwight2009-02-021-23/+22
* abstracting out record storage for btreeunknown2009-01-311-9/+21
* perf experimentsdwight2009-01-281-0/+13
* bug fix for the unique _id codeDwight2009-01-271-38/+4
* check that _id is uniqueDwight2009-01-261-30/+21
* compile on windowsunknown2009-01-181-2/+2
* Replaced our #defined cout with mongo::out()Aaron2009-01-151-63/+63
* Indent all lines within namespaces one levelAaron2009-01-151-677/+677
* Put our code in 'mongo' namespaceAaron2009-01-141-0/+3
* NEW pdfile # : 4.4; Support compound directions with compound indexesAaron2009-01-141-44/+44
* nicer loggingDwight2008-12-291-1/+0
* Replace tab indentation with spacesAaron2008-12-281-638/+647
* was logging too muchdwight2008-12-281-3/+3
* Make g++ warnings stricter, clear a few new warningsAaron2008-12-171-3/+1
* bug with the new NumericInt datatype fixedunknown2008-12-061-1/+8
* Prevent right bucket data overflow, index reverse locations consistently when...Aaron Staple2008-12-011-16/+6
* rename classesDwight2008-10-211-13/+13
* tailable cursors workingDwight2008-08-131-1/+0
* repl master fixDwight2008-07-311-9/+0
* important cursor bug fixes (getmore)Dwight2008-07-301-140/+3
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pr0.0.9_rc1Dwight2008-07-261-24/+71
|\
| * minor logging and stuff. DEV mode off by default.Dwight2008-07-231-2/+2
| * added AGPL License Header to every fileEliot Horowitz2008-07-201-0/+16
| * Revert "added AGPL License Header to every file"Eliot Horowitz2008-07-201-128/+0
| * added AGPL License Header to every fileEliot Horowitz2008-07-201-0/+128
| * Revert "safemalloc"Dwight2008-07-171-1/+1
| * safemallocEliot Horowitz2008-07-171-1/+1
| * validation / defensive stuff.Dwight2008-07-161-7/+18
| * roll back bad bug commited couple hours agoDwight2008-07-161-1/+6
| * npe fix and defensive codeDwight2008-07-161-15/+29
| * btree.cpp : free a BTreeBucket where we weren'tGeir Magnusson Jr2008-07-151-0/+1
* | commentDwight2008-07-261-0/+1
|/
* lots: new count implemenation,r0.0.7_rc4Dwight2008-07-111-1/+1
* more defensive code and smarter validate functionr0.0.7_rc1Dwight2008-06-301-1/+3
* first cut at "fast count"r0.0.6_rc1Dwight2008-06-271-7/+0
* better validation - check if things mistakenly in the free listDwight2008-06-251-0/+10
* dos2unixDwight2008-06-061-901/+901
* mysterious disappearing blog post fixDwight2008-06-061-29/+30
* don't assert if key to index too big ; nicer msg tooDwight2008-05-011-5/+14
* dbproblem.log fileDwight2008-04-251-0/+1
* new dup key implementationDwight2008-03-131-108/+79