summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_planner_partialidx_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-1/+1
* SERVER-25023 Allow multiple indexes on the same fields with different partial...Bernard Gorman2020-04-251-0/+44
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-6/+18
* SERVER-14643 Return informative Status from QueryPlanner::planDavid Percy2019-11-111-60/+60
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-31760 Add index support for InternalExprEqMatchExpression.David Storch2017-12-291-0/+10
* SERVER-23093 avoid extra predicate evaluation for indexed collation-aware que...David Storch2016-08-151-1/+1
* SERVER-23172 Allow use of indices for collation-aware queries that match nest...David Hatch2016-06-221-15/+0
* SERVER-23618 Add collation support for partial indexesTess Avitabile2016-06-021-0/+51
* SERVER-17854 Move partial idx selection logic to QueryPlannerIXSelectJason Rassi2015-06-231-0/+447