summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54067 Enforce identical restrictions on updates to the new shard key d...jannaerin2021-01-282-35/+41
* SERVER-51815 Sort stage should provide specific stats for total mem usage in SBEMihai Andrei2021-01-272-3/+3
* SERVER-54040 Resharding may fail to throw WouldChangeOwningShard despite dest...r4.9.0-alpha4jannaerin2021-01-271-2/+7
* SERVER-53397 Desugar $setWindowFields partitionBy using $sortDavid Percy2021-01-272-0/+26
* SERVER-50386 Testing and documentation for ByteArrayDeprecated subtypeJustin Seyster2021-01-276-9/+339
* Revert "SERVER-53397 Desugar $setWindowFields partitionBy using $sort"David Percy2021-01-262-26/+0
* SERVER-53397 Desugar $setWindowFields partitionBy using $sortDavid Percy2021-01-262-0/+26
* SERVER-52814 Serialize projection _id field to always equivalent projection specTed Tuckman2021-01-254-1/+87
* Revert "SERVER-52953 $geoNear does not always match coordinate given to 'near...Mihai Andrei2021-01-221-18/+3
* SERVER-53501 Fix incorrect reporting of scannedObjects in serverStatus() for ...Rishab Joshi2021-01-211-0/+18
* SERVER-52793 Collect resource consumption metrics for all SBE stages that sor...Mihai Andrei2021-01-201-4/+10
* SERVER-51666 Implement $dateAdd/ $dateSubtract in SBE.Milena Ivanova2021-01-206-2/+213
* SERVER-50754 introduce MakeBSONObjStage and various perf improvements to SBEIan Boros2021-01-1917-266/+858
* SERVER-53435 Make queries run with DBHelpers plus SBE circumvent 'checkCanSer...David Storch2021-01-156-24/+82
* SERVER-53461 totalDataSizeGroupedBytesEstimate stats for $group should report...Rishab Joshi2021-01-151-2/+2
* SERVER-53731 skip validation for storage on delta updatesBenety Goh2021-01-151-1/+2
* SERVER-51665 Implement $dateDiff expression in SBEMindaugas Malinauskas2021-01-137-2/+354
* SERVER-52913 Support $elemMatch projection operator in SBENikita Lapkov2021-01-136-0/+113
* SERVER-52953 $geoNear does not always match coordinate given to 'near' when m...Mihai Andrei2021-01-121-3/+18
* SERVER-53655 Relax an invariant in sbe::compareValueMartin Neupauer2021-01-121-3/+4
* SERVER-47640 $lookup should increment the serverStatus metrics.queryExecutor ...Rishab Joshi2021-01-011-2/+35
* Revert "SERVER-47640 $lookup should increment the serverStatus metrics.queryE...Pierlauro Sciarelli2020-12-301-35/+2
* SERVER-47640 $lookup should increment the serverStatus metrics.queryExecutor ...Rishab Joshi2020-12-301-2/+35
* SERVER-53475 Fix convertFrom on the ARM64 platform.Martin Neupauer2020-12-231-1/+1
* SERVER-53427 Infrastructure changes to support nested LFR operationsDianna Hohensee2020-12-182-3/+3
* SERVER-52818 Fix SBE's implementation of strings to handle null bytes correctlyDrew Paroski2020-12-1412-131/+135
* SERVER-48380 Expose total data size in bytes processed by $sort and $group in...Rishab Joshi2020-12-141-0/+18
* SERVER-53090 [SBE] Fix crash when running "bestbuy_agg_query_comparison.js"Drew Paroski2020-12-1012-44/+81
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-2/+0
* SERVER-52703 Support Undefined type in SBE. SERVER-52704 Support MinKey/MaxKe...Martin Neupauer2020-12-089-4/+141
* SERVER-52912 Support $slice projection operator in SBENikita Lapkov2020-12-076-9/+339
* SERVER-50712 Handle shard filtering in SBEEric Cox2020-12-0111-19/+342
* SERVER-47398 Start sending 'let' for aggregates.Charlie Swanson2020-12-011-0/+4
* SERVER-48625 Add query knobs to explain output and logsTed Tuckman2020-12-012-1/+3
* SERVER-51663 Implement $dateDiff in DocumentSource executionMindaugas Malinauskas2020-11-301-0/+7
* SERVER-51544 Implement replaceOne expression in SBEAlya Berciu2020-11-275-0/+304
* Revert "SERVER-51663 Implement $dateDiff in DocumentSource execution"Kaloian Manassiev2020-11-271-7/+0
* SERVER-51663 Implement $dateDiff in DocumentSource executionMindaugas Malinauskas2020-11-261-0/+7
* SERVER-51409 Support executionStats mode in SBE explainAnton Korshunov2020-11-2548-104/+463
* SERVER-50734 Fix clang-tidy error for immediately destroyed objectNick Zolnierz2020-11-241-2/+2
* SERVER-51534 Support concatArrays in SBEAlya Berciu2020-11-231-0/+5
* SERVER-50734 Support regexp expressions in SBEMilena Ivanova2020-11-237-36/+641
* SERVER-52974 Avoid extra calls to _doc.getObject() in update codepath.Max Hirschhorn2020-11-212-15/+39
* SERVER-51026 Collect number of keys sorted and disk spills for query operationsLouis Williams2020-11-195-12/+27
* SERVER-32960: Make $mod truncate float values consistently and use long long ...Nikita Lapkov2020-11-196-4/+196
* SERVER-51857 SBE variadic expressions should support large operands listAnton Korshunov2020-11-183-128/+165
* SERVER-48002 Do not enforce DataCorruptionDetected assertion when ignoring pr...Louis Williams2020-11-181-1/+6
* SERVER-50388 Support $where operator in SBENikita Lapkov2020-11-179-0/+219
* SERVER-50921 add method to return reshard key if appending resharding recipie...Vishnu Kaushik2020-11-171-5/+7
* SERVER-49744 Per-document scoring metadata for $searchMihai Andrei2020-11-138-13/+135