summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_planner_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43841 Break up query_planner_test.cpp to fix -fvar-tracking-assignment...James Wahlin2019-10-041-5986/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-9/+8
* SERVER-42291 generate correct bounds for $nin null queriesIan Boros2019-07-221-3/+30
* 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-3/+3
* SERVER-39567 Change find min/max options to require hintIan Boros2019-04-111-35/+17
* SERVER-15221 Planner sort analysis should not add FETCH stage if sort key inc...James Wahlin2019-03-151-11/+202
* SERVER-38949 ban index usage for {$ne: <array>} queriesIan Boros2019-02-141-0/+65
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38069: Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-181-9/+39
* Revert "SERVER-38069 Ensure WT transactions are not re-opened during plan upd...Gregory Wlodarek2018-12-141-39/+9
* SERVER-38069 Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-141-9/+39
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36465 Support {$ne: null} queries with non-multikey sparse and wildcar...Ian Boros2018-10-101-0/+82
* SERVER-36731 Ban object inequality and $in with unsupported values when using...Ian Boros2018-09-201-0/+33
* SERVER-36945 Tests for allPaths indexes not supporting negationsIan Boros2018-09-171-0/+28
* SERVER-36993 Fix crash due to incorrect $or pushdown for indexed $expr.David Storch2018-09-141-0/+21
* SERVER-36583 Add basic query planning unit tests for $** indexesJames Wahlin2018-09-061-3/+5
* SERVER-35333 caching plans for allPaths indexesIan Boros2018-08-311-2/+2
* SERVER-20299 Remove CANNOT_TRIM_IXISECT parameter.David Storch2018-08-021-26/+25
* SERVER-20299 Delete KEEP_MUTATIONS stage.David Storch2018-08-021-135/+0
* SERVER-13946 Put skip stages before fetch stages.Justin Seyster2018-07-201-7/+52
* SERVER-27646 Build index bounds for {$ne: null} predicatesCharlie Swanson2018-06-201-3/+118
* SERVER-34851 Disallow index selection for identical min & max values on findJames Wahlin2018-05-111-6/+1
* SERVER-32174: Remove old snapshot query optionNick Zolnierz2018-03-161-67/+11
* SERVER-32603 Modernize QueryPlanner methods to use unique_ptr.David Storch2018-01-111-8/+3
* SERVER-32441 Fix invariant failure in $or planning.David Storch2018-01-051-7/+64
* SERVER-31760 Add index support for InternalExprEqMatchExpression.David Storch2017-12-291-0/+62
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-7/+3
* SERVER-30028: Create $alwaysTrue and $alwaysFalse MatchExpressionsNick Zolnierz2017-07-241-1/+2
* SERVER-20066 disable generating whole covered ixscans by defaultKyle Suarez2017-06-201-7/+47
* SERVER-27822: Count plans sometimes don't need a FETCHAnne Lim2017-06-131-0/+18
* SERVER-20066 consider ixscans if query is empty but projection can be coveredKyle Suarez2017-06-071-0/+121
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-101-4/+4
* SERVER-27938 Fix compile issues and typos in txn to opCtx renameMaria van Keulen2017-03-071-3/+3
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-5/+5
* SERVER-27904 Extend support for moving predicates into contained ORs to multi...Tess Avitabile2017-02-281-0/+280
* SERVER-2104 add support for covered projections with dotted field pathsDavid Storch2017-02-241-5/+2
* SERVER-13732 Index access plan for contained OR should consider top-level pre...Tess Avitabile2017-02-171-0/+627
* SERVER-27848 Add index hint to aggregation and non-materialized viewsJames Wahlin2017-02-031-0/+18
* SERVER-24027 Planner should consider reversing index scan direction in order ...Tess Avitabile2017-01-131-25/+108
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-6/+6
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-281-3/+19
* SERVER-23138 make CanonicalQuery normalize $nor with one child to a NOT expre...David Storch2016-07-131-0/+12
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-10/+10
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-62/+60
* SERVER-24045 Refactor CanonicalQuery::canonicalize()Tess Avitabile2016-05-101-43/+47
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-8/+10
* SERVER-21065 CanonicalQuery::normalizeTree optimizes InMatchExpression with o...Benjamin Murphy2016-04-071-2/+2
* SERVER-21628 make plans with the SHARDING_FILTER stage eligible for explodeFo...David Storch2016-03-221-0/+34