summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* SERVER-51788 Implement infrastructure for testing SBE stage builderEric Cox2020-11-118-164/+116
* SERVER-49982 Implement $dayOf* agg expressions in SBEMelodee Li2020-11-117-35/+469
* SERVER-48002 Do not enforce DataCorruptionDetected assertion when ignoring pr...Louis Williams2020-11-111-1/+6
* SERVER-52733 Dependency rationalization for sbe valueSvilen Mihaylov2020-11-101-5/+17
* SERVER-50838 Unchecked return value for recordCursor restore in IDHack stageEric Cox2020-11-091-2/+4
* SERVER-51677 Use LockFree Collection RAII helpers in find, getmore and aggreg...Henrik Edin2020-11-091-4/+0
* SERVER-51540 Support mod expression in SBEAlya Berciu2020-11-093-3/+235
* SERVER-50905: Add RecordId type in SBENikita Lapkov2020-11-099-4/+48
* SERVER-51420 Optimize delete to only read document onceBrian DeLeonardis2020-11-061-8/+11
* SERVER-49825 Replicate updates changing value under new shard key pattern as ...Alex Taskov2020-11-062-2/+40
* SERVER-51270 Support $setDifference expression in SBEMilena Ivanova2020-11-064-0/+87
* SERVER-51870 Reduce memory footprint for SBE PlanStagesAnton Korshunov2020-11-063-129/+79
* SERVER-48890: allow addFields to take empty document as no-opcaiyingshen2020-11-062-6/+43
* Revert "SERVER-51540 Support mod expression in SBE"Ali Mir2020-11-053-233/+1
* SERVER-51540 Support mod expression in SBEAlya Berciu2020-11-043-1/+233
* SERVER-51269 Support $setIntersection expression in SBEMilena Ivanova2020-11-045-25/+133
* SERVER-50738 Add SortedMerge and Unique to SBEIan Boros2020-11-0213-4/+1118
* Revert "SERVER-50738 Add SortedMerge and Unique to SBE"Kaloian Manassiev2020-11-0113-1117/+4
* SERVER-50738 Add SortedMerge and Unique to SBEIan Boros2020-10-3113-4/+1117
* SERVER-50744 Support generation of summaryStats in SBEAnton Korshunov2020-10-246-20/+65
* SERVER-50743 Support generation of "planSummary" stats in SBEAnton Korshunov2020-10-234-15/+34
* SERVER-51268 Support $setUnion expression in SBEMilena Ivanova2020-10-237-0/+168
* SERVER-51602 writeValueToStream() should truncate large strings and large Bin...Melodee Li2020-10-214-6/+197
* SERVER-51077 Add PlanNodeId to the debug print of SBE PlanStageNikita Lapkov2020-10-2129-158/+330
* SERVER-51760 Fix 3-way compare for ArraySet in SBEAnton Korshunov2020-10-201-0/+13
* SERVER-51267 Support $arrayElemAt, $first and $last expressions in SBENikita Lapkov2020-10-158-111/+346
* SERVER-51455 Fix SBE hashValue for the double type valuesMartin Neupauer2020-10-142-4/+69
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-139-46/+80
* SERVER-49977 support $dateToParts in SBEClaire Childs2020-10-096-0/+401
* SERVER-50594 [SBE] Fix bool/int32_t issue on big-endian systemsDrew Paroski2020-10-0830-371/+462
* SERVER-50753 support $indexOfBytes and $indexOfCP in SBEClaire Childs2020-10-085-1/+516
* SERVER-25893 Make it easier to construct a Value from a VectorTed Tuckman2020-10-025-171/+161
* SERVER-51120 Find queries with MERGE_SORT incorrectly sort the results when t...Mindaugas Malinauskas2020-10-022-1/+45
* SERVER-49896 Allow aggregate command to fail if minTs oplog cursor has fallen...Eric Maynard2020-10-011-1/+4
* SERVER-51167 Fix incorrect TypeTag in "sbe_coerce_to_string_test.cpp"Drew Paroski2020-09-281-1/+1
* SERVER-50946 Create PlanExplainer interface and implementationsAnton Korshunov2020-09-283-11/+21
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-2656-92/+92
* SERVER-50432: In at least one instance (4615603) log index keys as strings in...Eric Cox2020-09-251-3/+6
* SERVER-49841 Implement $in match expression in SBEEric Cox2020-09-245-1/+359
* SERVER-50731 Support $divide expression in SBENikita Lapkov2020-09-241-1/+1
* SERVER-50730 Implement $concat expression in SBEMilena Ivanova2020-09-245-0/+177
* SERVER-49037 SBE support for unary numeric expressionsJustin Seyster2020-09-238-7/+816
* SERVER-50727 Plumb QuerySolutionNode ids through to SBE stagesDavid Storch2020-09-2248-173/+313
* SERVER-50833 Coverity analysis defect 115713: Unchecked return valueEric Cox2020-09-211-1/+1
* SERVER-49955 Add support for trigonometric agg expressions in SBEMilena Ivanova2020-09-216-2/+942
* SERVER-50361 Support Object, Array, and BinData in value::hashValue.Martin Neupauer2020-09-194-2/+97
* SERVER-50836 Initialize TextMatchStage::_inValueAccessor to nullptrDavid Storch2020-09-171-1/+1
* SERVER-50663 Fix for BSONObj copy in SBECoerceToStringTest and SBEToUpperToLo...Claire Childs2020-09-162-6/+6
* SERVER-50663 support $toUpper and $toLower in SBEClaire Childs2020-09-169-6/+419
* SERVER-50834 Initialize _bufferIt in SBE spool stagesAnton Korshunov2020-09-161-2/+2