summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/expression_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76424 Replace 'redact' with 'hmac' in $telemetry syntaxTed Tuckman2023-05-031-5/+5
* SERVER-75398 New query shape definition for find commandCharlie Swanson2023-04-131-64/+73
* SERVER-73303 Remove Queryable Encryption v1 CodeShreyas Kalyan2023-04-051-3/+0
* SERVER-75343: Fix and centralize identifier redaction in SerializationOptionsWill Buerger2023-04-041-4/+4
* SERVER-69563 Enable feature flag for queryable encryption protocol version 2Erwin Pe2023-04-031-283/+0
* SERVER-73995 Implement v2 changes to Queryable Encryption finds using collSca...Shreyas Kalyan2023-03-151-0/+140
* SERVER-74724 Convert query shape and redaction unit tests to use auto-updatin...Davis Haupt2023-03-141-88/+130
* SERVER-73320 Implement literal and field name redaction for ExpressionGetFiel...Ted Tuckman2023-02-171-0/+170
* SERVER-73324 Literal and field name redaction for ExpressionFieldPath and Exp...Ted Tuckman2023-02-141-0/+25
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-5/+25
* SERVER-72688 $meta aggregate expression should be marked as unstable for API ...Naama Bareket2023-01-261-1/+40
* Revert "SERVER-72688 $meta aggregate expression should be marked as unstable ...auto-revert-processor2023-01-261-40/+1
* SERVER-72688 $meta aggregate expression should be marked as unstable for API ...Naama Bareket2023-01-251-1/+40
* SERVER-66880 add feature flag for bitwise agg operatorsDavis Haupt2022-12-061-147/+176
* SERVER-25823 add bitwise AND, OR, XOR to the agg languageDavis Haupt2022-12-051-0/+146
* SERVER-71450 Add bitwise not to aggregation languageDavis Haupt2022-12-021-0/+57
* SERVER-71214 remove $betweenDavis Haupt2022-11-111-29/+0
* SERVER-70190 Fix ExpressionSwitch::optimize() to manage _children vector corr...David Storch2022-10-131-2/+58
* SERVER-67627 Runtime predicate evaluation for internalFleBetweenDavis Haupt2022-10-071-35/+0
* SERVER-69598 squash commitsgalon12022-09-231-6/+8
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-1/+1
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-3/+3
* SERVER-68828 Create $encryptedBetween aggregation expressionDavis Haupt2022-08-171-0/+28
* SERVER-67629 encryptedBetween agg operatorjoshua2022-08-161-0/+93
* SERVER-68820 Move temp collection cleanup paths out of DatabaseKaloian Manassiev2022-08-151-8/+4
* SERVER-66724 Create FLE 2 Equality Match ExpressionMark Benvenuto2022-06-161-0/+237
* SERVER-65735 $add operator should not use DoubleDoubleSummationDavis Haupt2022-06-151-0/+213
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-55112 Make distinct on a view match distinct on a collection for certa...Ted Tuckman2022-04-281-0/+64
* SERVER-60207 Enable feature flag for $sortArrayAndrii Dobroshynski2021-12-061-12/+0
* SERVER-29425 implement $sortArray in classic engineNeil Shweky2021-11-151-0/+85
* SERVER-59133 Change 'output' parameter to 'input' in syntax for $firstN/$last...Mihai Andrei2021-11-051-20/+20
* SERVER-58680 Let $ifNull not remove the last null constantEthan Zhang2021-09-221-4/+3
* SERVER-58379 Extend REGISTER macros to support API version, FCV, and conditio...Mihai Andrei2021-09-151-42/+70
* Revert "SERVER-58379 Extend REGISTER macros to support API version, FCV, and ...Uladzimir Makouski2021-09-141-70/+42
* SERVER-58379 Extend REGISTER macros to support API version, FCV, and conditio...Mihai Andrei2021-09-131-42/+70
* SERVER-57881 Add $firstN and $lastN as expressionsRaunak Chowdhury2021-08-261-25/+59
* SERVER-57633 fix implicit long long to double conversion in unit testsBenety Goh2021-08-191-3/+3
* SERVER-55297 Optimize ExpressionCond in case of constant conditionAlexander Ignatyev2021-08-101-0/+54
* SERVER-57882 Add $minN and $maxN as expressionsMihai Andrei2021-08-061-0/+34
* SERVER-56719 Short circuit $switch when any condition is constantNaama Bareket2021-07-071-0/+163
* SERVER-55295 Short circuit $ifNull expression if the condition always evaluat...Alice Doherty2021-06-301-0/+89
* Revert "SERVER-56719 Short circuit $switch when any condition is constant"samontea2021-06-301-163/+0
* SERVER-56719 Short circuit $switch when any condition is constantNaama Bareket2021-06-291-0/+163
* SERVER-58047: $toHashedIndexKey expression doesn't add any dependencies.Kshitij Gupta2021-06-251-0/+11
* SERVER-41611 Add $setField aggregation expressionAlya Berciu2021-05-101-0/+14
* SERVER-56546 Update $getField expression syntaxAnton Korshunov2021-05-051-9/+9
* SERVER-30417: Implement $getField expressionAlya Berciu2021-04-211-0/+25
* SERVER-52739: Numerical stability issue in StdDev functionsSvilen Mihaylov2020-11-171-0/+16
* SERVER-49744 Per-document scoring metadata for $searchMihai Andrei2020-11-131-0/+14