summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65213 add featureFlagChangeStreamsReshardingEventsMisha Tyulenev2022-04-281-0/+5
* SERVER-65361 Assert in input_params::bind on incorrect slot bindingAlexander Ignatyev2022-04-285-89/+318
* SERVER-65345 Check if CanonicalQuery has pushed down stagesAlexander Ignatyev2022-04-271-1/+3
* SERVER-65085 SBE plan cache entries can be incorrectly reused after a refineC...Denis Grebennicov2022-04-272-14/+33
* SERVER-65793 Do not parameterize queries with TEXT match expression nodeAlexander Ignatyev2022-04-263-16/+68
* SERVER-65532 Avoid calls to fillOutSecondaryCollectionsInformation() in Prepa...Ruoxin Xu2022-04-261-19/+8
* SERVER-65665 Disable sparse indexes from SBE $lookupNikita Lapkov2022-04-261-1/+2
* SERVER-65814 Avoid resetting system variables on plan recovery if they're not...Denis Grebennicov2022-04-261-3/+6
* SERVER-65900 Initial implementation of $lookupSvilen Mihaylov2022-04-256-22/+200
* SERVER-65919 Ignore CollationNodes in SamplingPlanExtractorSvilen Mihaylov2022-04-251-0/+5
* SERVER-63344 Avoid cloning the SBE tree inside the plan cache mutexRuoxin Xu2022-04-255-138/+234
* SERVER-65779 Pass IndexBounds directly to the CheckBounds stageDenis Grebennicov2022-04-221-11/+10
* SERVER-65489 Make unwind of the terminal foreign key value conditioned on whe...Irina Yatsenko2022-04-221-2/+41
* SERVER-65846 Fix a bug in path fusion for new optimizerSvilen Mihaylov2022-04-202-3/+81
* SERVER-61782 SERVER-63835 Use futures in transaction API run implementation a...Jack Mulrow2022-04-201-1/+1
* SERVER-65477 Allow plan_cache_replanning.js to run with the SBE plan cache en...David Storch2022-04-201-0/+8
* SERVER-65665 Disallow the use of indexes with partial filter expressions in INLJMihai Andrei2022-04-201-1/+1
* SERVER-65083 Fix SBE plan cache index visibility bugDavid Storch2022-04-205-10/+82
* SERVER-65686 split sbe_query_stages lib out of sbe_queryIrina Yatsenko2022-04-181-0/+1
* SERVER-35512 Use unique_ptr in QuerySolutionNode::children and clone()David Percy2022-04-1818-398/+327
* SERVER-65715 Implement querying for null for new optimizerSvilen Mihaylov2022-04-184-7/+64
* SERVER-55204 Error on fallthrough unless the attribute is usedAndrew Morrow2022-04-185-1/+5
* SERVER-65410: Fix uninitialized scalar field in server_rewriteHana Pearlman2022-04-151-1/+1
* SERVER-65199 Pass through `replanReason` when lowered stages are replannedYoonsoo Kim2022-04-141-0/+3
* SERVER-65653 Fix expected output of optimizertest/FilterIndexingVariable unde...Svilen Mihaylov2022-04-141-244/+63
* SERVER-65265 Track memory for unbounded accumulators in SBEIrina Yatsenko2022-04-142-8/+60
* SERVER-64306 Support both columnar predicates and a residual predicateCharlie Swanson2022-04-143-41/+35
* SERVER-65541 Initialize 'hasCompatibleCollation' in CollectionScanNodeJoel Redman2022-04-131-1/+1
* SERVER-65338 Runtime configurable query knob to disable SBE $lookup and $groupMihai Andrei2022-04-131-0/+16
* SERVER-65388 Pass PrefixId by reference in optimizeGroup()Svilen Mihaylov2022-04-136-96/+83
* SERVER-64443 Verify that replanning works for HashJoinMihai Andrei2022-04-135-12/+19
* SERVER-65419 Fix generation of ABT hashes for types with unordered mapsSvilen Mihaylov2022-04-136-31/+8
* Revert "SERVER-64443 Verify that replanning works for HashJoin"auto-revert-processor2022-04-135-19/+12
* SERVER-64443 Verify that replanning works for HashJoinMihai Andrei2022-04-135-12/+19
* SERVER-58225 Enable featureFlagSbePlanCacheDavid Storch2022-04-131-1/+2
* SERVER-63208 Make allowDiskUse opt-out rather than opt-inRomans Kasperovics2022-04-122-1/+4
* SERVER-64597 Produce SBE Object instead of BSON in $lookup and $groupNikita Lapkov2022-04-1210-48/+324
* SERVER-65129 Remove featureFlagAutoParameterizationRuoxin Xu2022-04-125-78/+34
* SERVER-64141 [SBE] Support checking equality against regexes in $inMihai Andrei2022-04-121-22/+42
* SERVER-64018: Fail if tag creation in FLE filter rewrite approaches 16 MB limitjoshua2022-04-121-0/+10
* SERVER-65373 Fix runtime environment slot registration when input param id ap...David Storch2022-04-121-0/+8
* SERVER-60824 Permit non-blocking sorts on clustered collection scansJoel Redman2022-04-125-8/+81
* SERVER-52254 Enable feature flag for Improved change stream event visibility ...Arun Banala2022-04-121-1/+2
* SERVER-61802: Create changeStreamOptions cluster server parameterVarun Ravichandran2022-04-121-5/+0
* SERVER-57815 Enable 'featureFlagSearchShardedFacets'Ted Tuckman2022-04-121-1/+2
* SERVER-65282 Add $_generateV2ResumeTokens parameter to aggregate commandBernard Gorman2022-04-111-1/+3
* SERVER-62676 Added execution stats for `$lookup` pushed down into SBEMohammad Dashti2022-04-111-17/+1
* SERVER-65197 Disable trial run tracking for the right side of pushed down $lo...Mihai Andrei2022-04-111-0/+12
* SERVER-65381 Apply composition path fusion only in EvalFilter contextSvilen Mihaylov2022-04-111-2/+11
* Revert "SERVER-65338 Runtime configurable query knob to disable SBE $lookup"Mihai Andrei2022-04-111-7/+0