summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/mr.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-12241 Combine internal action types into oneAndreas Nilsson2014-01-071-1/+2
* SERVER-10159 Keep runner registration management on the stack when possibleAndrew Morrow2014-01-021-6/+2
* SERVER-12213: bulk of index refactor, making catalog/record store come via ca...Eliot Horowitz2013-12-301-0/+1
* SERVER-11611: convert mapreduce to new collection encapsulationAmalia Hawkins2013-12-131-43/+107
* SERVER-10026 remove rest of dead codeHari Khalsa2013-12-131-1/+0
* SERVER-10026 split getRunner out from the .find() executionHari Khalsa2013-12-041-1/+1
* SERVER-10026 perform shard filtering as a data access stageHari Khalsa2013-11-091-1/+1
* SERVER-10026 migrate clientsHari Khalsa2013-11-061-72/+50
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-1/+2
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-2/+2
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10596 Globalize formerly per-thread Pool of JS ScopesMathias Stearn2013-08-261-1/+5
* SERVER-10026 SERVER-10376 scrub clientcursor vigorouslyHari Khalsa2013-08-071-5/+5
* SERVER-9861 explicitly forget temporary collections for versioning in M/RGreg Studer2013-08-061-1/+9
* SERVER-9907 Allow to skip initial count() in mapreduceRandolph Tan2013-07-301-3/+17
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-1/+1
* move getSisterNS from Namespace to NamespaceString, as Namespace should only ...Eliot Horowitz2013-07-071-2/+2
* SERVER-8598 CollectionManager -> CollectionMetadata refactor, no behavior changeGreg Studer2013-06-171-8/+8
* SERVER-8598 hook up CollectionManager in place of ShardChunkManagerGreg Studer2013-06-171-2/+2
* SERVER-3531 - yield in m/r when docs do not matchDan Pasette2013-06-131-0/+5
* SERVER-9729 db/commands/mr.cpp : remove unused vector variableAbhijit Pawar2013-06-111-1/+0
* SERVER-8598 push key expression evaluation out of ShardChunkManagerGreg Studer2013-06-041-2/+6
* SERVER-9546: abort M/R if DBClientCursor returns a $errBen Becker2013-05-081-4/+4
* SERVER-9448: make map and reduce argument and receiver objects mutableBen Becker2013-04-251-3/+3
* SERVER-7772 rename and move header to is_master.hEric Milkie2013-04-161-3/+3
* SERVER-8790 Move NamespaceDetailsTransient::getCursor() and NamespaceDetailsT...aaron2013-03-151-6/+10
* SERVER-8632: fix server-side JS for MapReduce, $where and groupBen Becker2013-02-271-1/+1
* SERVER-8624: make reduce arguments mutableBen Becker2013-02-251-1/+1
* SERVER-8635: don't attempt to cleanup mr after an errorBen Becker2013-02-201-0/+12
* SERVER-8635: fix crash caused by executing mr::State::~State() after JS excep...Ben Becker2013-02-201-13/+0
* SERVER-8553: fix v8 error checking and exception handlingBen Becker2013-02-131-1/+2
* Fix Windows warnings -- unreferenced local variableTad Marshall2013-02-121-1/+1
* SERVER-8234: make invoke() throw on error (v8 only)Ben Becker2013-02-121-24/+137
* SERVER-8456: use CursorHolder to avoid auto_ptr::releaseBen Becker2013-02-121-12/+9
* SERVER-8170: cleanup and unify GC callbacksBen Becker2013-02-121-6/+6
* SERVER-4858 clarification of log message numberingbarrie2013-02-011-3/+3
* SERVER-8104: clean up js global objectBen Becker2013-01-181-2/+1
* SERVER-8040: don't execute more js when a scope is terminatedBen Becker2013-01-061-1/+1
* Moved StaleConfigException's to their own module.Alberto Lerner2012-12-211-13/+15
* SERVER-7572 Remove doauth argument from Client::ContextSpencer T Brody2012-12-211-1/+1
* SERVER-7572 Remove more old-style authorization checksSpencer T Brody2012-12-201-5/+0
* SERVER-4858 give ProgressMeter better printsMatt Dannenberg2012-12-181-4/+12
* SERVER-7122 Add required privileges to internal commandsSpencer T Brody2012-12-071-0/+7
* Add required privileges to MapReduce command SERVER-7122Spencer T Brody2012-11-291-0/+6
* Move MapReduce option parsing somewhere it can be accessed by mongos and mong...Spencer T Brody2012-11-291-60/+0
* Buildbot - fix MapReduce by making sure finalNamespace gets set SERVER-7122Spencer T Brody2012-11-281-6/+6
* Refactor MapReduce option parsing to make it easier to specifiy required priv...Spencer T Brody2012-11-281-94/+129
* SERVER-3067 Add killop support for foreground index builds.Aaron2012-11-081-1/+1
* SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2012-10-241-6/+6
* fix a lot of copyright noticesEliot Horowitz2012-10-151-0/+1