summaryrefslogtreecommitdiff
path: root/db/btree.h
Commit message (Expand)AuthorAgeFilesLines
* Add medianKey commandAaron2009-03-271-2/+6
* Clean up tailable cursor codeAaron2009-03-111-0/+3
* Add new Matcher interface, use in count, add constsAaron2009-03-021-7/+10
* Add constAaron2009-02-251-5/+5
* Remove dead codeAaron2009-02-251-20/+2
* Dummy count implementationAaron2009-02-201-0/+1
* fix to properly check for dupkey with unused keysDwight2009-02-131-5/+7
* btree: fix a bug (missing code) when reinserting a key that was marked unusedDwight2009-02-131-1/+4
* replication / exception throwing bug fixDwight2009-02-121-0/+2
* Refactor hint codeAaron2009-02-091-2/+2
* datastore workDwight2009-02-021-1/+2
* pragma pack changes for solarisEliot Horowitz2009-02-011-4/+4
* abstracting out record storage for btreeunknown2009-01-311-3/+1
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2009-01-271-0/+2
|\
| * Regex upper bound for index scanAaron2009-01-271-0/+1
* | check the index range first before we go into the object on a query -- so we ...Dwight2009-01-271-1/+10
|/
* check that _id is uniqueDwight2009-01-261-3/+4
* Fix simple match spec for encapsulating elements and numbersAaron2009-01-201-1/+1
* Add start / end key to explain, fix key extraction orderingAaron2009-01-151-1/+15
* Indent all lines within namespaces one levelAaron2009-01-151-231/+231
* Put our code in 'mongo' namespaceAaron2009-01-141-0/+4
* NEW pdfile # : 4.4; Support compound directions with compound indexesAaron2009-01-141-12/+14
* Replace tab indentation with spacesAaron2008-12-281-161/+195
* Cursor bracketing supports multiple inequalities on the same fieldAaron2008-12-111-4/+3
* Add comments for new functions, pass set<> by reference as requested by DwightAaron2008-12-091-1/+1
* Bracket btree cursors with beginning and and ending keysAaron2008-12-091-1/+10
* better error message replicationDwight2008-11-191-1/+0
* big change for stopOnMissDwight2008-11-181-4/+9
* first cut of $hintDwight2008-11-171-1/+4
* tostring betterunknown2008-11-161-1/+1
* better toString() for indexcursorunknown2008-11-161-1/+3
* rename classesDwight2008-10-211-13/+13
* minor cleanup pragmasDwight2008-08-111-4/+2
* important cursor bug fixes (getmore)Dwight2008-07-301-1/+7
* 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
* validation / defensive stuff.Dwight2008-07-161-2/+3
* roll back bad bug commited couple hours agoDwight2008-07-161-8/+6
* npe fix and defensive codeDwight2008-07-161-2/+10
* dos2unixDwight2008-06-061-188/+188
* mysterious disappearing blog post fixDwight2008-06-061-9/+9
* new dup key implementationDwight2008-03-131-10/+16
* intr.curs fix;Dwight2008-02-271-0/+1
* unindex fixDwight2008-02-251-1/+1
* latent cursor checkUnused bugDwight2008-02-121-0/+4
* more logging on assertDwight2008-02-011-1/+13
* fix bug with updateLocation() on cursors when advance to the end.Dwight2008-01-311-1/+1
* index bugDwight2007-12-171-5/+5
* bug fix dup keysDwight2007-12-161-0/+1