summaryrefslogtreecommitdiff
path: root/src/mongo/db/geo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-11178: take access methods from cache when possibleEliot Horowitz2013-10-262-7/+9
* SERVER-11178: geo queries to IndexCatalogEliot Horowitz2013-10-261-11/+21
* SERVER-11178: geo haystack to IndexCatalogEliot Horowitz2013-10-261-6/+12
* SERVER-11387 fix geo_full.js and leave breadcrumbs for actually fixing laterHari Khalsa2013-10-251-0/+2
* SERVER-10026 SERVER-11373 fix build issues/bad delete testHari Khalsa2013-10-251-2/+1
* SERVER-10026 move 2d into stages, remove old query from 2d executionHari Khalsa2013-10-247-105/+118
* SERVER-11178: Introduce IndexCatalog and requirementsEliot Horowitz2013-10-231-1/+1
* SERVER-11176 don't allow OOB legacy points to become spherical pointsHari Khalsa2013-10-153-34/+83
* SERVER-9240: ignore duplicate points in Polygon/MultiPolygonDan Pasette2013-10-101-0/+2
* SERVER-10471 add s2near stage, enable all 2dsphere queries, enable 2d queries...Hari Khalsa2013-10-045-113/+127
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-232-2/+2
* SERVER-10285 uassert that s2latlng is valid, print out if it's notHari Khalsa2013-09-101-2/+8
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-0617-0/+204
* SERVER-10641 fix compile for WindowsEric Milkie2013-08-301-0/+8
* SERVER-10641 Stable floating-point comparison when validating min/maxDistanceA. Jesse Jiryu Davis2013-08-301-3/+7
* SERVER-8992 Better error for invalid polygonA. Jesse Jiryu Davis2013-08-294-66/+95
* SERVER-10641 Additional input validation for $near, $nearSphere, and geoNear.A. Jesse Jiryu Davis2013-08-284-25/+63
* SERVER-10376 SERVER-10026 end-to-end part 1: run non-indexed queriesHari Khalsa2013-08-052-7/+13
* Clean up #includes to conform with coding standardDan Pasette2013-07-242-2/+3
* SERVER-9395 Implement $minDistance for geoNear commandA. Jesse Jiryu Davis2013-07-102-12/+42
* split out NamespaceIndex into its own file and clean dependencies a bitEliot Horowitz2013-07-072-2/+0
* SERVER-9341 make log message explicit about format accepted with 2d geoNearDan Pasette2013-07-011-1/+1
* add multipoint/line/poly. SERVER-8907 SERVER-8349Hari Khalsa2013-06-2510-544/+1560
* SERVER-8791 SERVER-9212 retire indexplugin/indextypeHari Khalsa2013-05-024-1022/+6
* SERVER-9401 remove duplicate points in lines because S2 doesn't like themHari Khalsa2013-04-291-0/+12
* 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-234-107/+14
* SERVER-9212 SERVER-8791 delete the old cursors, migrate geoNear commandHari Khalsa2013-04-2310-3240/+110
* migrate 2d and fts command, update logic, SERVER-8791 SERVER-9164Hari Khalsa2013-04-181-13/+4
* migrate fts/haystack + add/del logic SERVER-8791 SERVER-9164 SERVER-9165Hari Khalsa2013-04-121-9/+19
* migrate 2dsphere index to new interface SERVER-8791 SERVER-9164Hari Khalsa2013-04-105-0/+6
* SERVER-9228 don't return dups when s2cursor yields, delegate to underlying bt...Hari Khalsa2013-04-032-1/+8
* SERVER-9064 speed up 2dsphere point-in-poly containmentHari Khalsa2013-04-032-1/+10
* SERVER-9062 don't rely on drem to normalize longitude -- explicitly reject OO...Hari Khalsa2013-03-272-1/+19
* SERVER-8790 Move ParsedQuery out of queryutil and clean some includes.aaron2013-03-212-1/+3
* SERVER-8861 Avoid forming iterator to before beginAndrew Morrow2013-03-151-2/+3
* SERVER-8974 $geoNear alias for $near now works with 2d indexes. Was throwing ...Thomas Rueckstiess2013-03-151-5/+4
* SERVER-8674 Update hyperlinks to point to dochubJason Rassi2013-03-011-1/+1
* iterationHari Khalsa2013-02-121-18/+29
* alias geoNear/near, geoWithin/within.Hari Khalsa2013-02-121-2/+3
* fix incorrect maxDistance if maxDistance specified before the geometry and it...Hari Khalsa2013-02-121-6/+5
* SERVER-8457 explode arrays in 2dsphereHari Khalsa2013-02-121-3/+12
* SERVER-8387 check numWanted in geoNearHari Khalsa2013-02-076-67/+106
* Create local copy of temporary cursor currKeyTad Marshall2013-01-261-1/+2
* iterHari Khalsa2013-01-255-73/+50
* fix for possible out-of-order bugHari Khalsa2013-01-252-1/+8
* speed up 2dsphere near searchHari Khalsa2013-01-254-45/+134
* treat numWanted correctly in 2dsphere, add test for skip/batchsize/etc.Hari Khalsa2013-01-255-34/+10
* 2d not suitable for within: geometry queries, more testsHari Khalsa2013-01-229-35/+107
* unindexed center uses same math funcs as indexed. expand testsHari Khalsa2013-01-222-3/+3