summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/geo_near.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26492 terminate density estimation after exceeding $maxDistanceDavid Storch2016-11-221-6/+84
* Revert "SERVER-26492 terminate density estimation after exceeding $maxDistance"David Storch2016-11-141-84/+6
* SERVER-26492 terminate density estimation after exceeding $maxDistanceDavid Storch2016-11-141-6/+84
* SERVER-20096: ExportedServerParameter<T> is not thread-safe for parameters ch...Mark Benvenuto2015-09-221-1/+1
* SERVER-19480 Meaningful geoNear specific statistics after eliminating duplica...Brandon Zhang2015-08-141-4/+4
* SERVER-19596 Remove implicit circlular dependency in s2_keysKevin Albertson2015-08-111-3/+2
* SERVER-15204 Skip unnecessary validation on indexed polygons and linesKevin Albertson2015-08-051-1/+4
* SERVER-19456 Use final designators where appropriate in PlanStagesMathias Stearn2015-07-231-10/+6
* SERVER-19039 Buffer fetched documents in geoNearBrandon Zhang2015-07-201-163/+44
* SERVER-18958 Changes geo query covering levelsKevin Albertson2015-07-171-5/+4
* SERVER-19072 Make S2 index keys numericKevin Albertson2015-07-171-23/+26
* SERVER-18921 Index points to finest levelKevin Albertson2015-07-171-7/+20
* SERVER-19097 Add version 3 to 2dsphere indexKevin Albertson2015-07-171-7/+7
* SERVER-17364 Unify handling of child stages into PlanStage base classMathias Stearn2015-07-161-129/+48
* SERVER-16889 MatchExpression::shallowClone() return unique_ptr<ME>Qingyang Chen2015-06-261-4/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-1061/+973
* SERVER-17308 Remove duplicate std::unique_ptr using-declarationsJason Rassi2015-06-191-1/+0
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-9/+8
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+4
* SERVER-18143 Add fasserts to geo nearKevin Albertson2015-06-091-0/+2
* SERVER-17469 Enable density estimator for 2d nearSphere.Siyuan Zhou2015-03-251-6/+21
* SERVER-17280 geo near must propagate saveState()/restoreState() to the Densit...David Storch2015-02-251-0/+52
* SERVER-17280 geo near must propagate invalidate messages to IndexScan used by...David Storch2015-02-251-0/+37
* SERVER-17062 rename NEED_FETCH to NEED_YIELDDavid Storch2015-02-161-2/+2
* SERVER-17062 Make query execution handle WriteConflictExceptions where possibleMathias Stearn2015-02-131-8/+16
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-16301 add indexName to the explain output for index access stagesDavid Storch2014-12-051-0/+2
* SERVER-15665 MMAP v1 requests yields during page faults via NEED_FETCHDavid Storch2014-11-041-0/+4
* SERVER-15562 Search neighbors for density estimation with 2d indexSiyuan Zhou2014-10-301-61/+69
* SERVER-15562 Estimate density before near searchSiyuan Zhou2014-10-281-44/+307
* SERVER-15576 Floating-point inaccuracy when unhashing GeoHash to boxSiyuan Zhou2014-10-171-2/+2
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15451 Adaptive initial shell in near query with 2d indexSiyuan Zhou2014-10-021-4/+8
* SERVER-14508 Rewrite geo parsing using StatusSiyuan Zhou2014-09-151-6/+2
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-4/+6
* SERVER-14508 Break header dependencies of geo stuffs in query framework.Siyuan Zhou2014-08-211-19/+19
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14510 Custom CRS for strict winding order enforcementSiyuan Zhou2014-08-121-0/+4
* SERVER-14515 Remove default limit from geoNear operationsSiyuan Zhou2014-08-061-15/+2
* SERVER-5800 changes for geo expression index performance, avoid preprojectingGreg Studer2014-07-231-29/+37
* SERVER-9986 refactor near search for 2D and S2Greg Studer2014-07-091-0/+898