summaryrefslogtreecommitdiff
path: root/jstests/aggregation
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53399 Parse individual window functionsDavid Percy2021-02-042-9/+150
* SERVER-51551 Support expression $isArray in SBEMickey. J Winters2021-02-041-3/+0
* SERVER-52736 Collation support in SBEDrew Paroski2021-02-028-13/+206
* SERVER-53397 Desugar $setWindowFields partitionBy using $sortDavid Percy2021-01-272-0/+149
* Revert "SERVER-53397 Desugar $setWindowFields partitionBy using $sort"David Percy2021-01-262-149/+0
* SERVER-53397 Desugar $setWindowFields partitionBy using $sortDavid Percy2021-01-262-0/+149
* SERVER-53501 Fix incorrect reporting of scannedObjects in serverStatus() for ...Rishab Joshi2021-01-211-0/+56
* SERVER-51666 Implement $dateAdd/ $dateSubtract in SBE.Milena Ivanova2021-01-201-2/+2
* SERVER-51664 Make sure $dateAdd/$dateSubtract produce null if any argument is...Milena Ivanova2021-01-181-272/+196
* SERVER-53461 totalDataSizeGroupedBytesEstimate stats for $group should report...Rishab Joshi2021-01-151-14/+43
* SERVER-51665 Implement $dateDiff expression in SBEMindaugas Malinauskas2021-01-131-25/+126
* SERVER-51664 Implement $dateAdd and $dateSubtract in DocumentSource executionMilena Ivanova2021-01-121-0/+292
* SERVER-53656 Fix use-after-free in SBE with agg executionStats explainDavid Storch2021-01-115-8/+2
* SERVER-34927: allow localField and foreignField with more expressive $lookup ...Hana Pearlman2021-01-071-0/+331
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-072-6/+9
* SERVER-47640 $lookup should increment the serverStatus metrics.queryExecutor ...Rishab Joshi2021-01-011-0/+125
* Revert "SERVER-47640 $lookup should increment the serverStatus metrics.queryE...Pierlauro Sciarelli2020-12-301-114/+0
* SERVER-47640 $lookup should increment the serverStatus metrics.queryExecutor ...Rishab Joshi2020-12-301-0/+114
* SERVER-53268 Complete TODO listed in SERVER-35479samontea2020-12-152-3/+1
* SERVER-51886 Fix typo in jstestMihai Andrei2020-12-151-1/+1
* SERVER-52818 Fix SBE's implementation of strings to handle null bytes correctlyDrew Paroski2020-12-144-190/+26
* SERVER-48380 Expose total data size in bytes processed by $sort and $group in...Rishab Joshi2020-12-141-2/+14
* SERVER-53321 Complete TODO listed in SERVER-52703Martin Neupauer2020-12-111-5/+4
* SERVER-35479 Make $collStats count behavior have "standard" error code and co...samontea2020-12-072-8/+4
* SERVER-12573 Extend $ifNull to accept more than two argumentsHana Pearlman2020-12-042-69/+84
* SERVER-51886 $lookup + $merge pipeline may fail to resolve views correctly wh...Mihai Andrei2020-12-031-0/+60
* SERVER-47398 Start sending 'let' for aggregates.Charlie Swanson2020-12-015-13/+22
* SERVER-51663 Implement $dateDiff in DocumentSource executionMindaugas Malinauskas2020-11-301-0/+103
* SERVER-51544 Implement replaceOne expression in SBEAlya Berciu2020-11-271-0/+175
* Revert "SERVER-51663 Implement $dateDiff in DocumentSource execution"Kaloian Manassiev2020-11-271-103/+0
* SERVER-51663 Implement $dateDiff in DocumentSource executionMindaugas Malinauskas2020-11-261-0/+103
* SERVER-52952 Enable more jstests under SBE modeMelodee Li2020-11-257-9/+0
* SERVER-51534 Support concatArrays in SBEAlya Berciu2020-11-232-6/+157
* SERVER-51554 Support expression $split in SBEMelodee Li2020-11-181-0/+179
* SERVER-50442 Remove ensureIndex shell functionRishab Joshi2020-11-179-13/+13
* SERVER-49982 Implement $dayOf* agg expressions in SBEMelodee Li2020-11-131-6/+7
* Revert "SERVER-50442 Remove ensureIndex shell function This commit also repla...Arun Banala2020-11-129-13/+13
* SERVER-50442 Remove ensureIndex shell function This commit also replaces all ...Rishab Joshi2020-11-129-13/+13
* SERVER-47081 Disallow creation of haystack indexes and verify that haystack i...Mihai Andrei2020-11-111-6/+0
* SERVER-49982 Implement $dayOf* agg expressions in SBEMelodee Li2020-11-111-0/+103
* SERVER-49024 Disallow $lookup caching of stages containing $rand, $sampleDavid Percy2020-11-101-0/+41
* SERVER-51303 Fix lookup match absorbtion optimization for $typeJacob Evans2020-11-101-50/+218
* SERVER-51540 Support mod expression in SBEAlya Berciu2020-11-091-3/+0
* SERVER-48890: allow addFields to take empty document as no-opcaiyingshen2020-11-062-3/+9
* SERVER-51356 Introduce single eval frame model to SBE buildersNikita Lapkov2020-11-051-1/+2
* Revert "SERVER-51540 Support mod expression in SBE"Ali Mir2020-11-051-0/+3
* SERVER-51540 Support mod expression in SBEAlya Berciu2020-11-041-3/+0
* SERVER-50746 Don't implicitly ignore _id in jstests/aggregation/extras/utils....James Wahlin2020-10-225-28/+37
* Revert "SERVER-50746 Don't implicitly ignore _id in jstests/aggregation/extra...James Wahlin2020-10-215-37/+28
* SERVER-50746 Don't implicitly ignore _id in jstests/aggregation/extras/utils....James Wahlin2020-10-215-28/+37