summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_planner_partialidx_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-25023 Allow multiple indexes on the same fields with different ↵Bernard Gorman2020-04-251-0/+44
| | | | partial index filters
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-6/+18
| | | | This patch includes also moves ownership of the collator to the ExpressionContext.
* 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
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* 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 ↵David Storch2016-08-151-1/+1
| | | | queries
* SERVER-23172 Allow use of indices for collation-aware queries that match ↵David Hatch2016-06-221-15/+0
| | | | nested objects or arrays.
* 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
Also replaces index_partial_queryplanner.js with unit test query_planner_partialidx_test.cpp.