summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/distinct_scan.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-4/+1
* SERVER-19456 Use final designators where appropriate in PlanStagesMathias Stearn2015-07-231-11/+10
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-1/+3
* SERVER-17364 Unify handling of child stages into PlanStage base classMathias Stearn2015-07-161-8/+2
* SERVER-16889.5 PlanExecutor::getStats() and PlanStage::getStats() return uniq...Qingyang Chen2015-06-291-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-62/+62
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+0
* SERVER-17633 add const qualifiers to PlanStage and Explain interfacesDavid Storch2015-04-171-2/+2
* SERVER-17635 Improve SortedDataInterface::Cursor APIMathias Stearn2015-04-091-40/+3
* SERVER-17623 Fix direct users of BtreeBasedAccessMethod and BtreeIndexCursorMathias Stearn2015-03-191-1/+1
* SERVER-17623 Merge BtreeBasedAccessMethod into IndexAccessMethodMathias Stearn2015-03-191-1/+0
* SERVER-4494 add index version to explain outputDavid Storch2015-02-201-1/+1
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-2/+2
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-1/+1
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-201-1/+1
* SERVER-15528 Refactor DistinctScan to do less in each work() callJason Rassi2014-10-151-2/+20
* SERVER-14633 rename prepareToYield() and recoverFromYield() to saveState() an...David Storch2014-07-291-2/+2
* SERVER-14407 delete dead Runner codeDavid Storch2014-07-221-1/+1
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-1/+1
* SERVER-14408 access stats directly from execution stagesDavid Storch2014-07-081-0/+4
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-1/+4
* SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()David Storch2014-06-271-0/+4
* SERVER-14096 explain find() at queryPlanner verbosityDavid Storch2014-06-111-0/+2
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-2/+2
* SERVER-12640 support distinct on array element. fixed multi-key supportBenety Goh2014-02-131-3/+0
* SERVER-2094 fast distinct when field is indexed and query is fully coveredHari Khalsa2014-01-231-0/+136