summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/geo_near.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37449 Make geoNear stages use RequiresIndexStage.David Storch2018-12-131-12/+2
* SERVER-37446 Make more PlanStages inherit from RequiresCollectionStage.David Storch2018-11-071-6/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-6/+6
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-19596 Remove implicit circlular dependency in s2_keysKevin Albertson2015-08-111-4/+4
* SERVER-19456 Use final designators where appropriate in PlanStagesMathias Stearn2015-07-231-19/+19
* SERVER-19039 Buffer fetched documents in geoNearBrandon Zhang2015-07-201-1/+8
* SERVER-19097 Add version 3 to 2dsphere indexKevin Albertson2015-07-171-1/+4
* SERVER-17364 Unify handling of child stages into PlanStage base classMathias Stearn2015-07-161-14/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-103/+90
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+2
* SERVER-17280 geo near must propagate saveState()/restoreState() to the Densit...David Storch2015-02-251-2/+14
* SERVER-17280 geo near must propagate invalidate messages to IndexScan used by...David Storch2015-02-251-0/+8
* SERVER-17062 Make query execution handle WriteConflictExceptions where possibleMathias Stearn2015-02-131-2/+4
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-2/+4
* SERVER-15562 Estimate density before near searchSiyuan Zhou2014-10-281-3/+13
* SERVER-14508 Break header dependencies of geo stuffs in query framework.Siyuan Zhou2014-08-211-2/+5
* SERVER-14515 Remove default limit from geoNear operationsSiyuan Zhou2014-08-061-4/+1
* SERVER-5800 changes for geo expression index performance, avoid preprojectingGreg Studer2014-07-231-1/+1
* SERVER-9986 refactor near search for 2D and S2Greg Studer2014-07-091-0/+143