summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* safety to ensure we don't use a new pdfiel version or something with > 10 ind...Eliot Horowitz2009-10-222-4/+4
* fix bug with cursors and capped collections where cursor could get partial dataEliot Horowitz2009-10-201-0/+5
* make getMore buffer big since we know there are lots of resultsEliot Horowitz2009-10-191-2/+7
* validate() says invalid if more than 20 files SERVER-269Eliot Horowitz2009-08-281-1/+1
* make shell use group cmd by default (can use groupeval if you want)Eliot Horowitz2009-08-241-2/+1
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-08-241-1/+3
|\
| * better error message for reduce failure MINOREliot Horowitz2009-08-241-1/+3
* | improve help for group()Dwight2009-08-241-2/+6
|/
* fix case where there is a large object early in a collection that is bigger t...Eliot Horowitz2009-08-211-1/+10
* log(1) new extentsEliot Horowitz2009-08-211-1/+1
* put capped info into statsEliot Horowitz2009-08-211-0/+5
* fix mod eq 0Eliot Horowitz2009-08-211-1/+0
* fix ? case with SERVER-239Eliot Horowitz2009-08-201-1/+7
* $mod operatorEliot Horowitz2009-08-205-2/+31
* formattingEliot Horowitz2009-08-201-39/+39
* --nssize parameterdwight2009-08-203-8/+33
* fix subobject selector returning the same object twiceEliot Horowitz2009-08-201-0/+2
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-08-192-86/+97
|\
| * comments and fix indentation MINORdwight2009-08-192-86/+97
* | fix windows groupcmd - assert is often overriden - be carefulEliot Horowitz2009-08-191-1/+1
|/
* groupcmd handle some weird key casesEliot Horowitz2009-08-191-1/+6
* SPAM MINOREliot Horowitz2009-08-191-1/+0
* clean groupcmd and make work with empty keyEliot Horowitz2009-08-191-10/+8
* make a group cmd that takes the same arguments as old db.eval versionEliot Horowitz2009-08-191-0/+113
* couple of helpers MINOREliot Horowitz2009-08-191-1/+15
* dont close lockfile if couldn't open SERVER-244Eliot Horowitz2009-08-191-2/+4
* isMaster() - still wasn't rightdwight2009-08-172-1/+12
* fix isMaster() broken earlier todaydwight2009-08-171-4/+6
* fix compile of unit testsdwight2009-08-171-0/+1
* fix checks that operations cannot be performed on slaves; also, allow read op...dwight2009-08-177-13/+20
* Merge branch 'master' of git@github.com:mongodb/mongodwight2009-08-171-8/+23
|\
| * a couple of more unit tests for simpleregex index filteringEliot Horowitz2009-08-171-7/+22
* | some comments and also simple unit tests for simpleRegex()dwight2009-08-173-5/+30
|/
* fix return of simpleRegex MINOREliot Horowitz2009-08-171-1/+2
* fixed BSONElement::simpleRegex and changed return to a string. this fixes SE...Eliot Horowitz2009-08-173-12/+22
* uassert instead assert for bad eval thingEliot Horowitz2009-08-161-1/+1
* don't grab extra stuff with sub-object selectorsMichael Stephens2009-08-152-24/+29
* better error check for $ check MINOREliot Horowitz2009-08-141-1/+4
* cleaning MINORDwight2009-08-131-2/+0
* don't allow dropping an index $ collectionDwight2009-08-136-28/+30
* Merge branch 'master' of git@github.com:mongodb/mongoAaron Staple2009-08-125-2/+53
|\
| * get rid of spurious warning about no _id index on system namespacesEliot Horowitz2009-08-121-1/+2
| * add collstats command SERVER-215Eliot Horowitz2009-08-123-1/+47
| * better sm lockingEliot Horowitz2009-08-121-0/+4
* | SERVER-149 implement $existsAaron Staple2009-08-122-26/+41
|/
* SERVER-100 checkpoint field range organization improvementsAaron Staple2009-08-114-106/+118
* SERVER-100 checkpoint btree cursor can take multiple rangesAaron Staple2009-08-112-11/+61
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-08-117-28/+29
|\
| * changed dbpath to std::stringEliot Horowitz2009-08-117-17/+18
| * don't require 'run' to start mongod SERVER-160Mike Dirolf2009-08-111-12/+12