| Commit message (Expand) | Author | Age | Files | Lines |
* | SERVER-48353 logv2 cleanup for db/query, s/query, db/views, db/matcher | Mindaugas Malinauskas | 2020-06-08 | 1 | -2/+5 |
* | SERVER-47735 change mongo source over to logv2 | Billy Donahue | 2020-04-26 | 1 | -1/+1 |
* | SERVER-45567 removing util/log.h where I can | Gabriel Russell | 2020-02-21 | 1 | -3/+3 |
* | SERVER-43349 Accommodate double $nots during serialization | Charlie Swanson | 2019-11-27 | 1 | -1/+1 |
* | SERVER-41772 Apply clang-format 7.0.1 to the codebase | clang-format-7.0.1 | 2019-07-27 | 1 | -12/+9 |
* | SERVER-41071 Replace NULL and 0 with nullptr | A. Jesse Jiryu Davis | 2019-06-14 | 1 | -3/+3 |
* | SERVER-39339 Remove `stdx/memory.h` | ADAM David Alan Martin | 2019-06-10 | 1 | -2/+2 |
* | SERVER-40476 remove mongoutils::str | Billy Donahue | 2019-04-09 | 1 | -4/+3 |
* | SERVER-40476 remove mongoutils::str::equals | Billy Donahue | 2019-04-08 | 1 | -13/+11 |
* | SERVER-40267 Clean up debug string generation for MatchExpression. | David Storch | 2019-03-22 | 1 | -4/+4 |
* | SERVER-39019 Fix incorrect $elemMatch $ne serialization | James Wahlin | 2019-02-19 | 1 | -7/+7 |
* | SERVER-39560 - remove leading blank line on all C++ files | Billy Donahue | 2019-02-13 | 1 | -3/+0 |
* | SERVER-37651 Update header files with new license | Ramon Fernandez | 2018-10-22 | 1 | -8/+10 |
* | SERVER-30783 Move init() logic to MatchExpression constructors | Blake Oler | 2017-11-14 | 1 | -20/+28 |
* | SERVER-30245 Make ArrayMatchingMatchExpression inherit from PathMatchExpression. | David Storch | 2017-08-02 | 1 | -5/+3 |
* | SERVER-29814 Move BSONObj::MatchType/BSONElement::getGtLtOp() to matcher | James Wahlin | 2017-07-21 | 1 | -5/+7 |
* | SERVER-29618 fix serialization of geo match expressions | Kyle Suarez | 2017-06-27 | 1 | -3/+11 |
* | SERVER-27244 Status usage compile-time facilities. | ADAM David Alan Martin | 2017-06-18 | 1 | -2/+2 |
* | SERVER-24991 log redaction for matcher, ops, pipeline, query | Thomas Schubert | 2016-09-02 | 1 | -1/+1 |
* | SERVER-24508 BSONObj::ComparatorInterface | David Storch | 2016-08-18 | 1 | -2/+3 |
* | SERVER-23971 Clang-Format code | Mark Benvenuto | 2016-05-28 | 1 | -8/+11 |
* | SERVER-21612 Reorder lookup and match. | Benjamin Murphy | 2016-04-25 | 1 | -2/+2 |
* | SERVER-22833 Rename MatchExpression::toBSON() to serialize(), and ensure it p... | Benjamin Murphy | 2016-03-14 | 1 | -2/+2 |
* | SERVER-19783 Fixed uassert code | Benjamin Murphy | 2016-02-11 | 1 | -1/+1 |
* | SERVER-19783 geoNear, near, and nearSphere correctly handle adjacent and chil... | Benjamin Murphy | 2016-02-11 | 1 | -0/+8 |
* | SERVER-15204 Skip unnecessary validation on indexed polygons and lines | Kevin Albertson | 2015-08-05 | 1 | -1/+3 |
* | SERVER-16889 MatchExpression::shallowClone() return unique_ptr<ME> | Qingyang Chen | 2015-06-26 | 1 | -6/+6 |
* | SERVER-18579: Clang-Format - reformat code, no comment reflow | Mark Benvenuto | 2015-06-20 | 1 | -332/+334 |
* | SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T> | Andrew Morrow | 2015-06-10 | 1 | -1/+1 |
* | SERVER-16912 finish implementation of GeoMatchExpression::equivalent(). | Qingyang Chen | 2015-06-10 | 1 | -6/+2 |
* | SERVER-16940 Change pass-by-const-ref of StringData to pass-by-value | Tyler Brock | 2015-02-06 | 1 | -2/+2 |
* | SERVER-13256 Remove pch.h | Andrew Morrow | 2015-01-15 | 1 | -3/+0 |
* | SERVER-13256 Prohibit new uses of pch.h | Andrew Morrow | 2015-01-05 | 1 | -0/+3 |
* | SERVER-15592 set default log component for all cpp | Matt Kangas | 2014-10-14 | 1 | -0/+2 |
* | SERVER-14508 Better error messages from GeoJSON parsing | Siyuan Zhou | 2014-09-22 | 1 | -10/+16 |
* | SERVER-14508 Rewrite geo parsing using Status | Siyuan Zhou | 2014-09-15 | 1 | -80/+54 |
* | SERVER-14508 Break header dependencies of geo stuffs in query framework. | Siyuan Zhou | 2014-08-21 | 1 | -4/+298 |
* | SERVER-14510 Custom CRS for strict winding order enforcement | Siyuan Zhou | 2014-08-12 | 1 | -0/+4 |
* | SERVER-5800 changes for geo expression index performance, avoid preprojecting | Greg Studer | 2014-07-23 | 1 | -0/+6 |
* | SERVER-9986 refactor near search for 2D and S2 | Greg Studer | 2014-07-09 | 1 | -4/+5 |
* | SERVER-14096 explain find() at queryPlanner verbosity | David Storch | 2014-06-11 | 1 | -0/+8 |
* | SERVER-5800 convert 2d predicate queries into covered index scans | Greg Studer | 2014-06-10 | 1 | -7/+8 |
* | SERVER-5800 R2Region interface for 2d index covering support, minor refactor | Greg Studer | 2014-05-19 | 1 | -3/+9 |
* | SERVER-10026 evaluating matcher of idx-only expression returns true instead o... | Hari Khalsa | 2013-11-06 | 1 | -3/+4 |
* | SERVER-10026 move 2d into stages, remove old query from 2d execution | Hari Khalsa | 2013-10-24 | 1 | -2/+2 |
* | SERVER-10471 add s2near stage, enable all 2dsphere queries, enable 2d queries... | Hari Khalsa | 2013-10-04 | 1 | -5/+15 |
* | SERVER-8886 Add OpenSSL exception to files in src/mongo/db | Ian Whalen | 2013-09-06 | 1 | -0/+12 |
* | SERVER-10026 SERVER-10471 begin more sustainable planning approach | Hari Khalsa | 2013-08-29 | 1 | -2/+14 |
* | SERVER-10376 SERVER-10026 end-to-end part 1: run non-indexed queries | Hari Khalsa | 2013-08-05 | 1 | -0/+44 |
* | SERVER-9820: Introduce Path and iterators such that all bson walking logic is... | Eliot Horowitz | 2013-05-30 | 1 | -2/+1 |