summaryrefslogtreecommitdiff
path: root/jstests/aggregation
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75287: fix rounding and overflow detection in Classic for subtract whe...Rushan Chen2023-05-172-0/+91
* SERVER-76826 Fix invariant failure for $merge with dollar fieldsRui Liu2023-05-111-0/+135
* SERVER-76850 Add failpoint to test spilling in set window fieldsGil Alon2023-05-081-224/+245
* SERVER-74787 Prepare jstest corpus for implicit strict modeMatt Broadstone2023-05-0727-61/+57
* SERVER-75488: Add minN and maxN accumulators in sbeProjjal Chanda2023-05-061-0/+2
* SERVER-65369 Remove $_generateV2ResumeTokens parameter from aggregate command...Arun Banala2023-05-031-12/+0
* SERVER-75487: Implement lastN accumulator in SBEProjjal Chanda2023-05-021-3/+57
* SERVER-76470 Restrict classic $lookup localField 0-prefixed numeric component...Matt Boros2023-05-011-70/+167
* SERVER-58070 Implement $topN / $bottomN accumulatorRui Liu2023-04-291-0/+2
* SERVER-76510 Make makeBsonObj() preserve field orderDrew Paroski2023-04-271-0/+5
* SERVER-75486: Support $firstN accumulator in sbeProjjal Chanda2023-04-271-1/+57
* Revert "SERVER-75486: Support accumulator $firstN in SBE"auto-revert-processor2023-04-271-57/+1
* SERVER-72867 eol-terminate all nonempty text filesBilly Donahue2023-04-2617-17/+17
* SERVER-62888 Promote int64 to double on overflow in SBEIvan Fefer2023-04-263-7/+34
* Revert "SERVER-76510 Make makeBsonObj() preserve field order"Uladzimir Makouski2023-04-261-5/+0
* SERVER-75486: Support accumulator $firstN in SBEProjjal Chanda2023-04-261-1/+57
* SERVER-76510 Make makeBsonObj() preserve field orderDrew Paroski2023-04-261-0/+5
* SERVER-75101 when localField contains numeric component it must not be pushed...Matt Boros2023-04-251-0/+163
* SERVER-51531: Implement $array exprProjjal Chanda2023-04-121-0/+33
* SERVER-75144 Use discrete algorithm in $percentile expression on small inputIrina Yatsenko2023-04-111-2/+47
* SERVER-75506 Cache $lookup inner query plans with single solutionMatt Boros2023-04-111-0/+67
* SERVER-75670 Avoid marking excluded fields in projection as 'generated' durin...Ben Shteinfeld2023-04-052-1/+31
* SERVER-51532: Implement objecttoarray and arraytoobject expressionsProjjal Chanda2023-04-052-34/+67
* SERVER-52237: Enable feature flag for Approximate Median and Percentile Accum...Naama Bareket2023-04-038-6/+12
* SERVER-74356: Finalize syntax of $percentileNaama Bareket2023-03-318-136/+106
* SERVER-75535: Replace new Date with ISODate in failing jstestProjjal Chanda2023-03-311-1/+1
* SERVER-75510 increase memory limit in spill to disk $percentile testGil Alon2023-03-301-3/+3
* SERVER-72486 Enable all features supported in SBE by defaultDavid Storch2023-03-302-41/+35
* SERVER-75115 allow $percentile and $median window functions to spillGil Alon2023-03-301-38/+89
* SERVER-74357 Switch approximate $percentile accumulator to use t-digestIrina Yatsenko2023-03-301-4/+110
* SERVER-51570: Added date time expressions to sbeProjjal Chanda2023-03-292-38/+76
* SERVER-74559 add $percentile and $median as window functionsGil Alon2023-03-291-0/+129
* SERVER-51579: Support expression $year in SBEProjjal Chanda2023-03-293-30/+98
* SERVER-74362: implement $percentile expressionNaama Bareket2023-03-283-0/+296
* SERVER-25120 Exclude generated paths from pipeline dependenciesAlyssa Wagenmaker2023-03-272-6/+5
* SERVER-49978 Support $dateFromString expression in SBEJennifer Peshansky2023-03-272-7/+10
* SERVER-71636 Fix explain of $lookup when inner collection is shardedDavid Storch2023-03-231-1/+6
* SERVER-74358 Support computing $percentile on sharded collectionsIrina Yatsenko2023-03-172-4/+0
* SERVER-51553 Support expression $round in SBEMatt Boros2023-03-161-61/+85
* SERVER-74837 Refactor $lookup join tests to not use magic globalsMatt Broadstone2023-03-154-86/+103
* SERVER-74361 Add $median accumulator that desugars to $percentileGil Alon2023-03-142-0/+106
* SERVER-57932 Improve error message for $near in aggregation to suggest workar...Maddie Zechar2023-03-042-1/+16
* SERVER-74297 Initial implementation of $percentile accumulatorIrina Yatsenko2023-03-032-0/+195
* Revert "SERVER-74297 Initial implementation of $percentile accumulator"auto-revert-processor2023-03-032-195/+0
* SERVER-74297 Initial implementation of $percentile accumulatorIrina Yatsenko2023-03-032-0/+195
* SERVER-49979 Support $dateToString expression in SBEJennifer Peshansky2023-02-232-8/+12
* SERVER-73402 Add support for %b and %B in dateToStringJennifer Peshansky2023-02-161-0/+20
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-4/+8
* SERVER-71839 Add appear-once and custom position stage constraintsRomans Kasperovics2023-02-101-8/+20
* SERVER-71525: Removed failOnPoisonedFieldLookup fail point and associated tes...Projjal Chanda2023-02-091-28/+18