summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/sbe/values
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76896 Add direct access for two common slot accessorsMartin Neupauer2023-05-151-0/+5
* SERVER-58070 Implement $topN / $bottomN accumulatorRui Liu2023-04-291-0/+7
* SERVER-75486: Support $firstN accumulator in sbeProjjal Chanda2023-04-271-0/+11
* Revert "SERVER-75486: Support accumulator $firstN in SBE"auto-revert-processor2023-04-271-11/+0
* SERVER-62888 Promote int64 to double on overflow in SBEIvan Fefer2023-04-261-7/+7
* SERVER-75486: Support accumulator $firstN in SBEProjjal Chanda2023-04-261-0/+11
* SERVER-76321 Fix buffer overrun in 'RowValueBuilder'David Storch2023-04-242-14/+28
* SERVER-76023 Allow comparison with sort specRui Liu2023-04-184-1/+194
* SERVER-75823 Refactor MakeObjSpec's 'allFieldsMap'/'bloomFilter' into a separ...Drew Paroski2023-04-085-195/+5
* SERVER-75229 Add mini-bloom filter to MakeObjSpecDrew Paroski2023-03-293-142/+110
* SERVER-71952 Allow values owned by an SBE Array or ArraySet to be extracted v...Martin Neupauer2023-03-293-4/+102
* SERVER-51579: Support expression $year in SBEProjjal Chanda2023-03-295-0/+51
* SERVER-75019 Use const& to avoid making copiesAmr Elhelw2023-03-221-1/+1
* SERVER-71037 SBE top-k sort improvementsIan Boros2023-03-104-23/+122
* SERVER-74654 Change SBE array from SOA to AOSIan Boros2023-03-102-33/+33
* SERVER-49979 Support $dateToString expression in SBEJennifer Peshansky2023-02-231-0/+4
* SERVER-74126 Add walkArray helper as alternative to ArrayEnumeratorIan Boros2023-02-183-11/+136
* SERVER-73569 Improve sort performance for small arity sort keysAnna Wawrzyniak2023-02-166-327/+803
* SERVER-69509 Extend constant folding with type information and a limited typ...Alberto Massari2023-02-151-0/+37
* SERVER-73785 Improve SBE ArrayEnumerator to avoid repeated strlen callsIan Boros2023-02-145-19/+40
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-1/+1
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-073-22/+0
* Revert "SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 re...Dan Larkin-York2023-02-043-0/+22
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-033-22/+0
* SERVER-73469 Remove dependency of the ChunkManager on QueryKaloian Manassiev2023-02-031-0/+2
* SERVER-73534 Fix crash in serialization of SBE ArraySet to KeyStringDavid Storch2023-02-032-1/+13
* SERVER-73428 [CQF] Eliminate duplicate conversion from document value to sbe ...Svilen Mihaylov2023-02-021-1/+2
* SERVER-70395 Change spilling for SBE HashAggStage to use a more efficient alg...David Storch2023-01-313-9/+21
* SERVER-71942 Initialize ids in ExpressionVisitorContextSteve Tarzia2023-01-231-0/+2
* SERVER-72326 Remove boost::format from SBE pretty printers due to TSAN race c...shinyee.tan/localAnna Wawrzyniak2023-01-101-2/+1
* SERVER-72004 Fixed SBE slot disabling and prepare for yieldingAnna Wawrzyniak2022-12-202-0/+35
* SERVER-70395 Combining partial aggs support for $addToSet, $push, and $mergeO...David Storch2022-12-082-2/+13
* SERVER-71527 Fix memory leak in sbe vmAnna Wawrzyniak2022-12-022-8/+8
* SERVER-71344 Added EExpression unit test coverageAnna Wawrzyniak2022-11-292-10/+65
* SERVER-70110 - Fix compilation of very wide and/or predicatesAnna Wawrzyniak2022-11-191-0/+2
* SERVER-71360 Avoid signed promotion on the value of the subtype before castin...Yuhong Zhang2022-11-161-1/+3
* SERVER-71072 Change SBEPatternValueCmp whether to sort ascending or descendin...Dianna Hohensee2022-11-072-2/+3
* SERVER-68743 Push down $exits and $typeIrina Yatsenko2022-10-274-4/+33
* SERVER-70039 Implement optimization for $dateTruncRui Liu2022-10-032-0/+24
* SERVER-51562: Support $subtract in SBEIvan Fefer2022-09-301-1/+1
* SERVER-68792 Refactor iterating over cell values into a cursorIrina Yatsenko2022-09-231-50/+0
* SERVER-68844 Improve VMMartin Neupauer2022-09-233-29/+45
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-1/+1
* SERVER-68544 Assert on overflow of $add[Date, Decimal128] in ClassicKevin Cherkauer2022-09-151-5/+5
* SERVER-69104 Avoid repeated creation of ColumnStoreEncoderJustin Seyster2022-09-011-3/+3
* SERVER-68970 Update sbe_stage_builder_projection.cpp to use traversePDrew Paroski2022-08-315-1/+256
* SERVER-67336 Support per-path filters in SBE column scan stageIrina Yatsenko2022-08-132-50/+50
* SERVER-67282 $add not to use DoubleDoubleSum in SBEZixuan2022-08-111-6/+64
* SERVER-68281 Improve ValueGuard performanceParker Felix2022-08-102-55/+31
* Revert "SERVER-67282 $add not to use DoubleDoubleSum in SBE"Sviatlana Zuiko2022-08-091-64/+6