summaryrefslogtreecommitdiff
path: root/src/mongo/db/geo/s2common.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-14508 Break header dependencies of geo stuffs in query framework.Siyuan Zhou2014-08-211-99/+0
* SERVER-9986 refactor near search for 2D and S2Greg Studer2014-07-091-1/+0
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-8/+8
* SERVER-8391 introduce a (indexObj x doc) -> keys function for upgrade checkingHari Khalsa2014-02-191-2/+0
* SERVER-12175 Add 2dsphere index option "2dsphereIndexVersion"Jason Rassi2014-02-151-0/+15
* 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-3/+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-2/+1
* add multipoint/line/poly. SERVER-8907 SERVER-8349Hari Khalsa2013-06-251-0/+39
* SERVER-9212 SERVER-8791 delete the old cursors, migrate geoNear commandHari Khalsa2013-04-231-35/+1
* iterHari Khalsa2013-01-251-15/+0
* speed up 2dsphere near searchHari Khalsa2013-01-251-0/+16
* fix for lintEric Milkie2013-01-191-1/+1
* old point implies radian distance, new point implies meter distanceHari Khalsa2013-01-171-0/+2
* s2*cursor now use same covering size determination. speed up near searchHari Khalsa2013-01-171-0/+1
* allow full non-near geo functionality in matcherHari Khalsa2013-01-141-40/+0
* don't make a btree cursor for empty geometryHari Khalsa2013-01-091-2/+2
* enable within for indexed 2dsphereHari Khalsa2013-01-071-4/+16
* clean up geo parsing a bitHari Khalsa2012-12-181-1/+1
* near only works w/points, rename intersectHari Khalsa2012-12-131-6/+4
* SERVER-2874 parse old format geo dataHari Khalsa2012-12-061-7/+7
* SERVER-2874 performance fix for s2 intersect, add s2 nearHari Khalsa2012-11-131-3/+18
* SERVER-2874 add s2 indexing and cursorHari Khalsa2012-11-051-0/+84