summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/multi_iterator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-091-42/+22
* SERVER-2454 Remove trailing whitespaceJames Wahlin2015-06-091-2/+2
* SERVER-2454 Improve PlanExecutor::DEAD handlingJames Wahlin2015-06-091-1/+14
* SERVER-17062 rename NEED_FETCH to NEED_YIELDDavid Storch2015-02-161-3/+3
* SERVER-17062 Make query execution handle WriteConflictExceptions where possibleMathias Stearn2015-02-131-25/+39
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16675 force fetch RecordIds buffered by the query system on saveState()David Storch2015-01-071-2/+2
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-7/+7
* SERVER-15675 Stages should clear their OperationContext in saveState()Jason Rassi2014-11-201-0/+2
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-201-1/+3
* SERVER-15665 MMAP v1 requests yields during page faults via NEED_FETCHDavid Storch2014-11-041-0/+34
* SERVER-15187 Update saved OperationContext in all PlanStagesDavid Percy2014-09-181-0/+1
* SERVER-15187 Add OperationContext parameter to restoreStateDavid Percy2014-09-161-1/+1
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-1/+1
* SERVER-14634 move MultiIteratorStage and PipelineProxyStage into exec/ directoryDavid Storch2014-08-011-0/+108