summaryrefslogtreecommitdiff
path: root/src/mongo/db/geo
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-1/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-1/+1
* SERVER-5800 R2Region interface for 2d index covering support, minor refactorGreg Studer2014-05-195-122/+416
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-191-1/+1
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-195-28/+28
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-1/+1
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-1/+1
* SERVER-13666 check that lat/lng are in bounds for near queries even if point ...Hari Khalsa2014-04-211-0/+7
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-1/+1
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-2/+3
* SERVER-11643: remove pdfile.h include all messEliot Horowitz2014-04-031-1/+0
* SERVER-13258 ensure S2 poly loops have 3 points after dedup'ingGreg Studer2014-03-192-0/+14
* SERVER-13181: Query Memory LeaksMark Benvenuto2014-03-171-2/+5
* SERVER-12929 propage error from GeoQuery::parseNewQuery to expression parserBenety Goh2014-03-062-11/+32
* SERVER-12724 fixed index bounds for 2dBenety Goh2014-02-242-0/+24
* SERVER-8391 introduce a (indexObj x doc) -> keys function for upgrade checkingHari Khalsa2014-02-192-32/+0
* SERVER-12175 Add 2dsphere index option "2dsphereIndexVersion"Jason Rassi2014-02-154-0/+31
* SERVER-12120 fixed geo $near deduping. deprecated uniqueDocs option.Benety Goh2014-01-292-13/+7
* re-org structure and catalog directories part 2Eliot Horowitz2014-01-151-1/+1
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-2/+2
* SERVER-12213: removing IndexCatalog::getDescriptor( int )Eliot Horowitz2014-01-091-4/+3
* SERVER-10363 SERVER-11387 pay attention to special geo idx paramsHari Khalsa2014-01-061-12/+0
* SERVER-12166: Promote struct/class mismatch warning to error with GCC/ClangMark Benvenuto2013-12-314-3/+48
* SERVER-10026 migrate geoNear to new exec via rewriteHari Khalsa2013-12-114-349/+8
* Fix compile for geohaystack.cppDan Pasette2013-12-061-0/+1
* fix build on some GCCs by including namespace_details-inl.hHari Khalsa2013-12-061-0/+1
* SERVER-10026 haystack uses runner not btreecursorHari Khalsa2013-12-061-9/+4
* Polygons' interior loops must be contained in the exterior shell, SERVER-10867.A. Jesse Jiryu Davis2013-11-011-0/+7
* SERVER-11178: take access methods from cache when possibleEliot Horowitz2013-10-262-7/+9
* SERVER-11178: geo queries to IndexCatalogEliot Horowitz2013-10-261-11/+21
* SERVER-11178: geo haystack to IndexCatalogEliot Horowitz2013-10-261-6/+12
* SERVER-11387 fix geo_full.js and leave breadcrumbs for actually fixing laterHari Khalsa2013-10-251-0/+2
* SERVER-10026 SERVER-11373 fix build issues/bad delete testHari Khalsa2013-10-251-2/+1
* SERVER-10026 move 2d into stages, remove old query from 2d executionHari Khalsa2013-10-247-105/+118
* SERVER-11178: Introduce IndexCatalog and requirementsEliot Horowitz2013-10-231-1/+1
* SERVER-11176 don't allow OOB legacy points to become spherical pointsHari Khalsa2013-10-153-34/+83
* SERVER-9240: ignore duplicate points in Polygon/MultiPolygonDan Pasette2013-10-101-0/+2
* SERVER-10471 add s2near stage, enable all 2dsphere queries, enable 2d queries...Hari Khalsa2013-10-045-113/+127
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-232-2/+2
* SERVER-10285 uassert that s2latlng is valid, print out if it's notHari Khalsa2013-09-101-2/+8
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-0617-0/+204
* SERVER-10641 fix compile for WindowsEric Milkie2013-08-301-0/+8
* SERVER-10641 Stable floating-point comparison when validating min/maxDistanceA. Jesse Jiryu Davis2013-08-301-3/+7
* SERVER-8992 Better error for invalid polygonA. Jesse Jiryu Davis2013-08-294-66/+95
* SERVER-10641 Additional input validation for $near, $nearSphere, and geoNear.A. Jesse Jiryu Davis2013-08-284-25/+63
* SERVER-10376 SERVER-10026 end-to-end part 1: run non-indexed queriesHari Khalsa2013-08-052-7/+13
* Clean up #includes to conform with coding standardDan Pasette2013-07-242-2/+3
* SERVER-9395 Implement $minDistance for geoNear commandA. Jesse Jiryu Davis2013-07-102-12/+42
* split out NamespaceIndex into its own file and clean dependencies a bitEliot Horowitz2013-07-072-2/+0
* SERVER-9341 make log message explicit about format accepted with 2d geoNearDan Pasette2013-07-011-1/+1