summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/delete_executor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-15675 Remove OperationContext from UpdateRequest/DeleteRequestJason Rassi2014-11-201-6/+6
* SERVER-16209 LogComponent::kWrites -> kWriteMatt Kangas2014-11-181-1/+1
* SERVER-15917 fix explain of write commands against a non-existent databaseDavid Storch2014-11-121-4/+8
* SERVER-15627 Use LogComponent::kWrites where appropriateMatt Kangas2014-10-271-1/+1
* SERVER-15760 internally issued update and delete requests should not yieldDavid Storch2014-10-211-1/+2
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-12/+12
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15541 add PlanExecutor yield policies and registrationsDavid Storch2014-10-141-7/+19
* SERVER-10448 explained operations should not use the plan cacheDavid Storch2014-10-021-0/+1
* SERVER-14100 explain for deleteDavid Storch2014-09-191-21/+48
* SERVER-14657 use RangeDeleter for all migration cleanup in d_migrate.cppRandolph Tan2014-08-191-6/+15
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14498 Add DeleteStage, rewrite DeleteExecutor to use itJason Rassi2014-07-301-76/+21
* SERVER-13951 Use a WriteUnitOfWork for each document in update and deleteMathias Stearn2014-07-281-0/+4
* SERVER-14407 delete runner.hDavid Storch2014-07-231-2/+2
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-18/+18
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-181-10/+16
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-2/+3
* SERVER-14135 implement canAcceptWritesForDatabase() in LegacyReplicationCoord...matt dannenberg2014-06-101-3/+7
* SERVER-14114 logging cleanup - removed problem()Benety Goh2014-06-041-2/+2
* SERVER-14062 Move most non-global curop access through OperationContextGeert Bosch2014-05-301-1/+1
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-1/+1
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-3/+3
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-3/+3
* SERVER-13641 put opctx into RunnersHari Khalsa2014-05-201-1/+1
* SERVER-13641 remove recovery unit passthroughs from operationcontextHari Khalsa2014-05-151-1/+1
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-1/+1
* SERVER-13922 remove query yielding and some dbtempreleaseHari Khalsa2014-05-131-11/+1
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-5/+5
* SERVER-13797 Remove more usages of Client::getContextKaloian Manassiev2014-05-041-9/+1
* SERVER-13643 Remove getDur() where we already have a TransactionExperimentMathias Stearn2014-05-011-1/+1
* SERVER-13797 Remove usages of Client::getContext()Kaloian Manassiev2014-05-011-1/+2
* SERVER-13638: remove some namespace_details includeEliot Horowitz2014-05-011-1/+0
* SERVER-13643 Plumb TransactionExperiment though logOpMathias Stearn2014-04-301-1/+1
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-2/+2
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-3/+5
* SERVER-13115 add error codesDavid Storch2014-03-121-2/+2
* SERVER-13115 Create DeleteExecutor to facilitate unlocked query parsing in de...Andy Schwerin2014-03-121-0/+198