summaryrefslogtreecommitdiff
path: root/db/index_geo2d.cpp
Commit message (Expand)AuthorAgeFilesLines
* smarter about box diving for $nearEliot Horowitz2010-06-141-10/+14
* fix box computation a bitEliot Horowitz2010-06-141-23/+25
* Add an error term for distance comparisons in geo search. Part of SERVER-848...Richard Kreuter2010-06-081-2/+10
* some $near optimizationEliot Horowitz2010-06-071-5/+14
* small thingsdwight2010-06-051-2/+2
* geo speedEliot Horowitz2010-06-051-5/+2
* trying faster unhashEliot Horowitz2010-06-051-2/+63
* convert massert and uassert back to macrosMathias Stearn2010-05-141-1/+1
* Squashed commit of the following:Richard Kreuter2010-05-111-5/+14
* auto_ptr -> shared_ptr for Cursor objectsEliot Horowitz2010-05-071-5/+5
* Command::run gets "test" not "test.$cmd"Eliot Horowitz2010-05-031-4/+4
* uassert option for richer messages and better logging for geo issuesEliot Horowitz2010-04-281-1/+1
* stdafx->pchDwight2010-04-271-1/+1
* more /_commandsDwight2010-04-231-0/+1
* /_commands in the http interfaceDwight2010-04-231-4/+4
* slight tweak to maxDistance SERVER-1027Eliot Horowitz2010-04-211-1/+1
* faster! Ordering classDwight Merriman2010-04-201-4/+7
* fix maxDistance SERVER-1027Eliot Horowitz2010-04-161-2/+11
* $maxDistance for $near SERVER-813Eliot Horowitz2010-04-011-1/+7
* first cut at radius limiting $near SERVER-813Eliot Horowitz2010-04-011-6/+16
* fix looping with circle queries for geoEliot Horowitz2010-03-251-5/+9
* variable fudge for double issuesEliot Horowitz2010-03-241-2/+7
* fix geo with limit with sparse results SERVER-795Eliot Horowitz2010-03-221-3/+10
* debugging offEliot Horowitz2010-03-191-2/+2
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2010-03-191-4/+4
|\
| * typo: geo near command arg is distanceMultiplier nowMike Dirolf2010-03-191-4/+4
* | fix $box corner cases SERVER-791Eliot Horowitz2010-03-191-21/+71
|/
* allow empty geo objects, but not 1 field which is invalidEliot Horowitz2010-03-181-3/+7
* query optimizer would sometimes swap out geo index SERVER-780Eliot Horowitz2010-03-181-5/+19
* some Cursors may not support get moreEliot Horowitz2010-03-171-4/+4
* fix empty result from $box or $centerEliot Horowitz2010-03-171-1/+8
* some fudge factor for floating pointEliot Horowitz2010-03-171-8/+8
* debugging and fix test for linux-32 after HOURS wasted chasing a phantom bugEliot Horowitz2010-03-171-7/+22
* better debuggingEliot Horowitz2010-03-171-0/+1
* some cleaning and hasPrefix fixesEliot Horowitz2010-03-171-10/+27
* cleaningEliot Horowitz2010-03-161-8/+5
* bounding box $box queries SERVER-690Eliot Horowitz2010-03-161-3/+118
* $center queryies for geo SERVER-690Eliot Horowitz2010-03-161-81/+306
* some prep for geo $within SERVER-690Eliot Horowitz2010-03-151-5/+9
* more geo assertsEliot Horowitz2010-03-131-2/+4
* fix boundary geo case SERVER-740Eliot Horowitz2010-03-121-4/+22
* allow re-sorting for geo searches SERVER-730Eliot Horowitz2010-03-101-2/+1
* geo: handle empty collectionEliot Horowitz2010-03-101-2/+5
* Merge branch 'master' of git@github.com:mongodb/mongodwight2010-03-061-102/+332
|\
| * better matching info hookEliot Horowitz2010-03-031-4/+4
| * fix for geo with embedded loc SERVER-694Eliot Horowitz2010-03-021-2/+2
| * turn off debuggingEliot Horowitz2010-03-011-2/+2
| * handle multiple geo indexes with $near SERVER-686Eliot Horowitz2010-03-011-3/+6
| * better error message for old indexEliot Horowitz2010-03-011-1/+1
| * geo index doesn't break non-geo search on same fieldEliot Horowitz2010-03-011-1/+19