summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/near.cpp
AgeCommit message (Expand)Author
2024-05-23SERVER-90645 Enable tidy check misc-unused-using-decls (#22430)Matt Kneiser
2023-07-31SERVER-79426: fix build issues under clang-15.Colin Stolley
2023-06-22SERVER-78170 Modify read query stages to accept both CollectionPtr and Scoped...Jordi Olivares Provencio
2021-02-09SERVER-53039 Make SpecificStats::clone() return unique_ptrYoonsoo Kim
2020-09-26SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin
2020-06-10SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch
2020-05-29SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch
2020-02-28SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros
2019-09-12SERVER-42981 Make WorkingSetMember compatible for use with the Sorter.David Storch
2019-06-17SERVER-41071 Replace more NULLs with nullptrA. Jesse Jiryu Davis
2019-06-10SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2018-12-13SERVER-37449 Make geoNear stages use RequiresIndexStage.David Storch
2018-11-07SERVER-37446 Make more PlanStages inherit from RequiresCollectionStage.David Storch
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-08-29SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch
2018-02-14SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin
2017-03-10SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin
2017-03-07SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen
2016-02-05SERVER-18826 Rename WorkingSet State Names from LOC to RIDJames Wahlin
2016-01-14SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()Jason Rassi
2015-10-08SERVER-20111 Plan summary should only include the winning planCharlie Swanson
2015-08-27SERVER-16444 Only make BSONObj underlying WSM owned if not mmapv1.Max Hirschhorn
2015-08-24SERVER-16444 Copy data in the query subsystem as needed.Max Hirschhorn
2015-08-14SERVER-19480 Meaningful geoNear specific statistics after eliminating duplica...Brandon Zhang
2015-08-04SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen
2015-07-20SERVER-19039 Buffer fetched documents in geoNearBrandon Zhang
2015-07-16SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn
2015-07-16SERVER-17364 Unify handling of child stages into PlanStage base classMathias Stearn
2015-06-29SERVER-16889.5 PlanExecutor::getStats() and PlanStage::getStats() return uniq...Qingyang Chen
2015-06-20SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto
2015-06-17SERVER-18830 Fixed explain output for geoNearBrandon Zhang
2015-04-17SERVER-17633 add const qualifiers to PlanStage and Explain interfacesDavid Storch
2015-02-25SERVER-17280 geo near must propagate saveState()/restoreState() to the Densit...David Storch
2015-02-25SERVER-17280 geo near must propagate invalidate messages to IndexScan used by...David Storch
2015-02-16SERVER-17062 rename NEED_FETCH to NEED_YIELDDavid Storch
2015-02-13SERVER-17062 Make query execution handle WriteConflictExceptions where possibleMathias Stearn
2015-01-21SERVER-16954 fix invalidation handling in NearStageDavid Storch
2015-01-15SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow
2014-12-22SERVER-16633 Add timer to geo near stage to track execution timeSiyuan Zhou
2014-11-26SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn
2014-11-20SERVER-15675 Stages should clear their OperationContext in saveState()Jason Rassi
2014-11-20SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi
2014-11-04SERVER-15665 MMAP v1 requests yields during page faults via NEED_FETCHDavid Storch
2014-10-28SERVER-15562 Estimate density before near searchSiyuan Zhou
2014-10-01SERVER-15450 Avoid getStats() and keep interval stages as children in NearStageSiyuan Zhou
2014-09-18SERVER-15187 Update saved OperationContext in all PlanStagesDavid Percy
2014-08-25SERVER-13635: OperationContext on read pathsEliot Horowitz
2014-08-06SERVER-14515 Remove default limit from geoNear operationsSiyuan Zhou
2014-07-29SERVER-14633 rename prepareToYield() and recoverFromYield() to saveState() an...David Storch