summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_planner_wildcard_index_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45918 Add SortStageSimple.David Storch2020-02-131-26/+24
* SERVER-45403 Don't recompute wildcard projection exhaustive pathsIan Boros2020-01-211-3/+3
* SERVER-15200 Optimize projection to occur before sort when possible.David Storch2019-11-261-0/+37
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-2/+2
* SERVER-14643 Return informative Status from QueryPlanner::planDavid Percy2019-11-111-6/+6
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+0
* SERVER-42518 Prevent paths with successive array indexes from using a wildcar...David Storch2019-08-221-49/+91
* SERVER-35921 Make IXSCAN use the proper MinKey/MaxKey bounds on LT and GTMisha Ivkov2019-08-051-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
* SERVER-39567 Change find min/max options to require hintIan Boros2019-04-111-10/+5
* SERVER-15221 Planner sort analysis should not add FETCH stage if sort key inc...James Wahlin2019-03-151-2/+2
* SERVER-38952 Prune redundant index boundArun Banala2019-02-211-8/+40
* 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-66/+104
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-37503 Support $type with wildcard indexyarai2018-10-151-0/+23
* SERVER-36517 Allow wildcard indexes to provide DISTINCT_SCANBernard Gorman2018-10-111-2/+50
* SERVER-36465 Support {$ne: null} queries with non-multikey sparse and wildcar...Ian Boros2018-10-101-2/+48
* SERVER-37441 Add missing unit testing for wildcard indexes.David Storch2018-10-081-0/+53
* SERVER-36946 Tighter checks on bounds in query planner unit testsIan Boros2018-10-041-2/+2
* SERVER-36896 Allow wildcard indices to support equality to empty object predi...David Storch2018-10-031-0/+95
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-021-0/+1578