summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/expression.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-67260 removed _WITH_MIN_VERSION functions, replaced parameters that us...Luxi Liu2022-07-281-15/+10
* SERVER-66521 allow partial optimization of expressionsAlberto Massari2022-07-281-89/+241
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-3/+3
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-63099 Add left-associative constant folding optimization for $add and ...Davis Haupt2022-07-111-11/+30
* SERVER-67583 Remove featureFlagSortArrayJennifer Peshansky2022-06-301-6/+1
* SERVER-66923 Removed kFullyDowngradedTo_5_0 constants in the codebaseLuxi Liu2022-06-301-30/+7
* SERVER-67162 Integrate new PCRE2 wrapperJennifer Peshansky2022-06-271-113/+36
* SERVER-66724 Create FLE 2 Equality Match ExpressionMark Benvenuto2022-06-161-0/+121
* SERVER-65735 $add operator should not use DoubleDoubleSummationDavis Haupt2022-06-151-89/+151
* SERVER-55112 Make distinct on a view match distinct on a collection for certa...Ted Tuckman2022-04-281-0/+22
* SERVER-63049 Implemented counters for aggregate accumulator expressionsTimour Katchaounov2022-04-211-1/+1
* SERVER-55204 Error on fallthrough unless the attribute is usedAndrew Morrow2022-04-181-2/+2
* SERVER-61855 Add 5.2 language features to the stable APIMihai Andrei2022-03-301-2/+1
* SERVER-60899 Add time expressions and window functions to V1Joel Redman2022-03-281-24/+11
* SERVER-63479 Remove ExpressionFieldPathNonShardedTed Tuckman2022-03-241-14/+0
* Revert "SERVER-60899 Add new time expressions and original window functions t...auto-revert-processor2022-03-221-11/+24
* SERVER-64602 Provide time-series bucket time bounds as document metadata for ...Dan Larkin-York2022-03-211-0/+14
* SERVER-60899 Add new time expressions and original window functions to V1Joel Redman2022-03-211-24/+11
* SERVER-60800-enable-lookup-unionwith-nonsharded: Merge remote-tracking branch...Ruslan Abdulkhalikov2022-02-281-1/+1
* SERVER-58875 Implement optimization for $setEquals expressionRui Liu2022-02-091-15/+62
* SERVER-59951 Support document _id expressionYoonsoo Kim2022-01-191-3/+1
* SERVER-62499 Augment DocumentStorage APIs to accept pre-computed hashesDan Larkin-York2022-01-131-2/+2
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-1/+1
* SERVER-62242 fixed $indexOfArray handling of duplicate vals in const arraysSteve Tarzia2022-01-071-3/+3
* SERVER-60207 Enable feature flag for $sortArrayAndrii Dobroshynski2021-12-061-2/+2
* SERVER-29425 implement $sortArray in classic engineNeil Shweky2021-11-151-0/+102
* SERVER-32739: Allow limit in $filter expressionMaddie Zechar2021-11-051-11/+76
* SERVER-59505 Fix TS pushdown predicate to capture variable type measurementssamontea2021-11-021-0/+13
* SERVER-57037 Improve precision of operator countersMilena Ivanova2021-10-251-3/+3
* SERVER-60588 Don't attempt to coerce a double product to longJennifer Peshansky2021-10-201-5/+9
* SERVER-32842 Timestamp support for $convertBobby Morck2021-10-181-0/+8
* SERVER-60450 Add error check for $dateSubtract when negating amountMilena Ivanova2021-10-141-0/+4
* SERVER-59613 $range expression should error if it exceeds memory limitMickey. J Winters2021-10-091-1/+14
* SERVER-58163 Follow-up cleanup for SERVER-58076Charlie Swanson2021-10-081-3/+0
* SERVER-60239 Block $group with $coerceToBool from being pushed down to SBEYoonsoo Kim2021-09-281-1/+3
* SERVER-58680 Let $ifNull not remove the last null constantEthan Zhang2021-09-221-5/+7
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-7/+7
* SERVER-59432 tassert for group system var optimizeJacob Evans2021-08-231-1/+8
* SERVER-57334 Create desugaring namespace for DocumentSourceDensifysamontea2021-08-181-10/+32
* SERVER-55297 Optimize ExpressionCond in case of constant conditionAlexander Ignatyev2021-08-101-0/+12
* SERVER-58587 Improve performance of $setIsSubset by replacing std::set with a...Rui Liu2021-08-041-6/+13
* SERVER-58886 Ban SEARCH_META on sharded collections on variable accessTed Tuckman2021-08-031-0/+14
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-25/+30
* SERVER-53028 Clean up FCV gating for $dateDiff, $dateAdd, $dateSubtract, $dat...Andrii Dobroshynski2021-07-141-6/+4
* SERVER-57983 Fix Integer overflow for $rangeSajed Nahian2021-07-081-5/+6
* SERVER-56719 Short circuit $switch when any condition is constantNaama Bareket2021-07-071-3/+39
* SERVER-56907 Remove feature flag for Mitigate pain of using field names with ...Milena Ivanova2021-07-051-15/+15
* SERVER-26991: Inconsistent handling of RegEx optionsMickey. J Winters2021-07-021-2/+1
* SERVER-55295 Short circuit $ifNull expression if the condition always evaluat...Alice Doherty2021-06-301-1/+41