summaryrefslogtreecommitdiff
path: root/jstests/aggregation/sources/project/remove_redundant_projects.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-67092 Delete 'featureFlagSBEGroupPushdown' and ↵Mihai Andrei2022-06-211-1/+1
| | | | 'featureFlagSBELookupPushdown'
* SERVER-66583 Re-enable SBE as the default execution engine and fall back to ↵Mihai Andrei2022-05-271-0/+5
| | | | classic if no SBE compatible $group or $lookup exists
* SERVER-60051 push $project into SBE after $groupMisha Tyulenev2022-04-061-5/+0
|
* SERVER-58429 enable group lowering into SBE for cached and multi- plansIrina Yatsenko2021-11-181-7/+13
|
* SERVER-54480 Fix index key rehydration in SBEIan Boros2021-02-241-1/+0
|
* SERVER-51823 Use classic engine to evaluate queries containing expressions ↵Anton Korshunov2021-02-141-2/+2
| | | | not supported in SBE
* 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 ↵Anton Korshunov2019-11-051-1/+1
| | | | turned off
* SERVER-42905 Push down user-specified projections to PlanStage layer if possibleAnton Korshunov2019-10-311-21/+37
|
* SERVER-7502 test that partial projection of _id works correctlyIan Boros2019-10-241-5/+7
|
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵James Wahlin2019-08-141-1/+1
| | | | assert.commandWorked()
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-142/+143
|
* SERVER-24860 Optimize away entire pipeline if it can be answered using a queryAnton Korshunov2019-04-031-49/+86
|
* SERVER-38695 Make QuerySolutionNode subclasses for projection fast-pathsJacob Evans2019-01-291-1/+8
|
* SERVER-31785 Use 2 shards in sharded jscore passthrough.Charlie Swanson2018-01-191-1/+1
|
* SERVER-20092: Add ability for DocumentSourceCursor to coalesce with a stage ↵Nick Zolnierz2017-05-231-0/+107
if it is doing an equivalent projection