summaryrefslogtreecommitdiff
path: root/db/commands
Commit message (Expand)AuthorAgeFilesLines
* Set auth hook in final MR step, if it wasn't set previously SERVER-4114Kristina2011-10-251-0/+1
* check auth on _isSelf call SERVER-3953Kristina2011-10-081-0/+6
* handle m/r errors via assertion exceptions to keep consistent error interface...gregs2011-08-051-1/+3
* don't throw error with unfulfillable query in mr SERVER-3478gregs2011-08-051-1/+11
* SERVER-1395 add yield support for groupAaron2011-08-041-1/+16
* cleaning and fix minor memory leakEliot Horowitz2011-07-291-10/+0
* full API change to command interface, add options SERVER-3405gregs2011-07-275-6/+6
* Clean up cursor if exception thrown in reduceMathias Stearn2011-07-081-2/+10
* net cleaning: headersEliot Horowitz2011-07-061-0/+14
* SERVER-2531: bug with finishMapReduce command, trying to create temp collecti...agirbal2011-06-291-14/+14
* Merge branch 'master' of github.com:mongodb/mongoDwight2011-06-271-1/+1
|\
| * SERVER-3108: namespace too long for temporary collections in Map Reduceagirbal2011-06-271-1/+1
* | bug fix v1 indexes and distinctDwight2011-06-271-1/+2
|/
* SERVER-2531: REPLACE mode now uses the finishMapReduce cmd on each shard, so ...agirbal2011-06-271-27/+20
* SERVER-2531: added REDUCE mode for M/R to sharded output collectionagirbal2011-06-262-70/+80
* net cleaning: message split checkpoint where everything worksEliot Horowitz2011-06-261-1/+1
* net cleaning: move message.* to net/Eliot Horowitz2011-06-261-1/+1
* SERVER-2563 - make ClientCursor check disk location for record in memory if i...Eliot Horowitz2011-06-231-1/+1
* standardize matcher variablesAaron2011-06-151-1/+1
* SERVER-3167: during final reduce in sharded environment, all results are load...agirbal2011-06-142-6/+22
* SERVER-2761: Confusing Map / Reduce output when shardedagirbal2011-06-131-2/+15
* SERVER-2531: added M/R output to shard collection for mode REPLACEagirbal2011-06-131-19/+4
* don't use ? curop because it leads to user confusionEliot Horowitz2011-06-011-0/+1
* Make findAndModify work when _id is removed in projection SERVER-2626Mathias Stearn2011-05-311-0/+12
* cleaning and a small insert optimizationdwight2011-05-291-1/+1
* - Added option for read only objects in JS invoke methodagirbal2011-05-251-1/+1
* make a noreturn version of insert, would be faster unless cmopiler is very sm...dwight2011-05-241-1/+1
* SERVER-2977 use query optimizer cursor for distinctAaron2011-05-171-3/+4
* SERVER-2977 generate cursor in NamespaceDetailsTransient, and short circuit s...Aaron2011-05-172-2/+2
* SERVER-2977 Use query optimizer cursor in map reduceAaron2011-05-171-5/+6
* SERVER-2976: added fallback to mixed mode in case an emit key is an objectagirbal2011-05-132-7/+30
* SERVER-3092: M/R threshold for running reduces and dumping data to disk are t...agirbal2011-05-132-22/+25
* SERVER-2976: added fallback from js to mixed mode, added reduce steps within ...agirbal2011-05-132-8/+53
* SERVER-2976: fix segv in m/r if ns doesnt existagirbal2011-05-121-6/+7
* SERVER-2976: jsMode now works with inline outputagirbal2011-05-121-1/+10
* SERVER-2976: cleaner JSagirbal2011-05-121-4/+4
* SERVER-2976: slightly better js function. Cleanup of js objects.agirbal2011-05-121-5/+9
* Additional M/R output linesagirbal2011-05-122-0/+5
* SERVER-2976: fixed the emit count in js modeagirbal2011-05-122-3/+5
* fix passing data pointer for native functions with spidermonkeyagirbal2011-05-101-1/+1
* fix compileagirbal2011-05-102-3/+9
* SERVER-2579: added readonly object for lazy v8 objects, which makes them much...agirbal2011-05-101-3/+3
* SERVER-2976: added M/R pure jsMode with collection outputagirbal2011-05-102-17/+78
* SERVER-2977 use query optimizer cursor for groupAaron2011-05-091-2/+3
* can't use scoped_ptr with ClientCursorEliot Horowitz2011-05-041-2/+4
* clean includesAaron2011-05-041-1/+0
* SERVER-2579: all v8 object creation is now lazy.agirbal2011-05-022-7/+7
* better error message in mrEliot Horowitz2011-04-201-2/+4
* fix error message SERVER-2800Mathias Stearn2011-04-131-1/+1
* skip indices which require sorting for distinct SERVER-2135gregs2011-04-061-1/+1