summaryrefslogtreecommitdiff
path: root/src/mongo/db/geo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-9986 refactor near search for 2D and S2Greg Studer2014-07-0911-230/+363
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-2/+2
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-0/+5
* SERVER-14350 validate distances for circular regions in $near/$withinGreg Studer2014-06-302-0/+5
* SERVER-13635 RIP pdfile.h/cppMathias Stearn2014-06-231-1/+0
* SERVER-14192 Add covering for annulusSiyuan Zhou2014-06-134-28/+174
* SERVER-14229 correct error message for 2d index bounds invalidGreg Studer2014-06-111-1/+1
* SERVER-5800 convert 2d predicate queries into covered index scansGreg Studer2014-06-107-66/+237
* SERVER-14192 Add circle / polygon containment and intersection testSiyuan Zhou2014-06-095-10/+408
* SERVER-13619 basic 2d geohash covering generatorSiyuan Zhou2014-06-026-3/+752
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-1/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-1/+1
* 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