summaryrefslogtreecommitdiff
path: root/src/mongo/db/geo/geometry_container.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-58789 Make GeometryContainer copyableDan Larkin-York2022-04-061-0/+40
* SERVER-29262 Retire usage of `OwnedPointerVector` in `write_ops`.Faustoleyva542021-12-011-163/+118
* SERVER-57938 Skip validation for stored geometry if a 2dsphere index existsEric Cox2021-09-141-3/+0
* SERVER-58745 Expose computeGeoNearDistance() as an internal-only DocumentSourceRuoxin Xu2021-08-121-0/+61
* SERVER-57762 Create an internal, bucketed $geoWithin operatorRuoxin Xu2021-08-061-6/+8
* SERVER-58067 Support 2dsphere indexes on time-series measurementsDan Larkin-York2021-07-301-0/+5
* SERVER-52953 $geoNear does not always match coordinate given to 'near' when m...Mihai Andrei2021-03-021-1/+9
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-118/+119
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-2/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-041-3/+3
* SERVER-27968 $geoWithin with $centerSphere should return LineString and Polyg...Tess Avitabile2017-10-101-0/+23
* Revert "SERVER-27968 $geoWithin with $centerSphere should return LineString a...Ramon Fernandez2017-10-101-23/+0
* SERVER-27968 $geoWithin with $centerSphere should return LineString and Polyg...Wan Bachtiar2017-10-101-0/+23
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-101-2/+4
* SERVER-15204 Skip unnecessary validation on indexed polygons and linesKevin Albertson2015-08-051-10/+8
* SERVER-18921 Index points to finest levelKevin Albertson2015-07-171-0/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-913/+988
* SERVER-14508 Rewrite geo parsing using StatusSiyuan Zhou2014-09-151-54/+149
* SERVER-14508 Break header dependencies of geo stuffs in query framework.Siyuan Zhou2014-08-211-1/+1
* SERVER-14510 Custom CRS for strict winding order enforcementSiyuan Zhou2014-08-121-35/+67
* SERVER-5800 changes for geo expression index performance, avoid preprojectingGreg Studer2014-07-231-0/+1090