summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/mr.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16038 Manage CanonicalQuery with auto_ptr in db/commands/mr.cppJason Rassi2014-11-171-12/+15
* SERVER-15541 Clean up some usages of WriteUnitOfWorkJason Rassi2014-11-041-6/+0
* SERVER-15842 check db pointer after establishing read lock in M/REric Milkie2014-11-031-1/+4
* SERVER-15614 Move inProcCmd to a separate file and clean includesKaloian Manassiev2014-10-301-0/+1
* SERVER-15262 Map/reduce incremental collection code should be called without ...Kaloian Manassiev2014-10-291-11/+3
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-12/+23
* SERVER-14668: pull collection creation even higher on update path to avoid de...Eliot Horowitz2014-10-191-0/+3
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-161-1/+2
* SERVER-15541 add PlanExecutor yield policies and registrationsDavid Storch2014-10-141-12/+4
* SERVER-14425 Move LockManager out of the newlm namespaceKaloian Manassiev2014-10-101-3/+3
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-16/+19
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-18/+29
* Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-10-031-11/+5
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-301-5/+11
* BF-532: Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-09-291-11/+5
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-251-5/+11
* SERVER-15087 Get owned copy of document in MR final reduceMathias Stearn2014-09-091-0/+1
* SERVER-15087 check for dropped collection in MRMathias Stearn2014-09-091-14/+12
* SERVER-14168 Don't logOp drop of "inc" collection in MRMathias Stearn2014-09-091-3/+10
* SERVER-5022 allow covered queries with shard filterGreg Studer2014-09-021-1/+1
* SERVER-14745 Remove WritebackListenerRandolph Tan2014-08-281-1/+1
* SERVER-14668 Remove unused includes in client.h and curop.hKaloian Manassiev2014-08-281-0/+2
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-2/+2
* SERVER-13951 Better scoping for many WUOWsMathias Stearn2014-08-201-3/+0
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-3/+3
* SERVER-13951 Split index building in to UnitOfWork-sized stagesMathias Stearn2014-08-131-20/+32
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-6018 Replace AtomicUInt with AtomicUInt32Andrew Morrow2014-08-051-2/+2
* SERVER-13961 Pass through OperationContext in the JS frameworkKaloian Manassiev2014-07-281-1/+1
* SERVER-14407 delete runner.hDavid Storch2014-07-231-3/+3
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-15/+25
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-181-2/+2
* SERVER-14186 map/reduce check for ismaster under write lockEric Milkie2014-07-161-0/+7
* SERVER-14500 remove the replSet boolmatt dannenberg2014-07-081-9/+12
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-2/+2
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-1/+4
* SERVER-13471 map reduce loglevel changes for debug messagesThomas Rueckstiess2014-07-011-3/+6
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+11
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-3/+4
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-4/+3
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-3/+4
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-4/+3
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-3/+4
* SERVER-13961 Add capability to register and discover OperationContextsKaloian Manassiev2014-06-261-0/+1
* SERVER-13645 eliminate is_master.hmatt dannenberg2014-06-191-1/+0
* SERVER-13635: remove path concept from DatabaseHolder, and move repair and li...Eliot Horowitz2014-06-181-2/+2
* SERVER-13797 Remove Client::getContext and relatedKaloian Manassiev2014-06-101-1/+1
* SERVER-14135 implement canAcceptWritesForDatabase() in LegacyReplicationCoord...matt dannenberg2014-06-101-1/+4
* SERVER-14062 migrate more curop via OpCtxHari Khalsa2014-06-041-2/+1
* SERVER-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-021-9/+13