summaryrefslogtreecommitdiff
path: root/db/dbcommands.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* release group memory fasterEliot Horowitz2009-10-081-1/+3
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-10-071-104/+111
|\
| * killOp() wasn't working with validateDwight2009-10-071-0/+2
| * create system.profile as a capped collection when profiling is turned on, if ...Mike Dirolf2009-10-061-2/+7
| * minor: whitespaceMike Dirolf2009-10-061-102/+102
* | got rid of meminfo and timeinfo and replace with serverStatusEliot Horowitz2009-10-071-42/+33
|/
* system.profile collection can now be droppedDwight2009-10-051-0/+4
* correctly rollback a failed index createDwight2009-10-051-1/+1
* reIndex command - in prep for SERVER-292Eliot Horowitz2009-09-291-0/+55
* tuning index performancedwight2009-09-271-1/+1
* elim compiler warningDwight2009-09-211-2/+3
* don't let group() key map get too hugeEliot Horowitz2009-09-171-1/+3
* Finalizer for group() SERVER-287Mathias Stearn2009-09-171-2/+19
* Reflow internal js function MINORMathias Stearn2009-09-171-5/+12
* $keyf support for group SERVER-278Eliot Horowitz2009-09-151-7/+18
* CodeWScope for group SERVER-262Eliot Horowitz2009-09-151-2/+13
* mongod side of client based errors for SHARDING-16Eliot Horowitz2009-09-111-0/+27
* make group work better with nullsEliot Horowitz2009-09-101-1/+1
* 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
* change to NullStreamdwight2009-09-031-7/+7
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-09-011-2/+35
|\
| * some help for commandsDwight2009-09-011-0/+30
| * Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-09-011-1/+3
| |\
| * | small help text changeDwight2009-09-011-2/+5
* | | count of missing namespace returns 0Eliot Horowitz2009-09-011-2/+6
| |/ |/|
* | more name changes in shardingEliot Horowitz2009-09-011-1/+3
|/
* cleanupDwight2009-08-251-0/+9
* more CmdLine objectDwight2009-08-251-6/+5
* put number of bits in buildinfoEliot Horowitz2009-08-241-0/+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
|/
* put capped info into statsEliot Horowitz2009-08-211-0/+5
* 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
* fix checks that operations cannot be performed on slaves; also, allow read op...dwight2009-08-171-1/+2
* don't allow dropping an index $ collectionDwight2009-08-131-1/+2
* add collstats command SERVER-215Eliot Horowitz2009-08-121-0/+31
* cleaner drop debuggingEliot Horowitz2009-08-061-1/+1
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-08-061-1/+1
|\
| * clean up dbexit with an ExitCode enum SERVER-183Eliot Horowitz2009-08-051-1/+1
* | better error message on drop()Dwight2009-08-061-0/+1
|/
* fixed bug SERVER-118 multikey duplicate results from queriesDwight2009-07-071-8/+30
* add nice version to buildinfoEliot Horowitz2009-06-251-1/+1