summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/delete.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1
* SERVER-16675 force fetch RecordIds buffered by the query system on saveState()David Storch2015-01-071-0/+12
* SERVER-16101 replace DeleteExecutor with ParsedDeleteDavid Storch2014-12-041-0/+10
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-2/+2
* SERVER-15675 Stages should clear their OperationContext in saveState()Jason Rassi2014-11-201-2/+4
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-201-2/+2
* SERVER-16209 LogComponent::kWrites -> kWriteMatt Kangas2014-11-181-1/+1
* SERVER-15665 MMAP v1 requests yields during page faults via NEED_FETCHDavid Storch2014-11-041-5/+8
* SERVER-15627 Use LogComponent::kWrites where appropriateMatt Kangas2014-10-271-1/+1
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-0/+6
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15363 fix solaris compileDavid Storch2014-10-021-0/+1
* SERVER-14100 explain for deleteDavid Storch2014-09-191-11/+16
* SERVER-15187 Update saved OperationContext in all PlanStagesDavid Percy2014-09-181-0/+1
* SERVER-14085: Shrink WriteUnitOfWork in DeleteStage::workGeert Bosch2014-09-041-19/+25
* SERVER-13951 Better scoping for many WUOWsMathias Stearn2014-08-201-2/+0
* SERVER-14657 use RangeDeleter for all migration cleanup in d_migrate.cppRandolph Tan2014-08-191-1/+1
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-1/+1
* 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-0/+182