summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/canonical_query_encoder_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63682 PlanCacheKey Factory should decide how to encode query shapeAnton Korshunov2023-04-041-2/+2
* SERVER-74245 Encode 'ExpressionContext::needsMerge' in SBE plan cache keysMihai Andrei2023-03-221-3/+34
* SERVER-72803 cache hinted sbe queryZixuan Zhuang2023-03-161-1/+9
* SERVER-71159 Include apiStrict flag into SBE plan cache keyAnton Korshunov2023-02-131-123/+148
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-2/+4
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-071-5/+0
* Revert "SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 re...Dan Larkin-York2023-02-041-0/+5
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-031-5/+0
* SERVER-71485 Cleanup isCount on the canonical queryIrina Yatsenko2023-01-121-8/+13
* SERVER-70617 Allow use of SBE/column indexes for count queriesAlyssa Wagenmaker2022-11-181-4/+15
* SERVER-67410 Port canonical_query_encoder_test.cpp to the golden test frameworkJess Balint2022-08-111-269/+170
* SERVER-62042 Consolidate query optimization and execution control into a sing...Nicholas Zolnierz2022-08-041-16/+26
* Revert "SERVER-62042 Consolidate query optimization and execution control int...auto-revert-processor2022-08-041-26/+16
* SERVER-62042 Consolidate query optimization and execution control into a sing...Nicholas Zolnierz2022-08-031-16/+26
* SERVER-61314 Consolidate featureFlagSbePlanCache with featureFlagSbeFullDavid Storch2022-07-141-3/+3
* SERVER-67326 Encode additional FindCommandRequest properties into SBE plan ca...Denis Grebennicov2022-06-291-82/+97
* SERVER-64432 Integrate SBE plan cache for $lookupRui Liu2022-06-221-42/+132
* SERVER-66551 Rename internalQueryEnableSlotBasedExecutionEngine back to inter...Mihai Andrei2022-05-191-22/+14
* SERVER-66445 Make the classic engine the default execution engineMihai Andrei2022-05-161-69/+110
* SERVER-65129 Remove featureFlagAutoParameterizationRuoxin Xu2022-04-121-3/+0
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-011-1/+1
* SERVER-62100 Refresh let variables on SBE plan recoveryRuoxin Xu2022-03-291-36/+36
* SERVER-62797 Clear SBE plan cache when query knobs are changedDavid Storch2022-02-231-128/+80
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-181-1/+1
* Revert "SERVER-62239 Put tenantId on opCtx if passed as $tenant"Kaloian Manassiev2022-01-161-1/+1
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-141-1/+1
* SERVER-60066 Remove plan cache entries on collection dropAlexander Ignatyev2021-11-031-1/+1
* SERVER-60338 Encode SBE plan cache key if SBE compatibleRuoxin Xu2021-10-191-0/+1
* SERVER-60338 Refine SBE query shape and implement plan cache key encodingRuoxin Xu2021-10-141-83/+290
* SERVER-59854 Remove PlanCacheIndexabilityState from the PlanCacheRuoxin Xu2021-09-241-1/+8
* SERVER-59683 Extract BudgetEstimator logic from LRU cacheAlexander Ignatyev2021-09-171-1/+1
* SERVER-26991: Inconsistent handling of RegEx optionsMickey. J Winters2021-07-021-2/+2
* SERVER-56468 Fix bug causing incorrect plan cache entry for {$ne: null} predi...Andrii Dobroshynski2021-05-171-0/+14
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-1/+1
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-6/+7
* SERVER-43816 Push $text and $meta:"textScore" sort into the PlanStage layer.David Storch2019-12-181-1/+4
* SERVER-44118 don't fetch entire document when an expression is usedIan Boros2019-11-071-9/+7
* SERVER-42988 allow agg-style object syntax in find() projectionIan Boros2019-10-211-4/+10
* SERVER-42433 use ProjectionAST in canonical query encodingIan Boros2019-10-091-25/+43
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-0/+286
* Revert "SERVER-33303 Add stable plan cache key and use for index filters"Ian Boros2018-11-061-286/+0
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-0/+286