summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/expression.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63479 Remove ExpressionFieldPathNonShardedTed Tuckman2022-03-241-17/+0
* SERVER-58875 Implement optimization for $setEquals expressionRui Liu2022-02-091-1/+7
* SERVER-60967 Implement $sortArray in SBENeil Shweky2021-12-041-4/+5
* SERVER-61506 mark $reverseArray SBE compatibleMickey. J Winters2021-11-171-3/+1
* SERVER-29425 implement $sortArray in classic engineNeil Shweky2021-11-151-0/+36
* SERVER-32739: Allow limit in $filter expressionMaddie Zechar2021-11-051-2/+9
* SERVER-59505 Fix TS pushdown predicate to capture variable type measurementssamontea2021-11-021-7/+13
* Revert "SERVER-60583 Disable $multiply in SBE"Jennifer Peshansky2021-10-201-6/+2
* SERVER-60583 Disable $multiply in SBEJennifer Peshansky2021-10-081-2/+6
* SERVER-60359 Temporarily disable $split in SBEJennifer Peshansky2021-09-301-2/+6
* SERVER-51592 Added support for anyElementTrue in SBEBobby Morck2021-09-281-6/+2
* Revert "SERVER-51592 Added support for anyElementTrue in SBE"auto-revert-processor2021-09-231-2/+6
* SERVER-51592 Added support for anyElementTrue in SBEBobby Morck2021-09-221-6/+2
* Revert "SERVER-51592 Added support for anyElementTrue in SBE"Drew Paroski2021-09-211-2/+6
* SERVER-51592 Added support for anyElementTrue in SBEBobby Morck2021-09-211-6/+2
* SERVER-58379 Extend REGISTER macros to support API version, FCV, and conditio...Mihai Andrei2021-09-151-9/+35
* Revert "SERVER-58379 Extend REGISTER macros to support API version, FCV, and ...Uladzimir Makouski2021-09-141-42/+29
* SERVER-58379 Extend REGISTER macros to support API version, FCV, and conditio...Mihai Andrei2021-09-131-29/+42
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-1/+1
* SERVER-57334 Create desugaring namespace for DocumentSourceDensifysamontea2021-08-181-0/+4
* SERVER-55297 Optimize ExpressionCond in case of constant conditionAlexander Ignatyev2021-08-101-0/+1
* SERVER-57882 Add $minN and $maxN as expressionsMihai Andrei2021-08-061-0/+53
* SERVER-58886 Ban SEARCH_META on sharded collections on variable accessTed Tuckman2021-08-031-4/+20
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-66/+65
* SERVER-56874 Implement $tsSeconds and $tsIncrement aggregation in SBERishab Joshi2021-07-121-12/+4
* SERVER-56907 Remove feature flag for Mitigate pain of using field names with ...Milena Ivanova2021-07-051-26/+0
* SERVER-51543 Support expression $range in SBESajed Nahian2021-06-301-3/+1
* SERVER-55295 Short circuit $ifNull expression if the condition always evaluat...Alice Doherty2021-06-301-0/+1
* SERVER-57899 Expose accumulator name to make it more convenient to switch on ...Andrii Dobroshynski2021-06-301-1/+1
* SERVER-58076 Exclude new 5.0 language features from stable APICharlie Swanson2021-06-291-33/+62
* SERVER-57914 make getField return missing valuesRuslan Abdulkhalikov2021-06-281-2/+2
* SERVER-56873: Add new operators '$tsSecond' and '$tsIncrement' for the aggreg...Rishab Joshi2021-06-171-0/+58
* SERVER-54741: Extend expression walker to support read-only use casesHana Pearlman2021-06-041-103/+512
* SERVER-57164 isVariableReference includes system variablesDavid Percy2021-05-261-2/+16
* SERVER-54192 Each query parser initializer set should be grouped by a single ...Anton Korshunov2021-05-251-19/+23
* SERVER-52307 Enable dots and dollars feature flagAlya Berciu2021-05-181-7/+7
* SERVER-41611 Add $setField aggregation expressionAlya Berciu2021-05-101-0/+43
* SERVER-56546 Update $getField expression syntaxAnton Korshunov2021-05-051-8/+8
* SERVER-54239 Implement $integral function over position-based windows onlyRuoxin Xu2021-04-261-0/+9
* SERVER-30417: Implement $getField expressionAlya Berciu2021-04-211-0/+62
* SERVER-54294 Support range-based bounds for window functionsDavid Percy2021-04-191-0/+1
* SERVER-56106 Prohibit SBE engine if query contains certain agg expressionsDavid Storch2021-04-151-7/+21
* SERVER-53638 Enable pushdown of config.cache.chunks $lookup through $sortCharlie Swanson2021-04-091-2/+6
* SERVER-54390 Implement $dateTrunc in DocumentSource executionMindaugas Malinauskas2021-03-221-12/+88
* SERVER-54233 Implement $derivative window-function executorDavid Percy2021-03-041-0/+37
* SERVER-54589: Extend MatchExpression renaming to support $match with $exprHana Pearlman2021-02-251-0/+22
* SERVER-51823 Use classic engine to evaluate queries containing expressions no...Anton Korshunov2021-02-141-37/+115
* SERVER-53388 Week start parameter for $dateDiff aggregation expressionMindaugas Malinauskas2021-02-111-1/+20
* SERVER-51266 Add BSONType::RegEx support in SBE. Fix $regex aggregation expre...Nikita Lapkov2021-02-111-3/+4
* SERVER-53399 Parse individual window functionsDavid Percy2021-02-041-15/+17