summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_planner_collation_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48993 explodeForSort can produce incorrect query planMindaugas Malinauskas2020-07-131-0/+143
* SERVER-45918 Add SortStageSimple.David Storch2020-02-131-28/+28
* SERVER-41700 query $type:xxx defaults to exact bounds or inexact covered boun...Sophie Saskin2019-12-201-1/+1
* SERVER-15200 Optimize projection to occur before sort when possible.David Storch2019-11-261-11/+11
* SERVER-39567 Change find min/max options to require hintIan Boros2019-04-111-28/+37
* SERVER-15221 Planner sort analysis should not add FETCH stage if sort key inc...James Wahlin2019-03-151-1/+79
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37566 Avoid recreating ProjectionExecAgg on each expansion of a wildca...Bernard Gorman2018-10-231-27/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-021-2/+2
* SERVER-36583 Add basic query planning unit tests for $** indexesJames Wahlin2018-09-061-0/+27
* SERVER-34851 Disallow index selection for identical min & max values on findJames Wahlin2018-05-111-13/+0
* SERVER-23093 avoid extra predicate evaluation for indexed collation-aware que...David Storch2016-08-151-8/+118
* SERVER-24621 make find command min/max respect the collationDavid Storch2016-07-291-0/+119
* SERVER-23172 Allow use of indices for collation-aware queries that match nest...David Hatch2016-06-221-22/+5
* SERVER-24279 Properly add sort when index does not respect query collation.David Hatch2016-06-171-0/+79
* SERVER-24279 Sort on non-filter field provided by index must respect collationTess Avitabile2016-06-021-0/+28
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-9/+9
* SERVER-23968 Fixes for end-to-end query with collation using indexTess Avitabile2016-05-231-39/+46
* SERVER-23628 Verify field names of index bounds in QueryPlannerTest.Max Hirschhorn2016-04-181-1/+1
* SERVER-22786 add query planner tests for collationDavid Storch2016-03-211-0/+249