summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70581 Handle WCOS for update and findAndModify if replacement document...Jason Zhang2023-02-151-0/+1
* SERVER-73785 Improve SBE ArrayEnumerator to avoid repeated strlen callsIan Boros2023-02-149-38/+59
* SERVER-73903 Add invariant that yieldable Query plans are created with a yiel...Henrik Edin2023-02-141-0/+3
* SERVER-72873 add header brackets tidy check.Daniel Moody2023-02-123-7/+7
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-1114-200/+235
* SERVER-73141 Generate query shape for expressions in expression_leaf.hCharlie Swanson2023-02-116-19/+9
* SERVER-71019 add ReplicationCoordinator::isRetryableWrite()Benety Goh2023-02-101-2/+2
* SERVER-73697 Do not split out match expression on meta field when it's not re...Yoonsoo Kim2023-02-101-7/+12
* SERVER-73102 [CQF] Simplify explain for evaluation of simple constantsSvilen Mihaylov2023-02-101-10/+5
* SERVER-73809 Adjust inlining so ByteCode::runInternal() uses less native stac...Drew Paroski2023-02-091-21/+26
* SERVER-71525: Removed failOnPoisonedFieldLookup fail point and associated tes...Projjal Chanda2023-02-091-7/+0
* SERVER-73602 Add the stub of the TIMESERIES_WRITE query stageYuhong Zhang2023-02-094-0/+159
* SERVER-73311 Add group spill stats to serverStatus for SBEAdityavardhan Agrawal2023-02-095-11/+22
* SERVER-73618 [CQF] Simplify V1 and V2 explains for Root and Seek nodesSvilen Mihaylov2023-02-081-15/+3
* SERVER-70984 Remove dead code for returning RecordId from UpdateDocumentIrina Yatsenko2023-02-082-25/+9
* SERVER-57123 Split field accessor map by bloom filter offsetIvan Fefer2023-02-082-20/+73
* 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