summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/mr.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-141-8/+6
* SERVER-13922 remove dbtemprelease from non-repl remaining spotsHari Khalsa2014-05-141-33/+22
* SERVER-13922 remove query yielding and some dbtempreleaseHari Khalsa2014-05-131-2/+0
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-3/+19
* SERVER-13797 Remove more usages of Client::getContextKaloian Manassiev2014-05-041-1/+1
* SERVER-13643 Use single TransactionExperiment for whole Map/ReduceMathias Stearn2014-04-301-34/+30
* SERVER-13643 pull TransactionExperiment above (most) catalog stuffHari Khalsa2014-04-301-2/+2
* SERVER-13643 Plumb TransactionExperiment through dbhelpersMathias Stearn2014-04-301-3/+6
* SERVER-13643 Plumb TransactionExperiment though logOpMathias Stearn2014-04-301-6/+6
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-6/+11
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-3/+5
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-2/+2
* SERVER-12615 Fix size calculation in JSReducer::_reduceMathias Stearn2014-03-191-4/+4
* SERVER-12949 Restore intermediate in-memory reduces, which are used toKaloian Manassiev2014-03-171-22/+47
* SERVER:8412: re-write repairDatabase to use new constructsEliot Horowitz2014-02-181-8/+11
* SERVER-5724 Mark dbtemprelase{,cond,if} destructors as throwingMathias Stearn2014-01-301-3/+5
* SERVER-12392: Move cursor/runner cache into Collection lifecycle via Collecti...Eliot Horowitz2014-01-241-1/+3
* 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