summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-2515-47/+44
* SERVER-54721 WorkingSetMember to support serializing and de-serializing Objec...Gregory Wlodarek2021-02-242-5/+53
* SERVER-54008 Generalize CollectionScan to perform queries over RecordIdLouis Williams2021-02-244-70/+83
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-2215-44/+47
* SERVER-54492 Support BSONType::Code in SBENikita Lapkov2021-02-226-58/+197
* SERVER-54490 Fix incorrect sort order for NaN and missing values in SBENikita Lapkov2021-02-221-4/+5
* SERVER-54634 Fix memory leak in regexFindAll SBE builtinNikita Lapkov2021-02-221-1/+3
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-174-11/+11
* SERVER-53714 Add removable $min/$max window functionsDavid Percy2021-02-161-0/+9
* SERVER-36794 Non-blocking plans with just one search term do not need an OR s...Hartek Sabharwal2021-02-161-7/+21
* SERVER-50580 SBE should obey ASSERT_MIN_TS_HAS_NOT_FALLEN_OFF_OPLOG flagBernard Gorman2021-02-151-5/+3
* SERVER-53080 generate optimized covered shard filtering plans in SBEDavid Storch2021-02-123-43/+30
* SERVER-54475 Add SSPL to shim files. Refactor sspl check.Billy Donahue2021-02-122-2/+2
* Revert "SERVER-53714 Add removable $min/$max window functions"Gregory Wlodarek2021-02-121-9/+0
* SERVER-53714 Add removable $min/$max window functionsDavid Percy2021-02-111-0/+9
* SERVER-53388 Week start parameter for $dateDiff aggregation expressionMindaugas Malinauskas2021-02-115-38/+189
* SERVER-51266 Add BSONType::RegEx support in SBE. Fix $regex aggregation expre...Nikita Lapkov2021-02-118-38/+181
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-105-9/+9
* SERVER-54298 More perf improvements to sbe MkObj stageIan Boros2021-02-102-31/+123
* SERVER-53989 RecordStore determines its key format from the durable catalogLouis Williams2021-02-092-14/+5
* SERVER-34454 Consider including the EOF bonus in the plan cache scoreTimour Katchaounov2021-02-091-1/+1
* SERVER-53039 Make SpecificStats::clone() return unique_ptrYoonsoo Kim2021-02-093-103/+85
* SERVER-52914 Support positional projection operator ($) in SBENikita Lapkov2021-02-081-3/+5
* SERVER-50268 cleaned up LIBDEP_DEPENDENTS and wiredtiger dependencies.Daniel Moody2021-02-061-3/+6
* SERVER-54317 [SBE] MONGO_UNREACHABLE in jstests/aggregation/bugs/server6239.jsMartin Neupauer2021-02-051-1/+1
* SERVER-53271 Compute executionTimeMillisEstimates metric for SBE PlanStagesAnton Korshunov2021-02-0523-0/+181
* SERVER-53891 Fix read from uninitialized variable in SBE parserIan Boros2021-02-043-25/+45
* SERVER-53986 Use ObjectId's as table keys for time-series collectionsGregory Wlodarek2021-02-032-3/+15
* SERVER-52736 Collation support in SBEDrew Paroski2021-02-0215-427/+1324
* SERVER-53270 Include SBE PlanStage tree string into explain outputAnton Korshunov2021-01-307-16/+37
* SERVER-53982 RecordId supports ObjectId typeLouis Williams2021-01-295-9/+9
* 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