summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/multi_iterator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37447 Introduce RequiresIndexStage and use for IXSCAN.David Storch2018-11-271-2/+2
* SERVER-37446 Make more PlanStages inherit from RequiresCollectionStage.David Storch2018-11-071-18/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36156 Delete RecordFetcher.David Storch2018-09-051-13/+1
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-15/+0
* SERVER-35973 Report MULTI_ITERATOR common exec stats correctly.David Storch2018-07-161-1/+1
* SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNSKaloian Manassiev2017-07-261-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-4/+4
* SERVER-18826 Rename WorkingSet State Names from LOC to RIDJames Wahlin2016-02-051-2/+2
* SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()Jason Rassi2016-01-141-1/+1
* SERVER-21057: Undo MMAPv1 invalidations on rollbackGeert Bosch2015-10-231-1/+1
* SERVER-19708: Move RecordCursor::seekExact to derived SeekableRecordStore classGeert Bosch2015-08-281-1/+1
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-8/+4
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-7/+19
* SERVER-17364 Unify handling of child stages into PlanStage base classMathias Stearn2015-07-161-11/+10
* SERVER-18961 avoid iterating the entire working set when preparing for a Wire...David Storch2015-07-011-8/+2
* SERVER-16889.5 PlanExecutor::getStats() and PlanStage::getStats() return uniq...Qingyang Chen2015-06-291-6/+9
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-96/+92
* 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