summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40267 Clean up debug string generation for MatchExpression.David Storch2019-03-221-5/+9
* SERVER-39233 Add the ability to modify the RHS element of a parsed MatchExpre...Nick Zolnierz2019-03-011-3/+3
* 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-35891 add failpoints to disable aggregation optimizationsVarun Arora2018-07-251-0/+6
* SERVER-30951 Add top-level $expr to MatchExpressionJames Wahlin2017-09-101-0/+19
* SERVER-30028: Create $alwaysTrue and $alwaysFalse MatchExpressionsNick Zolnierz2017-07-241-14/+0
* SERVER-28757 Create BSONElementViewMatchableDocumentTess Avitabile2017-05-021-0/+5
* SERVER-28017 ne should respect the collection default collationTess Avitabile2017-02-161-5/+2
* SERVER-24404 Make $push, $pullAll, and $pull respect collation.David Hatch2016-07-061-0/+11
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-22833 Rename MatchExpression::toBSON() to serialize(), and ensure it p...Benjamin Murphy2016-03-141-3/+8
* SERVER-12307 CanonicalQuery tracks whether an update or delete is isolated.Benjamin Murphy2016-03-111-10/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-33/+29
* Merge bsonobjiterator.h/cpp into bsonobj.h/cppMathias Stearn2015-03-271-1/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-15380 Tune MONGO_LOG_DEFAULT_COMPONENT declarationsMatt Kangas2014-10-281-3/+0
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14096 explain find() at queryPlanner verbosityDavid Storch2014-06-111-0/+8
* 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-3/+1
* SERVER-9749: all is just semantic sugar for andEliot Horowitz2013-05-221-0/+5
* SERVER-6400: remove MatchCategory conceptEliot Horowitz2013-05-091-2/+2
* SERVER-6400 Use an abstraction layer into MatchExpression for different formatsEliot Horowitz2013-05-091-0/+6
* SERVER-6400: MatchExpression version of Matcher code complete.Eliot Horowitz2013-05-061-0/+10
* SERVER-6400 rename *Expression* to *MatchExpression* to avoid conflictEliot Horowitz2013-04-291-2/+2
* SERVER-6400 - move MatchDetails out of matcher.hEliot Horowitz2013-04-291-1/+0
* SERVER-6400 new expression tree and parserEliot Horowitz2013-04-231-0/+42