summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_planner_tree_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75369 Fix the overflow of total possible enumeration count in Lockstep...Ruoxin Xu2023-03-291-0/+26
* SERVER-70597 Don't generate OrPushdown tags when optimization is disabledDavid Percy2023-01-171-1/+21
* SERVER-67233 Fix the case where we try to push an indexedOr which was null.Jess Balint2022-07-121-1/+14
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-311-31/+26
* SERVER-34012 Planner's logic for taking union of index bounds intervals is sl...Timour Katchaounov2021-05-101-19/+13
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-2/+3
* SERVER-47826 Respect when internalQueryEnumerationMaxOrSolutions is set to zeroTed Tuckman2020-10-141-0/+25
* SERVER-36393 Add new opt-in $or enumeration orderCharlie Swanson2020-09-021-0/+389
* SERVER-25782 Allow SORT_MERGE plans even if some children are FETCH stages ra...Mindaugas Malinauskas2020-08-101-28/+82
* SERVER-44599 Optimise sort in the presence of equality predicate on hashed fi...banarun2020-04-301-4/+36
* SERVER-45918 Add SortStageSimple.David Storch2020-02-131-61/+61
* SERVER-45011 Index used for whole IXSCAN plan is determined by index creation...James Wahlin2020-01-031-1/+0
* SERVER-43816 Push $text and $meta:"textScore" sort into the PlanStage layer.David Storch2019-12-181-14/+0
* SERVER-41872 PlanEnumerator AndAssignment::choices ordering not stable and is...James Wahlin2019-10-181-0/+62
* SERVER-43841 Break up query_planner_test.cpp to fix -fvar-tracking-assignment...James Wahlin2019-10-041-0/+2312