summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_planner_text_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31760 Add index support for InternalExprEqMatchExpression.David Storch2017-12-291-0/+26
* SERVER-21011 Fix query correctness problem related to covered matching for 2d...David Storch2017-10-131-0/+58
* SERVER-31139 Fix invariant failure caused by text index plan enumeration bug.David Storch2017-09-291-0/+15
* SERVER-13732 Index access plan for contained OR should consider top-level pre...Tess Avitabile2017-02-171-0/+11
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-45/+78
* SERVER-19355 add {$meta: 'sortKey'} projectionDavid Storch2015-08-241-0/+16
* SERVER-19557 Add text index v3Adam Chelminski2015-08-111-0/+10
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-304/+366
* SERVER-16981 split up query_planner_test.cppDavid Storch2015-04-031-294/+3
* 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/+8
* SERVER-15802 if an equality over a single-field unique index can be used to i...David Storch2015-01-161-0/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-1/+2
* SERVER-15639 Correctly handle >1 pred on same text index prefix fieldJason Rassi2014-10-161-0/+11
* SERVER-15641 Fix memory leaks in C++ unit testsAndrew Morrow2014-10-151-0/+18
* SERVER-14109 migrate tests for OR inexactness to cppDavid Storch2014-06-021-0/+25
* SERVER-13205 fix merging of special leaf nodes in access plannerDavid Storch2014-03-271-0/+10
* SERVER-13039 handle subnodes which require an index during plan enumerationDavid Storch2014-03-101-0/+114
* SERVER-12866 added explain to canonical query constructorBenety Goh2014-02-281-2/+6
* SERVER-10026 push access method name into index descriptor, pay attention to ...Hari Khalsa2014-02-191-5/+10
* SERVER-12089 Query planner: test exactly one text index for TEXTJason Rassi2014-02-181-16/+8
* SERVER-12354 SERVER-12144 plan compound text correctlyHari Khalsa2014-02-131-15/+7
* SERVER-12144 better text query plan testsHari Khalsa2014-02-101-1/+32
* SERVER-12449 text indices require all prefix fields (which must be EQ)Hari Khalsa2014-02-101-0/+418