summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/index_entry.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71038 Improve performance of plan building in SBEAlberto Massari2023-03-021-2/+2
* SERVER-72465: Expand IndexEntry for compound wildcard indexes.Alexander Ignatyev2023-02-011-5/+10
* SERVER-68731 use this to clarify for coverity that the members of the class a...Alexander Ignatyev2023-01-271-1/+1
* SERVER-67140 Change query planner to determine column index eligibility based...Justin Zhang2022-08-191-11/+34
* SERVER-63123 Add support for creating columnar indexes with a subset of field...Justin Zhang2022-07-301-2/+4
* SERVER-62984 Rudimentary query planning for columnar indexesIan Boros2022-02-041-0/+11
* SERVER-50728 Use QuerySolution to generate explain output at queryPlanner ver...Anton Korshunov2020-11-041-0/+4
* SERVER-45403 Don't recompute wildcard projection exhaustive pathsIan Boros2020-01-211-9/+7
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-5/+6
* SERVER-40382 Add a serverStatus metric to report plan cache memory consumptionArun Banala2019-08-131-0/+30
* SERVER-39567 Change find min/max options to require hintIan Boros2019-04-111-0/+8
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38069: Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-181-72/+54
* Revert "SERVER-38069 Ensure WT transactions are not re-opened during plan upd...Gregory Wlodarek2018-12-141-54/+72
* SERVER-38069 Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-141-72/+54
* SERVER-37566 Avoid recreating ProjectionExecAgg on each expansion of a wildca...Bernard Gorman2018-10-231-4/+15
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-021-1/+1
* SERVER-36109 Provide planner with multikey metadata for $** indexes.David Storch2018-09-051-2/+25
* SERVER-35333 caching plans for allPaths indexesIan Boros2018-08-311-7/+54
* SERVER-27646 Build index bounds for {$ne: null} predicatesCharlie Swanson2018-06-201-0/+11
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-281-2/+7
* SERVER-23968 Fixes for end-to-end query with collation using indexTess Avitabile2016-05-231-2/+4
* SERVER-22726 Propagate multikey paths computed during key generation.Max Hirschhorn2016-05-081-0/+2
* SERVER-22726 Represent lack of path-level multikey info as empty vector.Max Hirschhorn2016-05-081-2/+5
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-1/+1
* SERVER-22786 update index bounds builder for collationsDavid Storch2016-03-181-1/+1
* SERVER-23078 Move MultikeyPaths using declaration to its own file.Max Hirschhorn2016-03-141-10/+1
* SERVER-22786 add a CollatorInterface to IndexEntryDavid Storch2016-03-091-1/+6
* SERVER-22399 Add multikeyPaths member to IndexEntry struct.Max Hirschhorn2016-02-231-0/+13
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-82/+79
* SERVER-17659 IndexEntry: add new member 'filterExpr' to structJason Rassi2015-05-071-18/+10
* SERVER-15802 if an equality over a single-field unique index can be used to i...David Storch2015-01-161-2/+9
* SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()David Storch2014-06-271-0/+1
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-4/+4
* SERVER-10026 push access method name into index descriptor, pay attention to ...Hari Khalsa2014-02-191-48/+39
* SERVER-12354 SERVER-12144 plan compound text correctlyHari Khalsa2014-02-131-1/+52
* SERVER-12324 replaced std::stream with str::stream in db/query and db/execBenety Goh2014-01-151-3/+2
* SERVER-10363 SERVER-11387 pay attention to special geo idx paramsHari Khalsa2014-01-061-10/+21
* SERVER-10471 hint can be key pattern or nameHari Khalsa2013-10-091-2/+5
* SERVER-10471 merge index bounds, enumerate based on indices, bug fixesHari Khalsa2013-10-071-2/+16
* SERVER-10471 multikey correctness, fix compound idxs, a few bug fixesHari Khalsa2013-10-011-0/+56