summaryrefslogtreecommitdiff
path: root/jstests/aggregation
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68691 Report variable references for $graphLookup 'restrictSearchWithM...Nicholas Zolnierz2022-09-061-32/+57
* SERVER-66310 Make ExpressionSetUnion::isCommutative() collation awareJames Wahlin2022-08-111-0/+13
* SERVER-66418 fix bug in projection created during dependency analysisSteve Tarzia2022-06-241-0/+38
* SERVER-57000 Fix handling of correlated pipeline with facetsamontea2022-04-042-0/+152
* SERVER-62242 fixed $indexOfArray handling of duplicate vals in const arraysSteve Tarzia2022-03-091-0/+32
* SERVER-63141 Ensure stages without dependency tracking are not cached in $lookupAlya Berciu2022-03-011-0/+45
* SERVER-59613 $range expression should error if it exceeds memory limitMickey. J Winters2021-10-241-0/+7
* SERVER-57983 Fix Integer overflow for $rangeSajed Nahian2021-07-081-0/+299
* SERVER-56819 Make indexOfCP's classic engine impl always return -1 when end i...David Storch2021-06-021-1/+15
* SERVER-48890: allow addFields to take empty document as no-opcaiyingshen2021-06-021-0/+6
* SERVER-57091 Fix infinite loop in GranularityRounderPreferredNumbers::roundDownAlya Berciu2021-05-251-0/+22
* SERVER-40090 DISTINCT_SCAN is only used when certain format of $group _id is ...Katherine Wu2021-01-081-0/+12
* SERVER-51886 $lookup + $merge pipeline may fail to resolve views correctly wh...Mihai Andrei2021-01-041-0/+54
* SERVER-51303 Fix lookup match absorbtion optimization for $typer4.2.11-rc1r4.2.11Jacob Evans2020-11-101-50/+218
* SERVER-49990 Alias setSlaveOk() and getSlaveOk() shell helpersAli Mir2020-09-011-1/+1
* SERVER-40317 Fail query when $facet intermediate output exceeds 100MBDavid Storch2020-08-242-0/+87
* SERVER-49404 Enforce additional checks in $arrayToObjectDrew Paroski2020-08-031-0/+14
* SERVER-47223 Verify that $geoNear applies index hint correctlyMihai Andrei2020-06-221-0/+53
* SERVER-47877 Replace uses of arrayEq without assert with assert.sameMembers i...Matthew Russotto2020-06-011-0/+7
* SERVER-47893 Add test confirming that variables defined above a $graphLookup ...James Wahlin2020-05-041-0/+24
* SERVER-44915 Extend output to include full index options and shard nameMihai Andrei2020-02-121-0/+84
* SERVER-42565 Agg and find commands sort missing fields differentlyJustin Seyster2019-12-182-3/+65
* SERVER-44568 Update server's embedded time zone rules to version 2019c.David Storch2019-12-101-0/+36
* SERVER-43764 Add more testing for special values in DoubleDoubleSummationAnton Korshunov2019-12-101-2/+1
* SERVER-44174 $push and $addToSet should restrict memory usageCharlie Swanson2019-12-092-64/+116
* SERVER-43860 Always upsert exact source document for pipeline-insert $merger4.2.2-rc0Bernard Gorman2019-12-032-56/+87
* SERVER-44617 $regexFind crash when one of the capture group doesn't match the...Arun Banala2019-11-281-4/+80
* SERVER-38691 Include serverInfo in explain output for aggregation and shardingDavid Percy2019-11-111-2/+13
* SERVER-43350 $lookup with no local default or user-specified collation should...Bernard Gorman2019-10-022-1/+133
* SERVER-42756 Ensure that pipeline optimizations are re-enabled after test fin...Anton Korshunov2019-08-291-34/+45
* SERVER-42756 $multiply operator may return with or w/o an error depending on ...Anton Korshunov2019-08-261-0/+52
* SERVER-42491 Ensure DocumentSourceSort does not crash on searchScore or searc...r4.2.0-rc5Misha Ivkov2019-07-311-0/+47
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-26175-18948/+18438
* SERVER-42001 unset stage should accept single stringXin Hao Zhang2019-07-251-0/+4
* SERVER-40383 Handle week, day edge cases in timelib_date_from_isodateJustin Seyster2019-07-011-12/+113
* SERVER-40810 give precedence index filter > hint > index on DISTINCT_SCANMisha Ivkov2019-07-011-47/+130
* SERVER-41290 Pipeline stages can incorrectly passthrough mongos when nested w...Arun Banala2019-06-272-5/+169
* SERVER-41237 Re-ban $graphLookup against a sharded collectionIan Boros2019-06-197-3/+30
* SERVER-41065 Make agg evaluate() thread safe by passing 'Variables' as a para...Arun Banala2019-06-124-99/+190
* SERVER-40961 Extend translated $out tests to support all $merge modesArun Banala2019-06-117-74/+83
* Revert "SERVER-41181 Fix sharding tests for hostname normalization"A. Jesse Jiryu Davis2019-06-111-7/+3
* SERVER-23923 Track writeConcern through getMoresCharlie Swanson2019-06-031-0/+5
* SERVER-40432 Undo 4.2 changes to $outAnton Korshunov2019-05-302-4/+2
* SERVER-41203 Robustify $merge all_modes.jsAnton Korshunov2019-05-304-0/+23
* SERVER-41275 rename $merge option replaceWithNew to replaceCharlie Swanson2019-05-2313-105/+79
* SERVER-41198 Translate $out tests in jstests/aggregation/sources/out to use $...Nick Zolnierz2019-05-2319-883/+1193
* SERVER-41043 Add 'let' field support for merge stageAnton Korshunov2019-05-233-5/+281
* SERVER-41200 Change syntax from $out to $merge for tests in other directoriesJacob Evans2019-05-211-3/+6
* SERVER-41201 Add replacements for more $out helpersNick Zolnierz2019-05-201-0/+45
* SERVER-40439 Add merge support for whenNotMatched: discardAnton Korshunov2019-05-178-32/+834