summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/planner_wildcard_helpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support wc fields in arbitrary index positionsHana Pearlman2021-04-161-42/+76
* Add multikey info for non-WC fields in plannerHana Pearlman2021-04-151-19/+14
* Support queries on prefix of compound WC indexHana Pearlman2021-04-151-41/+66
* Remove bounds invariant check in finalizeWildcardIndexScanConfiguration, add ...Hana Pearlman2021-04-141-2/+0
* Make some changes to planner_wildcard_helpers to allow for compound wc indexesHana Pearlman2021-04-141-37/+96
* SERVER-50728 Use QuerySolution to generate explain output at queryPlanner ver...Anton Korshunov2020-11-041-0/+1
* SERVER-48900 Remove format-string arguments from logv2 statementsMilena Ivanova2020-08-201-2/+0
* SERVER-48353 logv2 cleanup for db/query, s/query, db/views, db/matcherMindaugas Malinauskas2020-06-081-6/+6
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47349 Use flat_set instead of set for KeyStringSet and MultikeyPathsHenrik Edin2020-04-081-6/+6
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-3/+9
* SERVER-46020 avoid unnecessary copy in wildcard index planningIan Boros2020-02-111-2/+3
* SERVER-45403 Don't recompute wildcard projection exhaustive pathsIan Boros2020-01-211-4/+6
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-5/+5
* SERVER-42518 Prevent paths with successive array indexes from using a wildcar...David Storch2019-08-221-1/+28
* SERVER-38952 Prune redundant index boundArun Banala2019-02-211-31/+36
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37686 Wildcard index should not assume non-descending bounds when chec...Bernard Gorman2018-10-231-6/+9
* SERVER-37566 Avoid recreating ProjectionExecAgg on each expansion of a wildca...Bernard Gorman2018-10-231-3/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-37417 Plans using $** wildcard indices can return duplicate resultsyarai2018-10-151-1/+9
* SERVER-36517 Allow wildcard indexes to provide DISTINCT_SCANBernard Gorman2018-10-111-60/+250
* SERVER-36465 Support {$ne: null} queries with non-multikey sparse and wildcar...Ian Boros2018-10-101-5/+42
* SERVER-37058: Update with numeric field names inside an array can cause valid...Nick Zolnierz2018-10-041-2/+2
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-021-0/+249