summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/index_scan.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-151-7/+15
* SERVER-25156 Add support for building v=2 indexes.Max Hirschhorn2016-09-071-1/+1
* SERVER-24182 Add collation-related information to explain outputTess Avitabile2016-07-051-0/+4
* SERVER-23115 Include path-level multikey information in explain output.Max Hirschhorn2016-05-171-0/+1
* SERVER-22833 Rename MatchExpression::toBSON() to serialize(), and ensure it p...Benjamin Murphy2016-03-141-1/+1
* SERVER-18826 Rename WorkingSet State Names from LOC to RIDJames Wahlin2016-02-051-2/+2
* SERVER-2235 add the number of IXSCAN seeks to explain executionStats outputDavid Storch2016-02-031-0/+4
* SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()Jason Rassi2016-01-141-10/+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-10/+6
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-8/+13
* SERVER-17364 Unify handling of child stages into PlanStage base classMathias Stearn2015-07-161-19/+6
* SERVER-18961 avoid iterating the entire working set when preparing for a Wire...David Storch2015-07-011-1/+1
* SERVER-16889.5 PlanExecutor::getStats() and PlanStage::getStats() return uniq...Qingyang Chen2015-06-291-4/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-209/+209
* address feedback: remove isTTL and expireAfterSecondsMisha Tyulenev2015-06-151-2/+0
* SERVER-3495 added to explain output for stages COUNT_SCAN and IXSCAN: isUniqu...Misha Tyulenev2015-06-151-0/+5
* SERVER-17810 remove matchTested specificStatQingyang Chen2015-06-081-3/+1
* SERVER-16381 last key examined by IXSCAN stage should also count towards keys...David Storch2015-05-081-2/+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-303/+103
* SERVER-17623 Fix direct users of BtreeBasedAccessMethod and BtreeIndexCursorMathias Stearn2015-03-191-16/+10
* SERVER-4494 add index version to explain outputDavid Storch2015-02-201-0/+1
* 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-5/+41
* SERVER-16437 fix bug in IndexScan::restoreState() for the optimized end checkerDavid Storch2015-01-161-4/+22
* SERVER-16437 Revert "Revert "SERVER-16437 IndexScan optimize end checker for ...David Storch2015-01-161-16/+83
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* Revert "SERVER-16437 IndexScan optimize end checker for single interval scans"Jason Rassi2014-12-221-83/+16
* SERVER-16437 IndexScan optimize end checker for single interval scansJason Rassi2014-12-161-16/+83
* 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-15958 initialize IndexScanStats fields isMultiKey and indexName on Ind...David Storch2014-11-121-5/+5
* SERVER-15527 change explain index bounds format from verbose string format to...David Storch2014-10-271-1/+0
* SERVER-15528 Refactor DistinctScan to do less in each work() callJason Rassi2014-10-151-1/+1
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15527 Explain cleanup: use getPlanSummary/indexName helpersJason Rassi2014-10-131-1/+1
* SERVER-15363 fix solaris compileDavid Storch2014-10-021-0/+1
* SERVER-15125 refactor IXSCAN stage to avoid doing too much in one work() cycleDavid Storch2014-09-181-114/+104
* 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: fix transaction nestingEliot Horowitz2014-09-091-7/+10
* SERVER-14742 delete old explain and turn on explain 2.0David Storch2014-09-031-9/+1
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-2/+2
* SERVER-14961 IndexScan over empty range should return EOF immediatelyJason Rassi2014-08-241-11/+9
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14633 rename prepareToYield() and recoverFromYield() to saveState() an...David Storch2014-07-291-2/+2
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-1/+1
* SERVER-14311 account for key skips in plan ranking by returning NEED_TIME in ...David Storch2014-07-111-2/+17