summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/planner_wildcard_helpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-5/+15
* SERVER-75545 Expand a compound wildcard index always for queries on regular f...Ruoxin Xu2023-04-041-5/+1
* SERVER-75169 Disallow OR of IXSCAN on ineligible CWIAlya Berciu2023-03-271-16/+39
* SERVER-52287 Enable feature flag for Compound Wildcard IndexesAlya Berciu2023-03-141-6/+3
* SERVER-74440 Disallow inexact fetch on CWI for ineligible conjunctionAlya Berciu2023-03-081-0/+19
* SERVER-72469 Add integration tests for compound wildcard indexesRuoxin Xu2023-03-031-4/+13
* SERVER-74186 Support query on non-wildcard prefix fields with compound wildca...Ruoxin Xu2023-02-221-55/+104
* SERVER-72466 Generate IndexBounds for compound wildcard indexes in data acces...Ruoxin Xu2023-02-081-34/+79
* SERVER-72465: Support CWI in validateNumericPathComponents functionAlexander Ignatyev2023-02-031-1/+11
* SERVER-72465: Expand IndexEntry for compound wildcard indexes.Alexander Ignatyev2023-02-011-25/+95
* SERVER-69441 Pop only necessary iets while building iets for wildcard indexAnton Korshunov2022-09-201-1/+6
* SERVER-67140 Change query planner to determine column index eligibility based...Justin Zhang2022-08-191-2/+2
* SERVER-67678 Incorrect result is returned when there's a wildcard index and a...Denis Grebennicov2022-07-271-3/+9
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65367 Fix IET build for wildcard indexes and elemMatchAlexander Ignatyev2022-04-081-1/+8
* SERVER-60298 Hex encode the index bounds if associated with collationAndrii Dobroshynski2022-02-051-1/+1
* 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