summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_geo.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-14510 Custom CRS for strict winding order enforcementSiyuan Zhou2014-08-121-0/+4
* SERVER-5800 changes for geo expression index performance, avoid preprojectingGreg Studer2014-07-231-0/+6
* SERVER-9986 refactor near search for 2D and S2Greg Studer2014-07-091-4/+5
* SERVER-14096 explain find() at queryPlanner verbosityDavid Storch2014-06-111-0/+8
* SERVER-5800 convert 2d predicate queries into covered index scansGreg Studer2014-06-101-7/+8
* SERVER-5800 R2Region interface for 2d index covering support, minor refactorGreg Studer2014-05-191-3/+9
* SERVER-10026 evaluating matcher of idx-only expression returns true instead o...Hari Khalsa2013-11-061-3/+4
* SERVER-10026 move 2d into stages, remove old query from 2d executionHari Khalsa2013-10-241-2/+2
* SERVER-10471 add s2near stage, enable all 2dsphere queries, enable 2d queries...Hari Khalsa2013-10-041-5/+15
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10026 SERVER-10471 begin more sustainable planning approachHari Khalsa2013-08-291-2/+14
* SERVER-10376 SERVER-10026 end-to-end part 1: run non-indexed queriesHari Khalsa2013-08-051-0/+44
* SERVER-9820: Introduce Path and iterators such that all bson walking logic is...Eliot Horowitz2013-05-301-2/+1
* SERVER-6400: cleaning api for performanceEliot Horowitz2013-05-091-3/+3
* SERVER-6400: MatchExpression version of Matcher code complete.Eliot Horowitz2013-05-061-0/+66