summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/index_scan.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-151-0/+4
* SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()Jason Rassi2016-01-141-1/+1
* 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-13/+11
* 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/+3
* 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-103/+101
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+1
* SERVER-17633 add const qualifiers to PlanStage and Explain interfacesDavid Storch2015-04-171-2/+2
* SERVER-17635 Improve SortedDataInterface::Cursor APIMathias Stearn2015-04-091-36/+24
* SERVER-17623 Fix direct users of BtreeBasedAccessMethod and BtreeIndexCursorMathias Stearn2015-03-191-19/+3
* SERVER-17623 Merge BtreeBasedAccessMethod into IndexAccessMethodMathias Stearn2015-03-191-1/+0
* SERVER-16437 fix bug in IndexScan::restoreState() for the optimized end checkerDavid Storch2015-01-161-6/+3
* SERVER-16437 Revert "Revert "SERVER-16437 IndexScan optimize end checker for ...David Storch2015-01-161-5/+43
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-2/+4
* Revert "SERVER-16437 IndexScan optimize end checker for single interval scans"Jason Rassi2014-12-221-43/+5
* SERVER-16437 IndexScan optimize end checker for single interval scansJason Rassi2014-12-161-5/+43
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-4/+4
* 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-15125 refactor IXSCAN stage to avoid doing too much in one work() cycleDavid Storch2014-09-181-20/+21
* 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-0/+15
* 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-2/+7
* 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-13489 move disk reading out of index scan ctorHari Khalsa2014-04-091-2/+2
* SERVER-13139 replaced index descriptor field with key pattern to eliminate de...Benety Goh2014-03-131-1/+1
* SERVER-10026 some QUERY_MIGRATION cleanupHari Khalsa2014-02-041-4/+5
* SERVER-12213 all indices are btree based indicesHari Khalsa2014-01-171-8/+5
* SERVER-10026 SERVER-12046 SERVER-12113 runner/stage invalidation can be mutat...Hari Khalsa2014-01-141-1/+1
* SERVER-10026 index scan points at next result to avoid delete clobbering itHari Khalsa2014-01-061-0/+5
* SERVER-12213: bulk of index refactor, making catalog/record store come via ca...Eliot Horowitz2013-12-301-3/+3
* SERVER-10026 returnKey in new systemHari Khalsa2013-12-051-1/+5
* SERVER-10026 add maxScan support for new queryHari Khalsa2013-12-041-2/+9
* SERVER-11178: move more CatalogHack calls to IndexCatalogEliot Horowitz2013-10-251-2/+2
* SERVER-10026 move 2d into stages, remove old query from 2d executionHari Khalsa2013-10-241-1/+3
* SERVER-10026 enumeration as strategies, bug fixes galore, build plansHari Khalsa2013-09-181-0/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10026 SERVER-10461 migrate internal coll/ixscan clientsHari Khalsa2013-08-201-24/+29
* SERVER-10376 SERVER-10026 end-to-end part 1: run non-indexed queriesHari Khalsa2013-08-051-4/+7
* SERVER-10026 stage stats, multi plan runner, relevant scaffoldingHari Khalsa2013-07-251-0/+6
* SERVER-10026 syntactic code fixes for WindowsEric Milkie2013-07-021-1/+1
* SERVER-10026 interfaces, index scan stage, debug cmd, jstestHari Khalsa2013-07-011-0/+104