summaryrefslogtreecommitdiff
path: root/src/mongo/db/geo/s2common.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-8391 introduce a (indexObj x doc) -> keys function for upgrade checkingHari Khalsa2014-02-191-30/+0
* SERVER-12175 Add 2dsphere index option "2dsphereIndexVersion"Jason Rassi2014-02-151-0/+7
* SERVER-12166: Promote struct/class mismatch warning to error with GCC/ClangMark Benvenuto2013-12-311-1/+1
* SERVER-10471 add s2near stage, enable all 2dsphere queries, enable 2d queries...Hari Khalsa2013-10-041-9/+9
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-8992 Better error for invalid polygonA. Jesse Jiryu Davis2013-08-291-8/+8
* add multipoint/line/poly. SERVER-8907 SERVER-8349Hari Khalsa2013-06-251-1/+151
* SERVER-9212 SERVER-8791 delete the old cursors, migrate geoNear commandHari Khalsa2013-04-231-2/+0
* migrate 2dsphere index to new interface SERVER-8791 SERVER-9164Hari Khalsa2013-04-101-0/+1
* iterHari Khalsa2013-01-251-15/+0
* speed up 2dsphere near searchHari Khalsa2013-01-251-2/+17
* 2d not suitable for within: geometry queries, more testsHari Khalsa2013-01-221-1/+2
* old point implies radian distance, new point implies meter distanceHari Khalsa2013-01-171-0/+3
* s2*cursor now use same covering size determination. speed up near searchHari Khalsa2013-01-171-0/+6
* allow full non-near geo functionality in matcherHari Khalsa2013-01-141-167/+0
* don't make a btree cursor for empty geometryHari Khalsa2013-01-091-23/+8
* enable within for indexed 2dsphereHari Khalsa2013-01-071-15/+83
* only polygons we deal with in 2dsphere are geojson polygonsHari Khalsa2013-01-071-2/+2
* clean up geo parsing a bitHari Khalsa2012-12-181-6/+6
* near only works w/points, rename intersectHari Khalsa2012-12-131-22/+12
* SERVER-2874 parse old format geo dataHari Khalsa2012-12-061-8/+24
* SERVER-2874 performance fix for s2 intersect, add s2 nearHari Khalsa2012-11-131-0/+188