summaryrefslogtreecommitdiff
path: root/jstests/aggregation/match_swapping_renamed_fields.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-51823 Use classic engine to evaluate queries containing expressions no...Anton Korshunov2021-02-141-1/+0
* SERVER-49227 Tag tests to be excluded from aggregation_slot_based_executionJustin Seyster2020-08-181-1/+5
* SERVER-43294 Add new aggregation suite to be run with pipeline optimization t...Anton Korshunov2019-11-051-1/+1
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-141-5/+5
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-165/+155
* SERVER-32690 Fix invariant failure in agg renamed paths optimization.David Storch2018-01-191-0/+13
* SERVER-31696 Rename path prefixes in applyRenamesToExpression().Justin Seyster2017-11-031-0/+26
* SERVER-27115 Allow $match to swap across renames expressed using $map.David Storch2017-05-301-5/+126
* SERVER-27115 Allow $type on a renamed field to swap before the rename.David Storch2017-05-191-0/+7
* SERVER-27115 extend $match swapping optimization to handle renamed fieldsDavid Storch2017-04-181-0/+47