summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_planner_wildcard_index_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74344 Ban use of sparse indexes on internal comparison expression unle...Ruoxin Xu2023-03-221-11/+4
* SERVER-72465: Expand IndexEntry for compound wildcard indexes.Alexander Ignatyev2023-02-011-2/+4
* SERVER-71485 Cleanup isCount on the canonical queryIrina Yatsenko2023-01-121-1/+1
* SERVER-70617 Allow use of SBE/column indexes for count queriesAlyssa Wagenmaker2022-11-181-1/+2
* SERVER-67416 SERVER-23229 Always sort fieldpath string sets using custom comp...Steve Tarzia2022-07-061-1/+1
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-311-3/+3
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-1/+2
* SERVER-50728 Use QuerySolution to generate explain output at queryPlanner ver...Anton Korshunov2020-11-041-0/+1
* SERVER-47826 Respect when internalQueryEnumerationMaxOrSolutions is set to zeroTed Tuckman2020-10-141-0/+6
* 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