summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_planner_test_lib.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40691 $nin:[[],...] queries are not indexedr4.2.19-rc0r4.2.19Jess Balint2022-02-241-1/+6
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38695 Make QuerySolutionNode subclasses for projection fast-pathsJacob Evans2019-01-291-6/+18
* SERVER-37593 Make wildcard index multikey path set retrieval more efficientJames Wahlin2018-11-021-53/+40
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36946 Tighter checks on bounds in query planner unit testsIan Boros2018-10-041-27/+80
* SERVER-35333 caching plans for allPaths indexesIan Boros2018-08-311-1/+1
* SERVER-20299 Delete KEEP_MUTATIONS stage.David Storch2018-08-021-16/+0
* SERVER-27646 Build index bounds for {$ne: null} predicatesCharlie Swanson2018-06-201-2/+1
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-1/+4
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-3/+2
* SERVER-24027 Planner should consider reversing index scan direction in order ...Tess Avitabile2017-01-131-1/+8
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-7/+11
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-281-5/+21
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23968 Fixes for end-to-end query with collation using indexTess Avitabile2016-05-231-10/+73
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-1/+1
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-261-1/+2
* SERVER-23112 Check baseBounds of $near queries in QueryPlannerTest.Max Hirschhorn2016-04-191-1/+19
* SERVER-23628 Verify field names of index bounds in QueryPlannerTest.Max Hirschhorn2016-04-181-0/+3
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-1/+3
* SERVER-17011 add EnsureSorted stageDavid Storch2015-12-211-0/+19
* SERVER-19510 Move text query parsing to TextMatchExpression::init()Jason Rassi2015-11-181-4/+4
* SERVER-19355 add SortKeyGeneratorStageDavid Storch2015-08-181-0/+14
* SERVER-19557 Add text index v3Adam Chelminski2015-08-111-0/+7
* SERVER-16889 StatusWithMatchExpression replace ME* with unique_ptr<ME>Qingyang Chen2015-07-061-3/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-374/+429
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* SERVER-17525 Remove QLOG, replace with LOG(5)James Wahlin2015-03-131-1/+0
* SERVER-17437 $caseSensitive option for $text query operatorJason Rassi2015-03-121-0/+7
* SERVER-16750 doc-locking storage engines must recheck exact predicates for in...David Storch2015-01-151-1/+3
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-15641 Fix memory leaks in C++ unit testsAndrew Morrow2014-10-151-3/+3
* SERVER-5022 allow covered queries with shard filterGreg Studer2014-09-021-0/+23
* SERVER-5800 convert 2d predicate queries into covered index scansGreg Studer2014-06-101-7/+0
* SERVER-13537 better handle numerical overflow of large limit valuesDavid Storch2014-04-141-1/+2
* SERVER-10026 triage and address some TODO comments, fix bounds buildingHari Khalsa2014-02-241-2/+28
* SERVER-12354 SERVER-12144 plan compound text correctlyHari Khalsa2014-02-131-2/+13
* SERVER-12144 better text query plan testsHari Khalsa2014-02-101-0/+36
* SERVER-12113 keep mutated docs in query results when it's sane toHari Khalsa2014-01-211-0/+13
* SERVER-12324 replaced std::stream with str::stream in db/query and db/execBenety Goh2014-01-151-1/+0
* SERVER-12321 fully normalize in canonical queryDavid Storch2014-01-141-0/+1
* SERVER-10564 plan cache data storage mechanismDavid Storch2013-12-311-0/+394