summaryrefslogtreecommitdiff
path: root/db/geo
Commit message (Expand)AuthorAgeFilesLines
* return arrays if arrays given SERVER-3661gregs2011-11-161-1/+4
* need to add error value to bounding boxes on polygons + boxes SERVER-3725gregs2011-09-061-10/+22
* SERVER-3670 polygon edge case fixesgregs2011-08-221-4/+35
* add error bounds to polygon bboxgregs2011-08-041-1/+1
* return locations with documents if specified in geoNear - SERVER-3139gregs2011-08-041-0/+11
* buildbot win32 fix and minor change for SERVER-3500gregs2011-08-011-7/+10
* full API change to command interface, add options SERVER-3405gregs2011-07-272-3/+3
* fix for 32 bit geogregs2011-07-271-2/+6
* change name of extra explain function for cursor - SERVER-3277gregs2011-07-271-1/+1
* const operators for geohashesgregs2011-07-271-2/+7
* output the regions searched in explain for 2d searches - SERVER-3277gregs2011-07-271-2/+31
* utility functions for logging / debugginggregs2011-07-271-1/+13
* only need to search until box is 1/2 width, our completion scan will catch th...gregs2011-07-271-2/+2
* tracking for fixes for SERVER-3277gregs2011-07-271-7/+31
* factor out $near extra point processing for each point - SERVER-3139gregs2011-07-271-4/+19
* refactor point checks into single method - SERVER-3139gregs2011-07-271-43/+39
* working $near / geoNear with uniqueDocs, no syntax support for $near yet - SE...gregs2011-07-271-87/+319
* support for $uniqueDocs in $within queries - SERVER-3139gregs2011-07-271-71/+90
* refactoring, working as before, can now work on multi-points - SERVER-3139gregs2011-07-271-14/+15
* first draft of fixes... SERVER-3139gregs2011-07-271-369/+381
* recheck ok() - fix for the fix SERVER-3428gregs2011-07-141-3/+3
* don't advance iterator if empty/at end for geo cursor SERVER-3428gregs2011-07-141-1/+8
* enable large $within queries for newer incremental return SERVER-1648gregs2011-06-281-1/+2
* fix temp var issuedwight2011-06-271-3/+1
* an index v1 buf fix and a bunch of cleaning/safetydwight2011-06-272-3/+4
* commentdwight2011-06-271-1/+3
* support geo indexes with v1 indexdwight2011-06-272-44/+78
* standardize matcher variablesAaron2011-06-151-2/+2
* SERVER-480 SERVER-2884 Perform in memory sorts by generating keys suitable fo...Aaron2011-06-022-4/+4
* exact points included in polygongregs2011-05-221-0/+4
* SERVER-2977 add yielding, simple ordering, and some exception handling to que...Aaron2011-05-171-0/+4
* use 2d index for exact matches too - SERVER-2968gregs2011-05-111-62/+74
* don't override cursor matcher with default op matchergregs2011-05-111-6/+24
* no volatile reqd for 64-bit systems SERVER-2940gregs2011-05-061-11/+18
* elim warnings on visualc++ and a couple assertsdwight2011-05-061-3/+10
* check spherical earth query bounds SERVER-2980gregs2011-05-062-10/+27
* far is VC++ keywordgregs2011-05-051-8/+8
* compile pleasegregs2011-05-051-2/+2
* each location is a unique snowflake - don't merge in returned setgregs2011-05-051-2/+2
* finish around logic for SERVER-1348gregs2011-05-052-44/+81
* Refactor for consolidation of near-query logic SERVER-1348gregs2011-05-052-399/+382
* Merge branch 'master' into mainDwight2011-05-032-38/+47
|\
| * checkpoint index v2 workDwight2011-04-212-9/+6
| * versions for btree. checkpointing so farDwight2011-04-201-14/+26
| * indexkey workDwight2011-04-111-7/+6
* | SERVER-958 Update matcher and matcher usage for better non single key range s...Aaron2011-04-251-1/+1
* | single hash key for multiple locations at same hash value SERVER-2944gregs2011-04-181-162/+47
* | fix for exact spherical checks and test SERVER-2951gregs2011-04-151-20/+42
* | exact results for polygon searches SERVER-772gregs2011-04-131-24/+124
* | fix for bad optimization on linux32 SERVER-2940gregs2011-04-121-4/+20