summaryrefslogtreecommitdiff
path: root/db/geo
Commit message (Expand)AuthorAgeFilesLines
...
* | cache bounding boxes no distance required SERVER-772gregs2011-04-121-8/+8
* | converted to new geohash expand algorithm SERVER-772gregs2011-04-121-71/+72
* | [SERVER-772] Add $polygon capabilties to GeoSpatial SearchBrian Gianforcaro2011-04-121-0/+198
* | working exact distance checks for 2d queries SERVER-2115gregs2011-04-112-73/+401
|/
* additional neighbor box pruning for 2d index speedupgregs2011-04-041-6/+17
* Better handling of boundary conditions SERVER-2389gregs2011-04-041-2/+25
* better $within performance on large 2d queries SERVER-2134gregs2011-04-041-270/+250
* conversion of unneeded caused_by macros to methodsgregs2011-04-011-2/+2
* only add covered matcher manually if a matcher does not exist SERVER-1742gregs2011-04-011-0/+7
* avoid box expand performance cliff with clustered points SERVER-2134gregs2011-03-291-6/+31
* allow multiple locations to be nested in different subdocuments SERVER-838gregs2011-03-281-57/+74
* support for indexing arrays of locations SERVER-838gregs2011-03-281-49/+100
* needed 2 points for correct box expansion SERVER-2832gregs2011-03-251-7/+24
* double bounds for geo query scaling and addn'l error msgs SERVER-2386 SERVER-...gregs2011-03-151-13/+15
* more useful min bounds message SERVER-2388gregs2011-03-151-1/+1
* Changes for SERVER-2746gregs2011-03-141-2/+5
* geo indexing with nested multikeys now works as non-nestedGreg Studer2011-01-281-6/+34
* fix $near with $maxDistance SERVER-2342Mathias Stearn2011-01-271-2/+2
* Revert "Check that no multikeys are inserted into geo-indexes."Greg Studer2011-01-241-11/+2
* Check that no multikeys are inserted into geo-indexes. Currently geo-lookups...Greg Studer2011-01-241-2/+11
* ran astyle SERVER-2304Eliot Horowitz2011-01-043-491/+505
* get if a cursor is a multi keyEliot Horowitz2010-11-151-0/+1
* method on cursor to say if a key might be different than in the objectEliot Horowitz2010-11-121-3/+4
* make isSelf just return false if can't resolve host SERVER-1769Eliot Horowitz2010-11-121-2/+2
* move inl header inclusion to topDwight2010-11-042-2/+2
* move include to top of file from bottomDwight2010-11-042-2/+2
* SERVER-2007 in btree code use const qualifiers to better enforce durability r...Aaron2010-11-031-1/+1
* Faster $box queries SERVER-1392Mathias Stearn2010-10-181-26/+44
* fix 2d extra index params when dottedEliot Horowitz2010-09-081-1/+1
* errno SERVER-1342Mathias Stearn2010-09-021-4/+4
* fix bug in Geo2dType::edgeSize() and add more debugging SERVER-1342Mathias Stearn2010-09-021-2/+13
* Parse $nearSphere queries SERVER-1342Mathias Stearn2010-09-021-1/+13
* $nearSphere bugfixes SERVER-1342Mathias Stearn2010-09-021-5/+11
* Proper ordering of operations in phase 1 of $near SERVER-1342Mathias Stearn2010-09-021-6/+6
* $nearSphere WIP SERVER-1342Mathias Stearn2010-09-021-6/+22
* probably faster to cache farthest() SERVER-1342Mathias Stearn2010-09-021-7/+11
* optimization SERVER-1342Mathias Stearn2010-09-021-0/+10
* $nearSphere checkpoint SERVER-1342Mathias Stearn2010-09-021-35/+70
* _start and _n are the same thing SERVER-1342Mathias Stearn2010-09-021-5/+4
* odd $near bugMathias Stearn2010-08-261-1/+1
* Working $centerSphereMathias Stearn2010-08-241-9/+14
* $centerSphere test and fixes to make it passMathias Stearn2010-08-242-3/+31
* error codesMathias Stearn2010-08-241-1/+1
* rad/deg correctnessMathias Stearn2010-08-241-2/+3
* deg2rad and rad2deg helpersMathias Stearn2010-08-241-2/+5
* Split x and y scanDistance for $center queryMathias Stearn2010-08-241-10/+13
* $centerSphere WIPMathias Stearn2010-08-241-20/+45
* Going back to [X,Y] order to match GeoJSON specMathias Stearn2010-08-242-108/+108
* Swap x and y for pointsMathias Stearn2010-08-192-108/+108
* SERVER-1452 StringData-ing up, c_str()-ing downAlberto Lerner2010-08-181-1/+1