summaryrefslogtreecommitdiff
path: root/src/mongo/db/geo/geonear.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-10026 migrate geoNear to new exec via rewriteHari Khalsa2013-12-111-274/+0
* SERVER-11178: take access methods from cache when possibleEliot Horowitz2013-10-261-6/+7
* SERVER-11178: geo queries to IndexCatalogEliot Horowitz2013-10-261-11/+21
* SERVER-10471 add s2near stage, enable all 2dsphere queries, enable 2d queries...Hari Khalsa2013-10-041-1/+7
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-1/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10641 Additional input validation for $near, $nearSphere, and geoNear.A. Jesse Jiryu Davis2013-08-281-5/+12
* split out NamespaceIndex into its own file and clean dependencies a bitEliot Horowitz2013-07-071-1/+0
* add multipoint/line/poly. SERVER-8907 SERVER-8349Hari Khalsa2013-06-251-1/+1
* fix geo_near_random1.js by not messing up stats object in geoNear commandHari Khalsa2013-04-231-4/+10
* SERVER-9212 SERVER-8791 kill newCursor and suitability, centralize latterHari Khalsa2013-04-231-6/+14
* SERVER-9212 SERVER-8791 delete the old cursors, migrate geoNear commandHari Khalsa2013-04-231-6/+99
* SERVER-8387 check numWanted in geoNearHari Khalsa2013-02-071-6/+49
* nsdetails takes a StringData, don't call c_str on std::stringEliot Horowitz2012-12-211-1/+1
* SERVER-7122 Add required privileges to more commandsSpencer T Brody2012-12-111-1/+12
* SERVER-7842 geoNear works with 2d and 2dsphereHari Khalsa2012-12-071-0/+78