summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65364 Allow fine-grained selection of indexes to updateAlberto Massari2022-12-211-18/+23
* SERVER-71530: Add VariableTransporter for walking variables with callbackWill Buerger2022-12-211-3/+6
* SERVER-68377 Skip creating a dense column cursor during a column scan when an...Dianna Hohensee2022-12-212-37/+65
* SERVER-72056 golden test for lowering ABT constant expressions to SBEDavis Haupt2022-12-212-0/+89
* SERVER-72004 Fixed SBE slot disabling and prepare for yieldingAnna Wawrzyniak2022-12-2017-75/+215
* SERVER-66145 Prevent operations from writing with read ticketsLouis Williams2022-12-162-3/+13
* SERVER-69508 Generate SBE Expressions by means of constant-folded ABT treesAlberto Massari2022-12-141-1/+1
* Revert "SERVER-69508 Generate SBE Expressions by means of constant-folded ABT...auto-revert-processor2022-12-141-1/+1
* SERVER-66097 Add concurrency with committed prepared transactions handling to...Dianna Hohensee2022-12-131-3/+3
* SERVER-69508 Generate SBE Expressions by means of constant-folded ABT treesAlberto Massari2022-12-131-1/+1
* SERVER-71631: Inline IndexSpecification into IndexScanNodeWill Buerger2022-12-131-5/+4
* SERVER-71384 [CQF] Speed up vending of projection namesSvilen Mihaylov2022-12-132-7/+7
* SERVER-70268 Unpacking to BSON objectRui Liu2022-12-132-1/+101
* SERVER-70880: Removed default ABT handler in reference tracker for node typesWill Buerger2022-12-121-21/+24
* SERVER-72001 Fix type tag in traverseP_nestedIvan Fefer2022-12-121-1/+1
* SERVER-71977 Fix memory leak in Sorted Merge sbe_abt_testMatt Boros2022-12-091-0/+5
* SERVER-70639 [CQF] Implement Spool physical nodeSvilen Mihaylov2022-12-083-4/+239
* SERVER-71101 Clean up dense column cursor when ColumnScanStage::close() is ca...Dianna Hohensee2022-12-081-0/+1
* SERVER-70395 Combining partial aggs support for $addToSet, $push, and $mergeO...David Storch2022-12-085-2/+263
* SERVER-69027 [CQF] Support for Recursive Index NavigationSvilen Mihaylov2022-12-084-35/+25
* SERVER-70637 Implement sorted merge physical nodeMatt Boros2022-12-083-32/+247
* Revert "SERVER-69508 Generate SBE Expressions by means of constant-folded ABT...Sviatlana Zuiko2022-12-071-1/+1
* SERVER-69508 Generate SBE Expressions by means of constant-folded ABT treesAlberto Massari2022-12-071-1/+1
* SERVER-69875 De-stage-ify the SBE expression stage builderDrew Paroski2022-12-063-1/+41
* SERVER-53657 Add spill file size to execution stats for $groupIvan Fefer2022-12-061-0/+8
* SERVER-25823 add bitwise AND, OR, XOR to the agg languageDavis Haupt2022-12-052-0/+25
* SERVER-71505 Transition code which uses pair to boost::optionalMatt Boros2022-12-031-1/+1
* SERVER-70867 Add uassert to handle unsafe usage of value::compareValueAdityavardhan Agrawal2022-12-021-1/+1
* SERVER-71527 Fix memory leak in sbe vmAnna Wawrzyniak2022-12-024-246/+104
* SERVER-67161: Add physical NestedLoopJoin and make BinaryJoin logicalHana Pearlman2022-12-022-2/+2
* Revert "SERVER-69952 Prevent timeseries from using _id when out of range"dziana.hurynovich2022-12-021-82/+27
* SERVER-69952 Prevent timeseries from using _id when out of rangeJoel Redman2022-12-011-27/+82
* SERVER-69456 Set new cost model as defaultAlexander Ignatyev2022-11-292-2/+6
* SERVER-71344 Added EExpression unit test coverageAnna Wawrzyniak2022-11-2918-108/+1373
* SERVER-70395 Make stage builders generate partial agg combining exprs (part 1)David Storch2022-11-281-0/+18
* SERVER-71641 Move append instruction methods to a single translation unitMartin Neupauer2022-11-282-64/+104
* SERVER-71051 Make CE module less dependent on statistics moduleAnton Korshunov2022-11-281-2/+1
* SERVER-70493 Have SBE HashAgg report spill file sizeYoonsoo Kim2022-11-233-0/+8
* SERVER-70861 Coverity analysis defect 134014: Uninitialized scalar fieldRuoxin Xu2022-11-221-1/+1
* SERVER-70110 - Fix compilation of very wide and/or predicatesAnna Wawrzyniak2022-11-197-25/+443
* SERVER-68516 Revert back to always using `ProjectionExecutor` to translate pr...Ben Shteinfeld2022-11-181-0/+8
* SERVER-69237 Make preImage doc available to CollectionUpdateArgsIsrael Hsu2022-11-182-65/+53
* SERVER-70972 Push simple getField() expressions into SBE scan stageDrew Paroski2022-11-162-20/+88
* SERVER-71360 Avoid signed promotion on the value of the subtype before castin...Yuhong Zhang2022-11-161-1/+3
* SERVER-71363 Use Nanoseconds rather than Microseconds in QueryExecTime and su...Ruoxin Xu2022-11-166-14/+14
* SERVER-71270 In timeseries collections prevent match pushdown before project ...Ivan Fefer2022-11-163-109/+136
* SERVER-70229 delete special member functionsMartin Neupauer2022-11-151-0/+3
* SERVER-70353 Implement fast path projection node to support exclusionIvan Fefer2022-11-158-105/+290
* SERVER-66570: Ensure that pushed down projections computed from the metadata ...Hana Pearlman2022-11-143-31/+186
* SERVER-70885 Fix getElement/getField memory bug for stack owned valueZixuan Zhuang2022-11-142-0/+80