summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-083-5/+7
* SERVER-73417 Change method signature of produceDocumentForUpsert() to include...Sanika Phanse2023-02-072-8/+69
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-079-153/+26
* SERVER-72226 Shorten LimitSkip explainMatt Boros2023-02-071-4/+1
* SERVER-72843 Fallback to the classic engine for FilterExpressionDrew Paroski2023-02-062-18/+5
* Revert "SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 re...Dan Larkin-York2023-02-049-26/+153
* SERVER-72784 [CQF] Update representation of compound index boundsSvilen Mihaylov2023-02-034-54/+44
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-039-153/+26
* SERVER-73469 Remove dependency of the ChunkManager on QueryKaloian Manassiev2023-02-032-0/+4
* SERVER-73534 Fix crash in serialization of SBE ArraySet to KeyStringDavid Storch2023-02-032-1/+13
* SERVER-73565 Handle comparison with Nothing values in ABT::ConstantAlberto Massari2023-02-031-0/+9
* SERVER-73470 Log index inconsistencies detected by queries in the health logGregory Wlodarek2023-02-031-3/+28
* SERVER-73296: Initialize the index entry field to null in ix_scan.hProjjal Chanda2023-02-031-1/+1
* SERVER-71680 Fix SBE HashAggStage to update $operationMetrics when spillingDavid Storch2023-02-021-6/+13
* SERVER-73428 [CQF] Eliminate duplicate conversion from document value to sbe ...Svilen Mihaylov2023-02-022-1/+53
* SERVER-69540 move in/out params from SBENodeLowering constructorDavis Haupt2023-02-016-159/+244
* SERVER-70395 Change spilling for SBE HashAggStage to use a more efficient alg...David Storch2023-01-3118-378/+762
* SERVER-73193 Do not proactively set control.closed flag when closing a time-s...Faustoleyva542023-01-271-34/+17
* SERVER-73243 Remove IndexCatalogEntry weak_ptr in AllIndicesRequiredCheckerGregory Wlodarek2023-01-264-6/+4
* SERVER-73018 Add a write stage common logic to PreWriteFilterYoonsoo Kim2023-01-265-142/+171
* SERVER-73301 [CQF] Ensure plan stability for generated SBE plansSvilen Mihaylov2023-01-251-1/+9
* SERVER-72078 Add jmpNotNothing instructionRui Liu2023-01-254-24/+36
* SERVER-72781 Lazily construct sort value only when the sorter decides to stor...Rui Liu2023-01-251-8/+11
* SERVER-73288 Cache sharding collection description on update_stageJordi Serra Torrens2023-01-255-10/+51
* SERVER-73240 readability improvements in abt_lowerDavis Haupt2023-01-242-93/+111
* SERVER-72710 Change how SBE engine IndexScanStageBase looks up IndexCatalogEn...Gregory Wlodarek2023-01-242-14/+20
* SERVER-72707 Change how classic query engine RequiresIndexStage looks up Inde...Gregory Wlodarek2023-01-245-54/+42
* SERVER-73191 Add required projections to ABT lowering golden testsDavis Haupt2023-01-242-77/+153
* SERVER-72417 Switch invariant statements to tassert in projection executorGil Alon2023-01-2412-54/+115
* SERVER-72232 [CQF] Implement Spool-based RINSvilen Mihaylov2023-01-243-5/+10
* SERVER-71942 Initialize ids in ExpressionVisitorContextSteve Tarzia2023-01-231-0/+2
* SERVER-72391 Fixed CodeFragment parameters and variable resolutionAnna Wawrzyniak2023-01-236-112/+408
* SERVER-69895: Support hinting reverse collection scansHana Pearlman2023-01-236-32/+49
* SERVER-71494 Add jmpFalse for logicAndZixuan Zhuang2023-01-234-25/+50
* SERVER-72935 switch c stdlib headers to cpp compat stdlib headersDaniel Moody2023-01-201-1/+1
* SERVER-72233: Do not explain BindblockWill Buerger2023-01-201-89/+32
* SERVER-71587 Allow SBE*Lowering access to named slots to support collationIvan Fefer2023-01-2038-443/+790
* SERVER-72645 Split sbe_stage_builder_helpers.h into separate ABT/non ABT hea...Svilen Mihaylov2023-01-192-1/+41
* SERVER-71835 Allow >16MB BSON in intermediate resultsRomans Kasperovics2023-01-193-14/+36
* SERVER-67446 Ensure consistent wildcardProjection specs in catalogKevin Cherkauer2023-01-192-2/+2
* SERVER-69987 Avoid copying slot data during saveState at the command boundary...Drew Paroski2023-01-186-8/+73
* SERVER-72806 Create new class for produceDocumentForInsertSanika Phanse2023-01-184-174/+10
* SERVER-72900 benchmarks for lowering ABT let expression to SBEDavis Haupt2023-01-181-0/+17
* SERVER-62841 microbenchmarks for ABT loweringDavis Haupt2023-01-171-6/+158
* SERVER-72392 Throw on lowering of logical only nodesTed Tuckman2023-01-173-24/+18
* SERVER-72570 [CQF] Lowering improvementsSvilen Mihaylov2023-01-132-49/+55
* SERVER-72813 basic benchmark for abt loweringDavis Haupt2023-01-132-0/+110
* SERVER-72321 Add lowering test for ExchangeNodeTed Tuckman2023-01-131-0/+58
* SERVER-72390 Add CodeFragment parameter and variable testsAnna Wawrzyniak2023-01-126-41/+722
* SERVER-71485 Cleanup isCount on the canonical queryIrina Yatsenko2023-01-121-6/+5