summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/mr.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-8/+8
* SERVER-41938 Refactor mapReduce command in support of alternate execution pathJames Wahlin2019-07-031-25/+12
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-4/+8
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38480 Make Map-Reduce fully interruptibleJustin Seyster2019-01-311-7/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-37265 Change curOp and ProgressMeter for hybrid buildsLouis Williams2019-01-021-3/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-32198 Retry on StaleShardVersion errors during collection dropKaloian Manassiev2018-06-121-6/+0
* SERVER-35497 Use more uasserts in the configsvr commandsKaloian Manassiev2018-06-081-8/+2
* SERVER-34596 remove Command::parseNsBilly Donahue2018-05-011-1/+1
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-30669 mapReduce on mongos should pass UUID for sharded output collecti...Esha Maharishi2017-09-121-0/+3
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-1/+3
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-6/+6
* SERVER-27306 Remove AutoGetCollection methods with std::string namespaceJames Wahlin2016-12-191-6/+7
* SERVER-24596 Replace DBDirectClient::count call with Collection::numRecords t...Marko Vojvodic2016-11-141-3/+2
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-1/+1
* SERVER-23473 Add collation parameter to the mapReduce commandTess Avitabile2016-04-251-0/+1
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+6
* SERVER-23097 Improve killed executor handling in MapReduceJames Wahlin2016-03-211-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-331/+358
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-161-5/+13
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-6/+5
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-5/+5
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-1/+1
* SERVER-15087 check for dropped collection in MRMathias Stearn2014-09-091-0/+4
* SERVER-6018 Replace AtomicUInt with AtomicUInt32Andrew Morrow2014-08-051-1/+2
* SERVER-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-021-2/+4
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-14/+14
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-3/+3
* SERVER-13617 remove const qualifiers on primitive return typesMathias Stearn2014-05-011-1/+1
* SERVER-13643 Use single TransactionExperiment for whole Map/ReduceMathias Stearn2014-04-301-1/+7
* SERVER-12949 Restore intermediate in-memory reduces, which are used toKaloian Manassiev2014-03-171-5/+15
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-1/+2
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-8234: make invoke() throw on error (v8 only)Ben Becker2013-02-121-0/+6
* SERVER-8170: cleanup and unify GC callbacksBen Becker2013-02-121-1/+1
* Add required privileges to MapReduce command SERVER-7122Spencer T Brody2012-11-291-0/+4
* Move MapReduce option parsing somewhere it can be accessed by mongos and mong...Spencer T Brody2012-11-291-1/+8
* Refactor MapReduce option parsing to make it easier to specifiy required priv...Spencer T Brody2012-11-281-15/+18
* fix a lot of copyright noticesEliot Horowitz2012-10-151-0/+1
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-1/+1
* pch headerSiddharth Singh2012-08-061-1/+1
* SERVER-4549: MR: using both jsMode and inline mode does not yield any outputagirbal2012-02-151-0/+1
* Better handling of temp collections SERVER-3434 SERVER-3501 SERVER-2534Mathias Stearn2011-12-301-0/+3
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+319