summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/expression.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54233 Implement $derivative window-function executorDavid Percy2021-03-041-63/+99
* SERVER-54589: Extend MatchExpression renaming to support $match with $exprHana Pearlman2021-02-251-0/+20
* SERVER-51823 Use classic engine to evaluate queries containing expressions no...Anton Korshunov2021-02-141-7/+21
* SERVER-53388 Week start parameter for $dateDiff aggregation expressionMindaugas Malinauskas2021-02-111-18/+60
* SERVER-51266 Add BSONType::RegEx support in SBE. Fix $regex aggregation expre...Nikita Lapkov2021-02-111-6/+9
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-101-1/+1
* SERVER-54011 Change showRecordId() to support the ObjectId typeGregory Wlodarek2021-02-041-3/+8
* SERVER-53982 RecordId supports ObjectId typeLouis Williams2021-01-291-1/+1
* SERVER-51664 Make sure $dateAdd/$dateSubtract produce null if any argument is...Milena Ivanova2021-01-181-14/+11
* SERVER-51665 Implement $dateDiff expression in SBEMindaugas Malinauskas2021-01-131-7/+12
* SERVER-51664 Implement $dateAdd and $dateSubtract in DocumentSource executionMilena Ivanova2021-01-121-0/+166
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-1/+0
* SERVER-12573 Extend $ifNull to accept more than two argumentsHana Pearlman2020-12-041-6/+13
* SERVER-51663 Implement $dateDiff in DocumentSource executionMindaugas Malinauskas2020-11-301-0/+145
* Revert "SERVER-51663 Implement $dateDiff in DocumentSource execution"Kaloian Manassiev2020-11-271-145/+0
* SERVER-51663 Implement $dateDiff in DocumentSource executionMindaugas Malinauskas2020-11-261-0/+145
* SERVER-50734 Support regexp expressions in SBEMilena Ivanova2020-11-231-0/+56
* SERVER-49744 Per-document scoring metadata for $searchMihai Andrei2020-11-131-3/+10
* SERVER-49024 Disallow $lookup caching of stages containing $rand, $sampleDavid Percy2020-11-101-1/+1
* SERVER-50445 Return the value in double when NumberLong subtraction overflows...Arun Banala2020-11-031-3/+7
* SERVER-51454 Ensure agg parser is initialized before defaultProfileFilterDavid Percy2020-10-201-0/+6
* SERVER-50753 support $indexOfBytes and $indexOfCP in SBEClaire Childs2020-10-081-37/+8
* SERVER-50830 fix unchecked dynamic castGeorge Wangensteen2020-09-181-2/+2
* SERVER-50663 support $toUpper and $toLower in SBEClaire Childs2020-09-161-4/+3
* SERVER-49927 Add $FieldPath to grammarTed Tuckman2020-08-261-6/+19
* SERVER-49214: Add $toHashedIndexKey expression.Kshitij Gupta2020-08-031-0/+29
* SERVER-49404 Enforce additional checks in $arrayToObjectDrew Paroski2020-07-151-2/+14
* SERVER-37068 Add NumberDecimal as numeric type for aggregation expressionsJunhson Jean-Baptiste2020-07-011-4/+2
* Revert "SERVER-37068 Add NumberDecimal as numeric type for aggregation expres...Kaloian Manassiev2020-06-301-2/+4
* SERVER-37068 Add NumberDecimal as numeric type for aggregation expressionsJunhson Jean-Baptiste2020-06-291-4/+2
* SERVER-48464 Remove {$rand:{const:true}}Svilen Mihaylov2020-06-161-27/+3
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-2/+8
* SERVER-30405: add expression to generate a random numberSvilen Mihaylov2020-06-041-0/+66
* SERVER-47030 Fix date_time_support to not throw exceptionsJacob Evans2020-05-231-4/+6
* SERVER-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans2020-05-161-305/+262
* SERVER-47191 Implement evalutation of Expressions to produce let parametersEric Cox2020-04-231-4/+4
* SERVER-46323 Update FCV constants throughout server code following 4.4 branchAli Mir2020-04-221-16/+0
* SERVER-46169 Remove query-related FCV checks left over from 4.4 developmentDavid Storch2020-03-311-28/+14
* SERVER-43361 Remove compatibility with 4.2 sort key formatDavid Storch2020-03-251-18/+4
* SERVER-45216 Rename Document::size() to Document::computeSizeSvilen Mihaylov2020-02-201-2/+2
* SERVER-45846 Improve performance of $splitIan Boros2020-01-291-20/+14
* SERVER-43360 No year 0 in $dateFromParts expressionsJustin Seyster2019-12-131-4/+4
* SERVER-43669 Serialize "sortKey" as BSONArrayJustin Seyster2019-12-131-4/+18
* SERVER-33582 Add $bsonSize expressionDavid Percy2019-12-121-6/+44
* SERVER-32314 Add $replaceOne and $replaceAll expressionsDavid Percy2019-12-051-0/+166
* SERVER-44617 $regexFind crash when one of the capture group doesn't match the...Arun Banala2019-11-281-5/+37
* SERVER-44327 Add $first and $last expressionsDavid Percy2019-11-251-8/+39
* SERVER-30967 Add $binarySize expressionDavid Percy2019-11-211-7/+39
* SERVER-42988 allow agg-style object syntax in find() projectionIan Boros2019-10-211-0/+4
* SERVER-42462 Put new $meta arguments behind FCV checkAnton Korshunov2019-10-171-0/+16