summaryrefslogtreecommitdiff
path: root/db/dbcommands.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* BUG SERVER-79Dwight2009-06-011-1/+1
* fix op logging for collection creation and for convertToCappedAaron2009-05-211-2/+2
* add convertToCapped commandAaron2009-05-181-0/+46
* add cloneCollectionAsCapped commandAaron2009-05-181-0/+63
* refactor dropCollectionAaron2009-05-111-7/+1
* median key handle empty range correctlyAaron2009-05-061-1/+1
* make max bound of datasize command exclusiveAaron2009-05-061-1/+1
* make max bound of medianKey exclusiveAaron2009-05-061-1/+1
* allow specification of inclusivity of index end keyAaron2009-05-061-3/+3
* don't clone empty dbsAaron2009-05-011-1/+8
* more flexibility and sanity checks for min/max query specsAaron2009-04-301-3/+11
* core implementation of min/max query parametersAaron2009-04-301-88/+1
* add _id index automatically, don't allow it to be deletedAaron2009-04-201-5/+20
* make 'buildinfo' command admin onlyAaron2009-04-201-0/+1
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-04-201-0/+13
|\
| * add 'buildinfo' command to get mongod compile informationAaron2009-04-201-0/+13