summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-09-221-0/+6
|\
| * --versionEliot Horowitz2009-09-221-0/+6
* | adaptive replication sleep timeDwight2009-09-222-45/+59
|/
* fix older mac mrEliot Horowitz2009-09-221-1/+1
* timing and testsEliot Horowitz2009-09-211-11/+13
* spamEliot Horowitz2009-09-211-1/+0
* elim compiler warningDwight2009-09-211-2/+3
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-09-214-59/+199
|\
| * starting map/reduce SERVER-208Eliot Horowitz2009-09-211-0/+177
| * handle js -> bson in 1 placeEliot Horowitz2009-09-211-21/+2
| * use mmap instead of readEliot Horowitz2009-09-212-38/+20
* | better unit tests for unique indexes and dropDup : true on indexingDwight2009-09-215-20/+82
|/
* validate skip() value on a queryDwight2009-09-211-1/+3
* elim a couple warnings on windowsDwight2009-09-212-7/+4
* minor: do options parsing no matter what to avoid possibility of bug w/ defau...Mike Dirolf2009-09-181-4/+5
* minor: whitespaceMike Dirolf2009-09-181-30/+30
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-09-181-1/+3
|\
| * don't let group() key map get too hugeEliot Horowitz2009-09-171-1/+3
* | prep for buildIndex() workDwight2009-09-183-5/+7
|/
* Finalizer for group() SERVER-287Mathias Stearn2009-09-171-2/+19
* Reflow internal js function MINORMathias Stearn2009-09-171-5/+12
* group() now uses full key-names in output SERVER-296Mathias Stearn2009-09-171-1/+1
* boost 1.33 fix MINORyellow2009-09-161-1/+4
* cleaning to remove warning MINOREliot Horowitz2009-09-162-49/+49
* windows portability MINOREliot Horowitz2009-09-161-1/+3
* external srot for BSONObj and DiskLoc SERVER-291Eliot Horowitz2009-09-162-0/+309
* spelling MINOREliot Horowitz2009-09-151-1/+1
* --notablescan - might be too strict SERVER-274Eliot Horowitz2009-09-153-5/+29
* better var. name MINOREliot Horowitz2009-09-151-2/+2
* option to appendOID to gen _idEliot Horowitz2009-09-151-2/+5
* $keyf support for group SERVER-278Eliot Horowitz2009-09-151-7/+18
* CodeWScope for group SERVER-262Eliot Horowitz2009-09-151-2/+13
* update parser for new strict ObjectId JSON format. allow $id in field names s...Mike Dirolf2009-09-151-10/+7
* emit ObjectIds in strict JSON as { "$oid" : ... }Mike Dirolf2009-09-151-2/+8
* minor: whitespaceMike Dirolf2009-09-152-88/+88
* make matching use only index if it can, makes count fast SERVER-232Eliot Horowitz2009-09-152-1/+15
* don't complain about ScopedDBConnection if the underlying connection failedEliot Horowitz2009-09-141-0/+3
* client id work and make getLastError work non sharded-collections in sharding...Eliot Horowitz2009-09-112-13/+4
* remove spam MINOREliot Horowitz2009-09-111-1/+0
* mongod side of client based errors for SHARDING-16Eliot Horowitz2009-09-114-8/+67
* make lastError able to work with ids, rather than just tlEliot Horowitz2009-09-112-3/+119
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-09-114-8/+37
|\
| * require --upgrade to upgrade dbs otherwise does nothingEliot Horowitz2009-09-101-5/+32
| * make group work better with nullsEliot Horowitz2009-09-103-3/+5
* | fix commentDwight2009-09-111-3/+0
* | GENOID feature for BSON in c++Dwight2009-09-113-1/+23
|/
* mem safety for distinctEliot Horowitz2009-09-101-7/+7
* simple distinct SERVER-127Eliot Horowitz2009-09-091-0/+46
* use extractFields which is now correct to fix SERVER-257Eliot Horowitz2009-09-091-13/+1
* more helpful commentEliot Horowitz2009-09-091-1/+1