summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_geo.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49210 Implement validation error generation for geospatial and bitwise...Mindaugas Malinauskas2020-08-131-2/+6
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+79
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+4
* SERVER-40267 Clean up debug string generation for MatchExpression.David Storch2019-03-221-2/+2
* SERVER-39019 Fix incorrect $elemMatch $ne serializationJames Wahlin2019-02-191-2/+2
* 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-9/+9
* Reapply "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-291-0/+8
* Revert "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-281-8/+0
* SERVER-30991 Introduce MatchExpression::optimize().Justin Seyster2017-09-281-0/+8
* SERVER-30245 Make ArrayMatchingMatchExpression inherit from PathMatchExpression.David Storch2017-08-021-3/+6
* SERVER-29618 fix serialization of geo match expressionsKyle Suarez2017-06-271-6/+4
* SERVER-22833 Rename MatchExpression::toBSON() to serialize(), and ensure it p...Benjamin Murphy2016-03-141-2/+2
* SERVER-15204 Skip unnecessary validation on indexed polygons and linesKevin Albertson2015-08-051-1/+11
* SERVER-16889 MatchExpression::shallowClone() return unique_ptr<ME>Qingyang Chen2015-06-261-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-122/+133
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-3/+2
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-2/+4
* SERVER-14508 Better error messages from GeoJSON parsingSiyuan Zhou2014-09-221-1/+1
* SERVER-14508 Rewrite geo parsing using StatusSiyuan Zhou2014-09-151-3/+4
* SERVER-14508 Break header dependencies of geo stuffs in query framework.Siyuan Zhou2014-08-211-8/+86
* SERVER-5800 changes for geo expression index performance, avoid preprojectingGreg Studer2014-07-231-1/+1
* SERVER-9986 refactor near search for 2D and S2Greg Studer2014-07-091-3/+4
* SERVER-14096 explain find() at queryPlanner verbosityDavid Storch2014-06-111-0/+4
* SERVER-5800 convert 2d predicate queries into covered index scansGreg Studer2014-06-101-3/+7
* SERVER-10026 migrate geoNear to new exec via rewriteHari Khalsa2013-12-111-1/+0
* SERVER-10471 add s2near stage, enable all 2dsphere queries, enable 2d queries...Hari Khalsa2013-10-041-2/+8
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10376 SERVER-10026 end-to-end part 1: run non-indexed queriesHari Khalsa2013-08-051-1/+23
* SERVER-6400: MatchExpression version of Matcher code complete.Eliot Horowitz2013-05-061-0/+47