summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/fetch.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73141 Generate query shape for expressions in expression_leaf.hCharlie Swanson2023-02-111-4/+2
* SERVER-65360 Streamline handlePlanStageYield function signatureJosef Ahmad2022-07-131-1/+0
* SERVER-65360 Handle TemporarilyUnavailableException in query execJosef Ahmad2022-07-121-17/+28
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-101-1/+1
* SERVER-57127 WorkingSetCommon::fetch() accepts CollectionPtrBenety Goh2021-06-041-2/+3
* SERVER-55887 remove unowned_ptrBilly Donahue2021-04-211-1/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+1
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-6/+0
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-5/+5
* SERVER-46290 Skip evaluation of tautoligical MatchExpressionsJustin Seyster2020-02-221-1/+1
* SERVER-40620 uassert and log when fetching dangling index entryJustin Seyster2020-01-171-1/+1
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42852 Make PlanStage consistently hold children by unique_ptr.David Storch2019-09-041-2/+2
* 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-4/+4
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-01-301-1/+1
* SERVER-37447 Introduce RequiresIndexStage and use for IXSCAN.David Storch2018-11-271-2/+2
* SERVER-37445 Make FETCH stage check collection validity on restoreState().David Storch2018-10-311-8/+10
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36156 Delete RecordFetcher.David Storch2018-09-051-14/+1
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-12/+0
* SERVER-34725: Group and count plan stages do not set the WorkingSetID output ...Nick Zolnierz2018-05-011-9/+3
* SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNSKaloian Manassiev2017-07-261-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-4/+4
* 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-8/+8
* SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()Jason Rassi2016-01-141-16/+1
* SERVER-20111 Plan summary should only include the winning planCharlie Swanson2015-10-081-1/+1
* SERVER-16444 Only make BSONObj underlying WSM owned if not mmapv1.Max Hirschhorn2015-08-271-1/+1
* SERVER-16444 Copy data in the query subsystem as needed.Max Hirschhorn2015-08-241-0/+3
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-9/+5
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-3/+13
* SERVER-17364 Unify handling of child stages into PlanStage base classMathias Stearn2015-07-161-28/+11
* SERVER-18961 avoid iterating the entire working set when preparing for a Wire...David Storch2015-07-011-2/+2
* 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-186/+184
* 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-17/+17
* SERVER-2454 Improve PlanExecutor::DEAD handlingJames Wahlin2015-06-091-1/+1
* SERVER-17810 remove matchTested specificStatQingyang Chen2015-06-081-4/+0
* SERVER-17633 add const qualifiers to PlanStage and Explain interfacesDavid Storch2015-04-171-2/+2
* SERVER-17062 rename NEED_FETCH to NEED_YIELDDavid Storch2015-02-161-7/+7
* SERVER-17062 Make query execution handle WriteConflictExceptions where possibleMathias Stearn2015-02-131-33/+40
* SERVER-16512 add comment explaining 'docsExamined' tracking in the FetchStageDavid Storch2015-01-151-0/+14
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-3/+3
* SERVER-15675 Stages should clear their OperationContext in saveState()Jason Rassi2014-11-201-0/+2
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-201-3/+3