summaryrefslogtreecommitdiff
path: root/shell/collection.js
Commit message (Expand)AuthorAgeFilesLines
* shell can pass query optionsEliot Horowitz2011-01-251-1/+2
* fir m/r error handlingEliot Horowitz2011-01-231-1/+1
* able to access map/reduce errorEliot Horowitz2011-01-231-2/+4
* more test fixingEliot Horowitz2011-01-211-0/+3
* remove( { x : undefined } ) should not delete everything in the collection SE...Eliot Horowitz2011-01-211-0/+5
* in MapReduceResult, don't create collection with null name, fixing some v8 testsAaron2011-01-101-2/+6
* [SERVER-1951]: M/R output param should allow us to use db.collection not only...agirbal2011-01-051-0/+6
* [SERVER-1988]: Upsert allows inserting records with dots in key namesagirbal2010-12-171-1/+11
* map/reduce no longer uses temp collections.Eliot Horowitz2010-12-161-3/+10
* throw exception if drop() given an argument SERVER-2144Eliot Horowitz2010-11-241-0/+2
* show repl state in shell prompt. needs more workdwight2010-11-231-3/+3
* rs clearerdwight2010-11-121-1/+1
* collection.getMongoEliot Horowitz2010-09-081-0/+3
* shell support for justOne for removes SERVER-1653Eliot Horowitz2010-08-221-2/+2
* Revert "temporarily remove autocompleting collection names to get under stupi...Mathias Stearn2010-08-101-0/+13
* temporarily remove autocompleting collection names to get under stupid MSVC l...Mathias Stearn2010-08-091-13/+0
* shell tab completion SERVER-1604Mathias Stearn2010-08-091-0/+13
* make more commands work with mongos SERVER-1462Mathias Stearn2010-07-221-2/+4
* Make findAndModify helper function return null rather than {} (no change to s...Mathias Stearn2010-07-011-1/+1
* typo SERVER-1310Eliot Horowitz2010-06-281-1/+1
* shelldwight2010-06-171-5/+3
* better err msgdwight2010-06-141-38/+38
* in the shell, make explain() say less unless you say explain(true)dwight2010-06-141-37/+38
* don't pring getLastError on help()Eliot Horowitz2010-04-211-0/+1
* Updated db.foo.help() to include name of the db to facilitate copy/paste.Jay Ridgeway2010-04-201-31/+32
* fix v8 and change lastID thing a bitEliot Horowitz2010-03-011-1/+1
* write ops can't return or getLastError won't be calledEliot Horowitz2010-03-011-1/+1
* scaling on collstatsEliot Horowitz2010-02-271-2/+2
* batchSize option for js and c++Eliot Horowitz2010-02-271-1/+1
* db.foo.runCommand for running commands with a collection nameEliot Horowitz2010-02-241-3/+13
* Include index info in collstats commandMathias Stearn2010-02-221-13/+6
* git ignoreDwight Merriman2010-02-091-38/+38
* shell should use the db's reIndex commandDwight2010-01-291-41/+38
* db.c.insert() now generates and returns _id. SERVER-288Mathias Stearn2010-01-271-2/+10
* better m/r debuggingEliot Horowitz2010-01-161-1/+1
* FindAndModify command SERVER-459Mathias Stearn2009-12-301-0/+17
* docEliot Horowitz2009-12-281-1/+1
* add dropTarget option to renameCollection SERVER-487Eliot Horowitz2009-12-281-2/+4
* SERVER-446 js implementation of keySet()Aaron2009-12-211-2/+5
* better update docsEliot Horowitz2009-12-091-1/+1
* getShardVersion in mongos - diagnostic toolsEliot Horowitz2009-11-241-0/+5
* some command cleaning and query for distinct SERVER-437Eliot Horowitz2009-11-241-2/+2
* better error messageEliot Horowitz2009-11-191-1/+1
* optional params for map function SERVER-401Eliot Horowitz2009-11-101-0/+8
* fix drop falloutEliot Horowitz2009-11-091-1/+5
* drop() support for sharded collections SHARDING-36Eliot Horowitz2009-11-091-1/+3
* helpers for distinct/mapReduceEliot Horowitz2009-10-271-0/+2
* cleaning m/r apiEliot Horowitz2009-10-221-2/+5
* shell multi-update option and test SERVER-268Eliot Horowitz2009-10-221-2/+2
* fix a couple of returns so shell getLastError worksEliot Horowitz2009-10-211-3/+2