summaryrefslogtreecommitdiff
path: root/src/mongo/db/geo/geoquery.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-5800 changes for geo expression index performance, avoid preprojectingGreg Studer2014-07-231-238/+0
* SERVER-9986 refactor near search for 2D and S2Greg Studer2014-07-091-13/+46
* SERVER-5800 convert 2d predicate queries into covered index scansGreg Studer2014-06-101-15/+19
* SERVER-5800 R2Region interface for 2d index covering support, minor refactorGreg Studer2014-05-191-12/+29
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-7/+7
* SERVER-12929 propage error from GeoQuery::parseNewQuery to expression parserBenety Goh2014-03-061-2/+2
* SERVER-12175 Add 2dsphere index option "2dsphereIndexVersion"Jason Rassi2014-02-151-0/+5
* SERVER-12120 fixed geo $near deduping. deprecated uniqueDocs option.Benety Goh2014-01-291-11/+4
* SERVER-10026 migrate geoNear to new exec via rewriteHari Khalsa2013-12-111-3/+6
* SERVER-10026 move 2d into stages, remove old query from 2d executionHari Khalsa2013-10-241-3/+9
* SERVER-10471 add s2near stage, enable all 2dsphere queries, enable 2d queries...Hari Khalsa2013-10-041-15/+36
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10376 SERVER-10026 end-to-end part 1: run non-indexed queriesHari Khalsa2013-08-051-1/+12
* SERVER-9395 Implement $minDistance for geoNear commandA. Jesse Jiryu Davis2013-07-101-3/+6
* add multipoint/line/poly. SERVER-8907 SERVER-8349Hari Khalsa2013-06-251-41/+49
* SERVER-9064 speed up 2dsphere point-in-poly containmentHari Khalsa2013-04-031-0/+3
* 2d not suitable for within: geometry queries, more testsHari Khalsa2013-01-221-1/+1
* old point implies radian distance, new point implies meter distanceHari Khalsa2013-01-171-4/+8
* allow full non-near geo functionality in matcherHari Khalsa2013-01-141-0/+115