summaryrefslogtreecommitdiff
path: root/jstests/aggregation/bugs
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74787 Prepare jstest corpus for implicit strict modeMatt Broadstone2023-05-0725-58/+54
* SERVER-76510 Make makeBsonObj() preserve field orderDrew Paroski2023-04-271-0/+5
* SERVER-72867 eol-terminate all nonempty text filesBilly Donahue2023-04-263-3/+3
* Revert "SERVER-76510 Make makeBsonObj() preserve field order"Uladzimir Makouski2023-04-261-5/+0
* SERVER-76510 Make makeBsonObj() preserve field orderDrew Paroski2023-04-261-0/+5
* SERVER-75670 Avoid marking excluded fields in projection as 'generated' durin...Ben Shteinfeld2023-04-051-0/+30
* SERVER-51570: Added date time expressions to sbeProjjal Chanda2023-03-291-0/+1
* SERVER-57932 Improve error message for $near in aggregation to suggest workar...Maddie Zechar2023-03-041-1/+3
* SERVER-49979 Support $dateToString expression in SBEJennifer Peshansky2023-02-231-0/+1
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-4/+8
* SERVER-72651 test $match filter erroneously pushed past $projectSteve Tarzia2023-01-191-0/+12
* SERVER-71691 handle paused execution in setWindowFieldsAlyssa Wagenmaker2023-01-061-0/+77
* SERVER-70042 Assign expected / actual semantics to assert.docEq() argumentsRomans Kasperovics2022-12-202-5/+5
* SERVER-59302 Remove support in client code for commands wrapped with $queryDavid Storch2022-11-171-10/+19
* SERVER-71270 In timeseries collections prevent match pushdown before project ...Ivan Fefer2022-11-161-0/+30
* SERVER-66954: Introduce a new build variant which enables CQFHana Pearlman2022-11-141-0/+2
* SERVER-61284: Support simple projection optimization for simple exclusion pro...Ivan Fefer2022-10-201-4/+9
* SERVER-67963 Clarify tests for $group with null and missing valuesSteve Tarzia2022-07-281-8/+29
* SERVER-67580: Remove featureFlagShardedLookupHana Pearlman2022-07-111-10/+0
* SERVER-67416 SERVER-23229 Always sort fieldpath string sets using custom comp...Steve Tarzia2022-07-061-15/+23
* SERVER-66418 fix bug in projection created during dependency analysisSteve Tarzia2022-06-171-0/+38
* SERVER-64255 Column Store Index aggregation passthrough suiteCharlie Swanson2022-06-161-0/+1
* SERVER-67337 add back code 16554 for type mismatch in $addDavis Haupt2022-06-161-8/+10
* SERVER-65735 $add operator should not use DoubleDoubleSummationDavis Haupt2022-06-151-7/+14
* SERVER-65199 Pass through `replanReason` when lowered stages are replannedYoonsoo Kim2022-04-141-0/+71
* SERVER-63008 [SBE] Return an empty array when $concatArrays has no childrenMihai Andrei2022-01-271-4/+0
* SERVER-59951 Support document _id expressionYoonsoo Kim2022-01-191-7/+1
* SERVER-62242 fixed $indexOfArray handling of duplicate vals in const arraysSteve Tarzia2022-01-071-0/+32
* SERVER-59435 Make sure pipeline pointers are in place before disposing of pip...Charlie Swanson2021-08-301-0/+54
* SERVER-58365 Add SBE error codes for $range expr testDenis Grebennicov2021-07-121-1/+2
* SERVER-54128 Don't push down expressions past sort+limitDavid Percy2021-06-232-26/+123
* SERVER-56265 Cleanly fail unsupported queries on timeseries collectionsEric Cox2021-06-071-3/+3
* Revert "SERVER-56265 Cleanly fail unsupported queries on timeseries collections"Eric Cox2021-06-041-3/+3
* SERVER-56265 Cleanly fail unsupported queries on timeseries collectionsEric Cox2021-06-031-3/+3
* SERVER-56885 [SBE][aggregation_disabled_optimization] Fix tests where error c...Anton Korshunov2021-05-132-0/+2
* SERVER-56458 [SBE][aggregation_disabled_optimization] Aggregate command doesn...Anton Korshunov2021-04-291-0/+3
* SERVER-51072 $skip and $limit stages silently round large doubles to MAX_LONGDenis Grebennicov2021-04-281-16/+0
* SERVER-56106 Prohibit SBE engine if query contains certain agg expressionsDavid Storch2021-04-152-4/+12
* SERVER-54316 Enable server6125.js for SBEIan Boros2021-04-071-3/+2
* SERVER-55528 Modify $geoNear jstests to be less resource-intensiveKatherine Wu2021-03-261-3/+3
* SERVER-53238 [SBE] Include replanReason string into PlanSummaryStatsAnton Korshunov2021-03-201-3/+0
* SERVER-54322 Text query plans are not shown properly in SBE explainAnton Korshunov2021-03-131-1/+0
* SERVER-49385 Make SBE fail cleanly when required index is dropped while yieldedDavid Storch2021-03-081-3/+4
* SERVER-54233 Implement $derivative window-function executorDavid Percy2021-03-042-4/+7
* SERVER-51549 Support expression $reverseArray in SBEMickey. J Winters2021-02-261-2/+67
* SERVER-52734 Support index scan with a filter in SBEAnton Korshunov2021-02-182-7/+0
* SERVER-54312 Remove 'sbe_incompatible' tag from jstests/aggregation/bugs/serv...Mihai Andrei2021-02-171-3/+0
* SERVER-36794 Non-blocking plans with just one search term do not need an OR s...Hartek Sabharwal2021-02-161-4/+10
* SERVER-51823 Use classic engine to evaluate queries containing expressions no...Anton Korshunov2021-02-1425-67/+6
* SERVER-51551 Support expression $isArray in SBEMickey. J Winters2021-02-041-3/+0