summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/query_stage_near.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-52835 Nested LFR lock helpers should read from copied CollectionCatalogDianna Hohensee2021-01-081-1/+1
* SERVER-53427 Infrastructure changes to support nested LFR operationsDianna Hohensee2020-12-181-1/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-5/+5
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-2/+8
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-8/+8
* SERVER-25023 Allow multiple indexes on the same fields with different partial...Bernard Gorman2020-04-251-2/+8
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-6/+14
* SERVER-42181 Make WorkingSetMember hold Document instead of BSONObjMartin Neupauer2019-08-291-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-41071 Replace more NULLs with nullptrA. Jesse Jiryu Davis2019-06-171-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-1/+1
* SERVER-37449 Make yield recovery throw if Database has been closed and reopened.David Storch2018-12-181-2/+3
* SERVER-37449 Make geoNear stages use RequiresIndexStage.David Storch2018-12-131-8/+19
* SERVER-37446 Make more PlanStages inherit from RequiresCollectionStage.David Storch2018-11-071-6/+23
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-2/+2
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-101-4/+7
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-3/+3
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-251-6/+14
* Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer...Waley Chen2016-05-181-14/+6
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-171-6/+14
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-0/+2
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-2/+0
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-0/+2
* SERVER-22186 query_stage_near now uses QueuedDataStage instead of MockStage.Benjamin Murphy2016-02-031-54/+14
* SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()Jason Rassi2016-01-141-3/+1
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-1/+1
* SERVER-19456 Use final designators where appropriate in PlanStagesMathias Stearn2015-07-231-12/+8
* SERVER-19039 Buffer fetched documents in geoNearBrandon Zhang2015-07-201-4/+7
* SERVER-17364 Unify handling of child stages into PlanStage base classMathias Stearn2015-07-161-37/+7
* 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-2/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-198/+180
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1
* SERVER-17633 add const qualifiers to PlanStage and Explain interfacesDavid Storch2015-04-171-2/+2
* SERVER-17280 geo near must propagate saveState()/restoreState() to the Densit...David Storch2015-02-251-3/+5
* SERVER-17280 geo near must propagate invalidate messages to IndexScan used by...David Storch2015-02-251-0/+6
* SERVER-17062 Make query execution handle WriteConflictExceptions where possibleMathias Stearn2015-02-131-0/+7
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-3/+3
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-1/+1
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-201-1/+1
* 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-9986 refactor near search for 2D and S2Greg Studer2014-07-091-0/+269