summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_planner_test_fixture.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-66063 Allow column index to be used for queries with pipelinesIan Boros2022-05-031-2/+4
* SERVER-63317 Basic plan generation for columnar indexesIan Boros2022-02-081-0/+4
* SERVER-58429 enable group lowering into SBE for cached and multi- plansIrina Yatsenko2021-11-181-24/+4
* SERVER-58424 Refactor QueryPlanner::plan() in preparation for DocumentSource ...Eric Cox2021-08-191-19/+56
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-311-53/+41
* SERVER-56192 Improve diagnosability of query planner unit testsTimour Katchaounov2021-05-211-4/+14
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-4/+4
* SERVER-47657 Added unique and sparse to index signatureYoonsoo Kim2021-03-031-14/+19
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-28/+32
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-2/+4
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-6/+11
* SERVER-50728 Use QuerySolution to generate explain output at queryPlanner ver...Anton Korshunov2020-11-041-0/+9
* SERVER-50726 Add unique id to QuerySolutionNodeDavid Storch2020-09-141-2/+1
* SERVER-48900 Remove format-string arguments from logv2 statementsMilena Ivanova2020-08-201-1/+1
* SERVER-48353 logv2 cleanup for db/query, s/query, db/views, db/matcherMindaugas Malinauskas2020-06-081-1/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47349 Use flat_set instead of set for KeyStringSet and MultikeyPathsHenrik Edin2020-04-081-1/+1
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-8/+10
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+2
* SERVER-14643 Return informative Status from QueryPlanner::planDavid Percy2019-11-111-2/+9
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-5/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-061-1/+1
* SERVER-38069: Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-181-43/+112
* Revert "SERVER-38069 Ensure WT transactions are not re-opened during plan upd...Gregory Wlodarek2018-12-141-112/+43
* SERVER-38069 Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-141-43/+112
* 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/+4
* SERVER-36946 Tighter checks on bounds in query planner unit testsIan Boros2018-10-041-10/+11
* SERVER-35336 Add tests for allPaths indexes being a partial indexIan Boros2018-09-171-0/+5
* SERVER-35333 caching plans for allPaths indexesIan Boros2018-08-311-15/+20
* SERVER-32174: Remove old snapshot query optionNick Zolnierz2018-03-161-14/+6
* SERVER-32603 Modernize QueryPlanner methods to use unique_ptr.David Storch2018-01-111-15/+10
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-5/+7
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-7/+26
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-101-4/+13
* SERVER-27938 Fix compile issues and typos in txn to opCtx renameMaria van Keulen2017-03-071-8/+4
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-5/+5
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-1/+1
* SERVER-24621 make find command min/max respect the collationDavid Storch2016-07-291-0/+19
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-281-0/+14
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-27/+27
* SERVER-23618 Add collation support for partial indexesTess Avitabile2016-06-021-2/+15
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+4
* SERVER-24045 Refactor CanonicalQuery::canonicalize()Tess Avitabile2016-05-101-64/+82
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-3/+11