summaryrefslogtreecommitdiff
path: root/jstests/aggregation/expressions
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75287: fix rounding and overflow detection in Classic for subtract whe...Rushan Chen2023-05-172-0/+91
* SERVER-72867 eol-terminate all nonempty text filesBilly Donahue2023-04-262-2/+2
* SERVER-62888 Promote int64 to double on overflow in SBEIvan Fefer2023-04-263-7/+34
* 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-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-033-0/+3
* SERVER-74356: Finalize syntax of $percentileNaama Bareket2023-03-313-45/+43
* SERVER-75535: Replace new Date with ISODate in failing jstestProjjal Chanda2023-03-311-1/+1
* SERVER-72486 Enable all features supported in SBE by defaultDavid Storch2023-03-301-1/+1
* SERVER-51570: Added date time expressions to sbeProjjal Chanda2023-03-291-38/+75
* SERVER-51579: Support expression $year in SBEProjjal Chanda2023-03-293-30/+98
* SERVER-74362: implement $percentile expressionNaama Bareket2023-03-283-0/+296
* SERVER-49978 Support $dateFromString expression in SBEJennifer Peshansky2023-03-272-7/+10
* SERVER-51553 Support expression $round in SBEMatt Boros2023-03-161-61/+85
* SERVER-49979 Support $dateToString expression in SBEJennifer Peshansky2023-02-231-8/+11
* SERVER-73402 Add support for %b and %B in dateToStringJennifer Peshansky2023-02-161-0/+20
* SERVER-71525: Removed failOnPoisonedFieldLookup fail point and associated tes...Projjal Chanda2023-02-091-28/+18
* SERVER-50336 Add %j format specifier to dateToStringJennifer Peshansky2023-01-271-0/+1
* SERVER-71582 Enable function calls to use ABT-constant folded treesAlberto Massari2023-01-201-23/+63
* SERVER-71583 Convert various expressions to ABTIvan Fefer2023-01-101-1/+1
* SERVER-71581 Convert set expressions to ABTIvan Fefer2023-01-091-72/+121
* SERVER-61644 Enable CSI feature flagIan Boros2022-12-101-0/+5
* SERVER-66880 add feature flag for bitwise agg operatorsDavis Haupt2022-12-061-0/+1
* SERVER-25823 add bitwise AND, OR, XOR to the agg languageDavis Haupt2022-12-051-4/+45
* SERVER-71450 Add bitwise not to aggregation languageDavis Haupt2022-12-021-0/+50
* SERVER-70158 Specify argument evaluation order in generateTrigExpressionBinaryAdityavardhan Agrawal2022-10-201-234/+235
* SERVER-70190 Fix ExpressionSwitch::optimize() to manage _children vector corr...David Storch2022-10-131-1/+18
* SERVER-51562: Support $subtract in SBEIvan Fefer2022-09-301-0/+34
* SERVER-54391 Implement $dateTrunc expression in SBERui Liu2022-09-281-1/+3
* SERVER-60141: Upgrade timelib to version 2022.02Alberto Massari2022-09-261-2/+2
* SERVER-67282 $add not to use DoubleDoubleSum in SBEZixuan2022-08-112-12/+46
* Revert "SERVER-67282 $add not to use DoubleDoubleSum in SBE"Sviatlana Zuiko2022-08-092-46/+12
* SERVER-67282 $add not to use DoubleDoubleSum in SBEZixuan Zhuang2022-08-082-12/+46
* SERVER-66521 allow partial optimization of expressionsAlberto Massari2022-07-283-18/+36
* SERVER-63099 Add left-associative constant folding optimization for $add and ...Davis Haupt2022-07-111-0/+219
* SERVER-67162 Integrate new PCRE2 wrapperJennifer Peshansky2022-06-271-29/+11
* SERVER-32863 Add named month placeholder to $dateFromString formatNaomie Gao2022-06-211-0/+26
* SERVER-66583 Re-enable SBE as the default execution engine and fall back to c...Mihai Andrei2022-05-271-1/+1
* SERVER-66310 Make ExpressionSetUnion::isCommutative() collation awareJames Wahlin2022-05-261-0/+13
* SERVER-65173 add test to verify ExpressionObject compilation works correctlyRushan Chen2022-04-121-0/+52
* SERVER-61795 Fix comparisons in expression_trigonometric.jsJustin Seyster2022-02-071-5/+43
* SERVER-63017 Handle no arguments case in un-optimized agg operatorsIrina Yatsenko2022-01-273-0/+9
* SERVER-63008 [SBE] Return an empty array when $concatArrays has no childrenMihai Andrei2022-01-271-0/+3
* SERVER-63012 Initialize '$add' with no operands to zero when translating to SBEEric Cox2022-01-261-0/+12
* SERVER-61941 Make $sortArray comparator satisfy "Compare" requirement with -1...Andrii Dobroshynski2021-12-081-0/+9
* SERVER-60207 Enable feature flag for $sortArrayAndrii Dobroshynski2021-12-061-14/+0
* SERVER-60967 Implement $sortArray in SBENeil Shweky2021-12-041-0/+33
* SERVER-52247 Enable feature flag for Exact top-n accumulatorMihai Andrei2021-12-021-14/+0
* SERVER-29425 implement $sortArray in classic engineNeil Shweky2021-11-151-0/+193