summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_optimize_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-21929 Make $in with null always match undefinedDavid Storch2021-06-141-2/+3
* SERVER-57053 Split CanonicalQuery validation on pre- and post-normalizationAnton Korshunov2021-05-201-1/+4
* SERVER-34012 Planner's logic for taking union of index bounds intervals is sl...Timour Katchaounov2021-05-101-0/+43
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-28/+28
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-73/+69
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-3/+3
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-6/+9
* SERVER-43816 Push $text and $meta:"textScore" sort into the PlanStage layer.David Storch2019-12-181-1/+1
* SERVER-43349 Accommodate double $nots during serializationCharlie Swanson2019-11-271-11/+11
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-10/+10
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-34714 Optimize $or with all always-false children to $alwaysFalseCharlie Swanson2018-05-011-0/+45
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-1/+1
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-1/+1
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-1/+1
* SERVER-32174: Remove old snapshot query optionNick Zolnierz2018-03-161-10/+0
* SERVER-31639: Additional optimizations for MatchExpression::getOptimizer()Nick Zolnierz2017-12-201-0/+63
* SERVER-30783 Move init() logic to MatchExpression constructorsBlake Oler2017-11-141-1/+1
* Reapply "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-291-0/+354
* Revert "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-281-356/+0
* SERVER-30991 Introduce MatchExpression::optimize().Justin Seyster2017-09-281-0/+356