summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/index_scan.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-1/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-5/+5
* SERVER-46290 Skip evaluation of tautoligical MatchExpressionsJustin Seyster2020-02-221-5/+3
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-42979 Implement WorkingSet::extract() and WorkingSet::emplace().David Storch2019-09-131-1/+2
* SERVER-42981 Make WorkingSetMember compatible for use with the Sorter.David Storch2019-09-121-2/+2
* SERVER-42248 Remove SortedDataInterface::seek() which accepts a BSONObjXiangyu Yao2019-08-291-4/+18
* SERVER-42354 Remove SortedDataInterface::seek() which accepts a SeekPointXiangyu Yao2019-08-261-3/+10
* SERVER-42288 Consolidate Document and WorkingSetMember metadata implementations.David Storch2019-07-261-3/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-3/+4
* 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-27/+30
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37417 Plans using $** wildcard indices can return duplicate resultsyarai2018-10-151-8/+1
* SERVER-36931 Handle returnKey option for $** indexesyarai2018-09-211-3/+3
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-16/+0
* SERVER-35500 Implement special bounds generation for allPaths indexesBernard Gorman2018-08-101-23/+17
* SERVER-35044 Remove maxScan query optionJames Wahlin2018-06-111-3/+0
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-1/+1
* SERVER-32570 Clean up stale TODO comments in the query system.David Storch2018-01-091-1/+0
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-0/+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-3/+3
* 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