summaryrefslogtreecommitdiff
path: root/jstests/aggregation
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68691 Report variable references for $graphLookup 'restrictSearchWithM...Nicholas Zolnierz2022-09-061-31/+56
* SERVER-66310 Make ExpressionSetUnion::isCommutative() collation awareJames Wahlin2022-08-111-0/+13
* SERVER-66548 Add support for dependency tracking to $redactNicholas Zolnierz2022-07-261-0/+35
* SERVER-66418 fix bug in projection created during dependency analysisSteve Tarzia2022-06-231-0/+38
* SERVER-57000 Fix handling of correlated pipeline with facetsamontea2022-04-012-0/+72
* 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-02-151-0/+102
* SERVER-59613 $range expression should error if it exceeds memory limitMickey. J Winters2021-10-201-0/+7
* SERVER-58888 Account for pushed down stages in union explain with mode 'execu...Nick Zolnierz2021-10-191-2/+13
* SERVER-60520 Allow $searchMeta by defaultCharlie Swanson2021-10-092-6/+0
* SERVER-60406 Harden $searchMeta implementation in unsharded collectionCharlie Swanson2021-10-051-10/+12
* SERVER-58582 Create $documents stage and implement collectionless unionWith ...Ted Tuckman2021-08-161-0/+102
* SERVER-58581 Add SEARCH_META variableTed Tuckman2021-08-121-0/+35
* SERVER-58587 Improve performance of $setIsSubset by replacing std::set with a...Rui Liu2021-08-061-0/+96
* SERVER-6036 Adjust tests for cursor timeout to disable implicit session creationJames Wahlin2021-07-261-0/+6
* SERVER-57983 Fix Integer overflow for $rangeSajed Nahian2021-07-221-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-05-272-2/+8
* SERVER-56465 Fix invariant failure in Variables::getRuntimeConstants() constAlya Berciu2021-05-261-0/+16
* 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-061-0/+12
* SERVER-51886 Fix typo in jstestMihai Andrei2020-12-161-1/+1
* SERVER-51886 $lookup + $merge pipeline may fail to resolve views correctly wh...Mihai Andrei2020-12-101-0/+60
* SERVER-49810 Stable result comparison for facet/use_cases.jsSvilen Mihaylov2020-11-201-108/+48
* SERVER-51303 Fix lookup match absorbtion optimization for $typer4.4.2-rc1r4.4.2Jacob Evans2020-11-091-50/+218
* SERVER-33966 Removed Redundant SortRibhav Jain2020-10-231-8/+15
* SERVER-50246 Fix $unionWith explain with mode 'executionStats' to account for...Nick Zolnierz2020-09-161-26/+63
* SERVER-49469 Fix union inner pipeline explainTed Tuckman2020-09-112-14/+64
* SERVER-30405: add expression to generate a random numberSvilen Mihaylov2020-09-111-0/+32
* SERVER-40317 Fail query when $facet intermediate output exceeds 100MBDavid Storch2020-09-112-4/+90
* SERVER-48390 Exhaust pending calls when $group with $accumulator runs out of ...Arun Banala2020-09-111-0/+42
* SERVER-49990 Alias setSlaveOk() and getSlaveOk() shell helpersAli Mir2020-08-241-1/+1
* SERVER-49404 Enforce additional checks in $arrayToObjectDrew Paroski2020-08-041-0/+14
* Revert "SERVER-33966 Removed Redundant Sort"r4.4.0Ribhav Jain2020-07-241-15/+8
* SERVER-33966 Removed Redundant SortRibhav Jain2020-07-221-8/+15
* SERVER-48684 Pipeline stage $set fails to set a non-existent dotted field to ...Arun Banala2020-06-302-0/+137
* Revert "SERVER-48684 Pipeline stage $set fails to set a non-existent dotted f...Arun Banala2020-06-291-98/+0
* SERVER-48684 Pipeline stage $set fails to set a non-existent dotted field to ...Arun Banala2020-06-261-0/+98
* SERVER-47223 Verify that $geoNear applies index hint correctlyMihai Andrei2020-06-221-0/+53
* SERVER-48321 Tests for $merge in all_modes.js should not assume orderingKatherine Wu2020-05-281-7/+16
* SERVER-48321 Tests for $merge should not assume orderingKatherine Wu2020-05-211-3/+6
* SERVER-47877 Replace uses of arrayEq without assert with assert.sameMembers i...Matthew Russotto2020-05-131-0/+7
* SERVER-48043 mode_merge_fail.js and mode_pipeline_fail.js should not assume o...Mihai Andrei2020-05-123-13/+57
* SERVER-46255 Use killOperations to cleanup dangling remote requestsNick Zolnierz2020-05-061-1/+1
* SERVER-47893 Add test confirming that variables defined above a $graphLookup ...James Wahlin2020-05-041-0/+24
* SERVER-47516 mode_replace_fail.js should not assume ordering of writes from $...Mihai Andrei2020-05-041-5/+22
* SERVER-46544 Unblacklist tests in aggregation_secondary_reads passthroughMihai Andrei2020-04-096-42/+57
* SERVER-46991 Create aggregation secondary reads passthrough which runs agains...Arun Banala2020-04-0916-145/+158
* SERVER-46233 Relocate second call to optimizePipeline()Justin Seyster2020-04-061-0/+67
* SERVER-47335 Guarantee document ordering with $sort stage in batch_writes.js ...Mihai Andrei2020-04-061-1/+9