summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/count_scan.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* SERVER-17633 add const qualifiers to PlanStage and Explain interfacesDavid Storch2015-04-171-2/+2
* SERVER-17635 Improve SortedDataInterface::Cursor APIMathias Stearn2015-04-091-127/+39
* SERVER-17623 Fix direct users of BtreeBasedAccessMethod and BtreeIndexCursorMathias Stearn2015-03-191-25/+20
* SERVER-4494 add index version to explain outputDavid Storch2015-02-201-0/+1
* SERVER-17062 rename NEED_FETCH to NEED_YIELDDavid Storch2015-02-161-2/+2
* SERVER-17062 Make query execution handle WriteConflictExceptions where possibleMathias Stearn2015-02-131-3/+23
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-16301 add indexName to the explain output for index access stagesDavid Storch2014-12-051-0/+1
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-5/+5
* 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/+1
* SERVER-15363 fix solaris compileDavid Storch2014-10-021-0/+1
* SERVER-15187 Update saved OperationContext in all PlanStagesDavid Percy2014-09-181-0/+1
* SERVER-15187 Add OperationContext parameter to restoreStateDavid Percy2014-09-161-2/+2
* SERVER-14098 add CountStageDavid Storch2014-09-101-0/+243