summaryrefslogtreecommitdiff
path: root/db/btree.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-366 btree extent and node freeingAaron2010-06-141-9/+6
* better loggingEliot Horowitz2010-05-171-3/+3
* elim some 64 bit warnings etc.Dwight Merriman2010-04-281-1/+1
* stdafx->pchDwight2010-04-271-1/+1
* fix OrderingEliot Horowitz2010-04-201-2/+4
* faster! Ordering classDwight Merriman2010-04-201-22/+26
* cleanup bucketbasics startDwight Merriman2010-04-201-3/+4
* make recstoreinterface nonvirtual so it's slightly fasterDwight Merriman2010-04-101-1/+1
* SERVER-983 split bucket unevenly when inserting at high endAaron2010-04-081-14/+19
* SERVER-619 background indexing fixDwight2010-02-111-5/+16
* Cloner: don't dbtemprelease too oftenDwight2010-02-091-1/+1
* CS-10 prevent assertion by making sure btree builder enforces >= 1 key per bu...Aaron2010-02-081-6/+17
* background index buildingDwight2010-02-041-0/+27
* fix for a dropDups case with bg indexingDwight2010-02-021-2/+2
* towards bg indexingDwight2010-02-011-7/+10
* move db/dbstats* to db/stats/counters*Eliot Horowitz2010-02-011-1/+1
* track a sample of btree accesses to see cache hit ratioEliot Horowitz2010-01-281-0/+4
* SERVER-182 allow queries with array indexesDwight2010-01-201-2/+1
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-11/+11
* new killOp(opnumber)Dwight2009-12-221-1/+2
* use Helpers::findById for simpel _id lookupsEliot Horowitz2009-11-251-2/+14
* some btree helpers and testEliot Horowitz2009-11-251-0/+11
* better diagnostics for large keysEliot Horowitz2009-11-101-3/+3
* fix assert to use ours and thus make unit test passDwight2009-10-151-3/+8
* move the var 'database' inside Client objectDwight2009-10-141-0/+3
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-10-091-2/+2
|\
| * client cursor cleaning and fix masked errorEliot Horowitz2009-10-081-2/+2
|/
* killOp() wasn't working with validateDwight2009-10-071-0/+1
* fix slight memory wastage on bottom up index buildDwight2009-09-291-0/+9
* fix typodwight2009-09-271-1/+1
* tuning index performancedwight2009-09-271-19/+18
* fix bug in bottom up build indexdwight2009-09-261-10/+15
* cleaning up btree bulk insert to not use exceptionsEliot Horowitz2009-09-251-8/+7
* build indexes bottom upDwight2009-09-241-3/+4
|\
* | more buildindexDwight2009-09-241-2/+12
* | intermediate buildindex commitDwight2009-09-241-2/+3
* | btreebuilder work / temp commitDwight2009-09-241-7/+122
|/
* begin cmdline.hDwight2009-08-251-2/+0
* fast collection renaming within a databaseAaron Staple2009-07-291-0/+4
* better error message on dup key SERVER-81Eliot Horowitz2009-06-011-2/+10
* remove outdated 'mongod <arg>' style tests, add mongod msg test to smokeClientAaron2009-05-191-12/+0
* add constAaron2009-04-211-7/+7
* 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