summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_geo.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62492 $geoWithin shouldn't accept multiple shapesMaddie Zechar2022-09-011-0/+6
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-58789 Make GeometryContainer copyableDan Larkin-York2022-04-061-4/+27
* SERVER-57765:Allow partial filter expression to use $_internalBucketGeoWithinMaddie Zechar2021-08-271-9/+21
* Revert "SERVER-32739: allow limit in $filter expression"Maddie Zechar2021-08-271-21/+9
* SERVER-32739: allow limit in $filter expressionMaddie Zechar2021-08-271-9/+21
* Revert "SERVER-58443 Translate $near/$nearSphere on a view to $geoNear"David Percy2021-08-191-1/+0
* SERVER-58443 Translate $near/$nearSphere on a view to $geoNearDavid Percy2021-08-111-0/+1
* SERVER-56928 Fix bug with findOne() query that uses $near operatorMihai Andrei2021-05-171-2/+5
* SERVER-22473 Return error status when parsing GeoNear exrpession instead of e...joshua2021-03-301-10/+21
* SERVER-48900 Remove format-string arguments from logv2 statementsMilena Ivanova2020-08-201-4/+1
* SERVER-42046: Remove redundant moves from query codeNikita Lapkov2020-08-141-2/+2
* SERVER-49210 Implement validation error generation for geospatial and bitwise...Mindaugas Malinauskas2020-08-131-5/+13
* SERVER-48353 logv2 cleanup for db/query, s/query, db/views, db/matcherMindaugas Malinauskas2020-06-081-2/+5
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-3/+3
* SERVER-43349 Accommodate double $nots during serializationCharlie Swanson2019-11-271-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-12/+9
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-3/+3
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-4/+3
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-13/+11
* SERVER-40267 Clean up debug string generation for MatchExpression.David Storch2019-03-221-4/+4
* SERVER-39019 Fix incorrect $elemMatch $ne serializationJames Wahlin2019-02-191-7/+7
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-30783 Move init() logic to MatchExpression constructorsBlake Oler2017-11-141-20/+28
* SERVER-30245 Make ArrayMatchingMatchExpression inherit from PathMatchExpression.David Storch2017-08-021-5/+3
* SERVER-29814 Move BSONObj::MatchType/BSONElement::getGtLtOp() to matcherJames Wahlin2017-07-211-5/+7
* SERVER-29618 fix serialization of geo match expressionsKyle Suarez2017-06-271-3/+11
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-2/+2
* SERVER-24991 log redaction for matcher, ops, pipeline, queryThomas Schubert2016-09-021-1/+1
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-2/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-8/+11
* SERVER-21612 Reorder lookup and match.Benjamin Murphy2016-04-251-2/+2
* SERVER-22833 Rename MatchExpression::toBSON() to serialize(), and ensure it p...Benjamin Murphy2016-03-141-2/+2
* SERVER-19783 Fixed uassert codeBenjamin Murphy2016-02-111-1/+1
* SERVER-19783 geoNear, near, and nearSphere correctly handle adjacent and chil...Benjamin Murphy2016-02-111-0/+8
* SERVER-15204 Skip unnecessary validation on indexed polygons and linesKevin Albertson2015-08-051-1/+3
* SERVER-16889 MatchExpression::shallowClone() return unique_ptr<ME>Qingyang Chen2015-06-261-6/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-332/+334
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-16912 finish implementation of GeoMatchExpression::equivalent().Qingyang Chen2015-06-101-6/+2
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14508 Better error messages from GeoJSON parsingSiyuan Zhou2014-09-221-10/+16
* SERVER-14508 Rewrite geo parsing using StatusSiyuan Zhou2014-09-151-80/+54
* SERVER-14508 Break header dependencies of geo stuffs in query framework.Siyuan Zhou2014-08-211-4/+298