summaryrefslogtreecommitdiff
path: root/db/dbcommands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-705 mergeAaron2010-03-091-3/+2
* SERVER-705 add godinsert command for testingAaron2010-03-091-1/+27
* make mem info work on win32 SERVER-528Eliot Horowitz2010-01-111-4/+10
* add "ok" to commands resultEliot Horowitz2009-12-011-0/+1
* some command cleaning and query for distinct SERVER-437Eliot Horowitz2009-11-241-3/+3
* Better error messagesMathias Stearn2009-11-181-2/+13
* better m/r error handling and reportingEliot Horowitz2009-11-131-1/+8
* rename old oplog to diaglog - make it always compiled inEliot Horowitz2009-11-111-4/+2
* starting rename old oplog to diaglogEliot Horowitz2009-11-111-6/+8
* some db command cleaningEliot Horowitz2009-11-111-245/+6
* disintct and eoo fixEliot Horowitz2009-10-271-0/+2
* fix unittest; to unbreak the buildDwight2009-10-211-4/+6
* compileDwight2009-10-211-3/+3
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-10-211-1/+1
|\
| * fix assertEliot Horowitz2009-10-201-1/+1
* | allow more indexesDwight2009-10-211-14/+20
|/
* fix assertion messageEliot Horowitz2009-10-201-1/+1
* cleanup/prep for # of indexes workDwight2009-10-191-2/+2
* some tests were failing when _DEBUG was defined...MINORDwight2009-10-191-2/+2
* fix group with [] in inital SERVER-361Eliot Horowitz2009-10-151-1/+1
* move the var 'database' inside Client objectDwight2009-10-141-12/+12
* move curNs to Client objectDwight2009-10-131-5/+5
* make lasterror threadsafeDwight2009-10-121-3/+3
* add Connection classDwight2009-10-091-6/+4
* more flexible group MINOREliot Horowitz2009-10-081-0/+4
* 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
| |\