summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/text.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-12/+11
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37448 Make remaining PlanStages check catalog validity on restore.David Storch2018-11-271-3/+5
* SERVER-37447 Introduce RequiresIndexStage and use for IXSCAN.David Storch2018-11-271-1/+1
* 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-0/+1
* SERVER-35500 Implement special bounds generation for allPaths indexesBernard Gorman2018-08-101-3/+1
* SERVER-26833 Non-blocking text queries when projection ignores score.Justin Seyster2017-10-191-9/+37
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-7/+7
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-151-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-4494 Explain includes index version for 2dsphere and text stages.Benjamin Murphy2016-02-041-0/+1
* SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()Jason Rassi2016-01-141-24/+2
* SERVER-21690 TextOrStage should fetch doc when RecordId first observedJason Rassi2015-12-011-5/+1
* SERVER-20111 Plan summary should only include the winning planCharlie Swanson2015-10-081-1/+1
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-2/+3
* SERVER-17364 Unify handling of child stages into PlanStage base classMathias Stearn2015-07-161-32/+5
* SERVER-19109 Refactor text stage into matcher and scorer stageAdam Chelminski2015-07-091-355/+39
* SERVER-18961 avoid iterating the entire working set when preparing for a Wire...David Storch2015-07-011-10/+19
* SERVER-16889.5 PlanExecutor::getStats() and PlanStage::getStats() return uniq...Qingyang Chen2015-06-291-5/+7
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-353/+336
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-091-6/+14
* SERVER-17633 add const qualifiers to PlanStage and Explain interfacesDavid Storch2015-04-171-2/+2
* SERVER-17894 de-inlined InternalPlannerBenety Goh2015-04-141-0/+1
* SERVER-17437 Case-sensitive mode for FTSQuery/FTSMatcherJason Rassi2015-03-121-7/+7
* SERVER-17062 rename NEED_FETCH to NEED_YIELDDavid Storch2015-02-161-6/+6
* SERVER-17062 Make query execution handle WriteConflictExceptions where possibleMathias Stearn2015-02-131-92/+140
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-5/+5
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-16675 force fetch RecordIds buffered by the query system on saveState()David Storch2015-01-071-20/+44
* SERVER-16390: Text stage fetches document twice if phrase or negation filter ...Mark Benvenuto2014-12-221-2/+5
* 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-6/+6
* SERVER-15675 Stages should clear their OperationContext in saveState()Jason Rassi2014-11-201-0/+2
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-201-2/+2
* SERVER-15665 MMAP v1 requests yields during page faults via NEED_FETCHDavid Storch2014-11-041-0/+3
* SERVER-15363 fix solaris compileDavid Storch2014-10-021-0/+1
* SERVER-15187 Update saved OperationContext in all PlanStagesDavid Percy2014-09-181-0/+1
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-7/+11
* SERVER-14633 rename prepareToYield() and recoverFromYield() to saveState() an...David Storch2014-07-291-4/+4
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-2/+2
* SERVER-14408 access stats directly from execution stagesDavid Storch2014-07-081-2/+9
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-4/+6
* SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()David Storch2014-06-271-0/+8
* SERVER-14096 explain find() at queryPlanner verbosityDavid Storch2014-06-111-1/+14
* SERVER-13922 remove query yielding cruftHari Khalsa2014-06-031-3/+0
* SERVER-13632 Get rid of DiskLoc::obj (Part 1)Kaloian Manassiev2014-04-261-6/+13
* SERVER-12037 Text query stage correctly track various stage statsJason Rassi2014-03-111-6/+27
* SERVER-12931 add failure status to working set if child stage fails without p...Benety Goh2014-02-271-0/+9