summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_planner_collation_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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