summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/geo_near.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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