summaryrefslogtreecommitdiff
path: root/jstests/aggregation
AgeCommit message (Expand)Author
2024-07-24SERVER-92668 Fix wrong result with SBE, hash index, (#25289)Kevin Cherkauer
2024-07-16SERVER-91753: Jstest asserting on temp collections should use dedicated db to...Gil Alon
2024-07-16SERVER-90597 Make $bucketAuto with $push preserve doc order (#24807)Militsa Sotirova
2024-07-16SERVER-92247 Exclude INTERNAL_SCHEMA_MATCH_ARRAY_INDEX and INTERNAL_SCHEMA_AL...Militsa Sotirova
2024-07-15SERVER-92325 Use different field names for grouped sortBy accumulators (#2461...Alya Carina Berciu
2024-07-12SERVER-92146 Rectify grouping of $topN/$bottomN by changing use of $ifNull fo...Max Verbinnen
2024-07-03SERVER-91784 Remove missing values from arrays after projection (#24259)Ivan Fefer
2024-07-02SERVER-91223 NumberDecimal $log should use ln(input)/ln(base) for generic bas...Matthew Boros
2024-06-26SERVER-91436 Remove unused _internalCollation parameter to $lookup aggregatio...Nick Zolnierz
2024-06-26SERVER-91254: Compute threshold as double when value is double (#23960)fotiniAlvanaki
2024-06-24SERVER-91335 Adjust error codes in n_accumulator.js (#23789)Denis Grebennicov
2024-06-19SERVER-91379 Re-introduce eslint rule for missing semicolons (#23630)Catalin Sumanaru
2024-06-18SERVER-91428 SBE $shift window function should return default value when fiel...Rui Liu
2024-06-17SERVER-91335 Adjust error codes in n_accumulator.js (#23554)Denis Grebennicov
2024-06-15Revert "SERVER-91335 Adjust error codes in n_accumulator.js (#23352)" (#23541)auto-revert-app[bot]
2024-06-13SERVER-91339 Load redacted document into cache to avoid cache reallocation (#...Ivan Fefer
2024-06-13SERVER-91335 Adjust error codes in n_accumulator.js (#23352)Denis Grebennicov
2024-06-11SERVER-90869 Disallow dotted full-path renames for '$elemMatch' expressions (...Catalin Sumanaru
2024-06-05SERVER-91028 Revert optimisation that allows index to provide sort key in cas...fotiniAlvanaki
2024-06-04SERVER-91118 Return correct result when reading cached document field after t...Rui Liu
2024-05-29SERVER-90871 Fix reading sub-field of scalar in Document::getNestedFieldNonCa...Rui Liu
2024-05-29SERVER-90779 Fix query stats reparse error for $getField (#22594)Yoonsoo Kim
2024-05-23SERVER-89344 Fix explain output for '$unionWith' queries (#21427) (#22527)Samuel Mercier
2024-05-23SERVER-90485 Fix $sort on fields, produced by $unwind (#22290) (#22499)Ivan Fefer
2024-05-20SERVER-90173 Correctly serialize sbe objectid to keyString (#21893)Adityavardhan Agrawal
2024-05-08SERVER-89930 Validates the stage properly if 'partitionByFields' contains the...Ruoxin Xu
2024-05-07SERVER-90185 Fix bug in TypeChecker for traverseF() and traverseP() (#21863)Drew Paroski
2024-05-02SERVER-89988 Revert "SERVER-88220 Enable match pushdown for replaceRoot (#201...Kevin Cherkauer
2024-05-02SERVER-90042 Reduce pipeline length limit on s390x (#21723)Alexander Ignatyev
2024-04-30SERVER-84347 Use DISTINCT_SCAN for $top/$bottom accumulators (#21225)Yoonsoo@MongoDB
2024-04-25SERVER-87459 $bucketAuto $mergeObject does not obey input order (#21425)David Percy
2024-04-25SERVER-87563 Replace uses of magic number error code with symbolic IDLUnknown...Matthew Russotto
2024-04-24SERVER-89611 Fix $group with empty object expressionCharlie Swanson
2024-04-23SERVER-89270 Add jscore/aggregation tests to query settings passthrough suite...Catalin Sumanaru
2024-04-23SERVER-89474 Properly validate `sortBy` when parsing $setWindowFields (#21213)Henri Nikku
2024-04-18SERVER-88087 Rewrite $top(N)s/$bottom(N)s that have the same sort pattern (#2...Yoonsoo@MongoDB
2024-04-18SERVER-89408 Do not estimate state memory for non-removable windows (#21205)fotiniAlvanaki
2024-04-15SERVER-89165 Read input in builtinAggRemovableMinMaxNRemove" (#21024)fotiniAlvanaki
2024-04-12SERVER-89078 Raise BufferMaxSize to 125 MB and allow passing BSONTraits to SB...Ivan Fefer
2024-04-09SERVER-88934 Extend repeat_queries suites to also multiplan single solutionsIvan Fefer
2024-04-03SERVER-88922 Remove dependency on result order in array for server8581.js (#2...Peter Volk
2024-04-01SERVER-88378: Type check for $geometry operator in $geonear to accept only P...vamsyannabattula
2024-03-30SERVER-88220 Enable match pushdown for replaceRoot (#20174)Lynne Wang
2024-03-29SERVER-88223 Remove cqf tags from JS tests (#20551)Nick Zolnierz
2024-03-28SERVER-43411 Add BinData $convert (#18463)Henri Nikku
2024-03-20SERVER-84487 Support block-based $group with $top/$bottom end-to-endDrew Paroski
2024-03-20SERVER-85892 Fix incorrect output namespace in $merge spec (#19846)Chi-I Huang
2024-03-15SERVER-87704 Fix sort key parsing with $top[N]/$bottom[N] in SBE (#19796)Parker Felix
2024-03-14SERVER-46384 removed runtimeConstants from accepted input for mongod (#19835)kmznam
2024-03-13SERVER-85965 Fetch collation from primary shard for $lookup (#19470)Mihai Andrei