summaryrefslogtreecommitdiff
path: root/jstests/aggregation/optimize_away_pipeline.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75670 Avoid marking excluded fields in projection as 'generated' durin...Ben Shteinfeld2023-04-051-1/+1
* SERVER-72486 Enable all features supported in SBE by defaultDavid Storch2023-03-301-40/+34
* SERVER-25120 Exclude generated paths from pipeline dependenciesAlyssa Wagenmaker2023-03-271-1/+1
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-071-41/+48
* Revert "SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 re...Dan Larkin-York2023-02-041-48/+41
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-031-41/+48
* SERVER-70042 Assign expected / actual semantics to assert.docEq() argumentsRomans Kasperovics2022-12-201-4/+4
* SERVER-61284: Support simple projection optimization for simple exclusion pro...Ivan Fefer2022-10-201-5/+3
* SERVER-67875 Update TODO pointer for new ticketCharlie Swanson2022-08-171-1/+1
* SERVER-68786 Turn off profiling before dropping system.profile collection in ...Henri Nikku2022-08-121-0/+2
* SERVER-66061 Remove redundant projection in COLUMN_SCAN plansCharlie Swanson2022-07-061-31/+19
* SERVER-67092 Delete 'featureFlagSBEGroupPushdown' and 'featureFlagSBELookupPu...Mihai Andrei2022-06-211-1/+1
* SERVER-66812 Fix bug with $group projection analysisCharlie Swanson2022-06-061-1/+83
* SERVER-58429 enable group lowering into SBE for cached and multi- plansIrina Yatsenko2021-11-181-23/+52
* SERVER-60759 Eliminate `mkbson` stage when multiple $group stages are pushed ...Yoonsoo Kim2021-10-211-0/+17
* SERVER-60101 Eliminate intermediate mkobj stage from $group plansEric Cox2021-09-291-8/+45
* SERVER-60216 Enable $group pushdown with $sumEric Cox2021-09-241-9/+28
* SERVER-60177 Handle empty collection in unionWith when pushing downEric Cox2021-09-231-28/+9
* SERVER-60139 Support group pushdown in pipeline optimization testsEric Cox2021-09-221-9/+41
* SERVER-54128 Don't push down expressions past sort+limitDavid Percy2021-06-231-12/+29
* SERVER-56017 Support sort in covered queries in SBENikita Lapkov2021-04-261-5/+12
* SERVER-54322 Text query plans are not shown properly in SBE explainAnton Korshunov2021-03-131-1/+1
* SERVER-40909 push down $skip stage to query when possibleNikita Lapkov2020-10-051-16/+15
* SERVER-49227 Tag tests to be excluded from aggregation_slot_based_executionJustin Seyster2020-08-181-2/+7
* SERVER-46077 Create aggregation_secondary_reads passthroughMihai Andrei2020-03-051-1/+1
* SERVER-43816 Push $text and $meta:"textScore" sort into the PlanStage layer.David Storch2019-12-181-3/+3
* SERVER-43294 Add new aggregation suite to be run with pipeline optimization t...Anton Korshunov2019-11-051-1/+4
* SERVER-42905 Push down user-specified projections to PlanStage layer if possibleAnton Korshunov2019-10-311-64/+92
* SERVER-7568 Push $sort into PlanStage layer even for blocking SORT plans.David Storch2019-10-221-0/+50
* SERVER-42988 allow agg-style object syntax in find() projectionIan Boros2019-10-211-9/+6
* SERVER-36723 Push $limit beneath DocumentSourceCursor into the PlanStage layer.David Storch2019-10-101-38/+218
* 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-279/+271
* SERVER-24860 Optimize away entire pipeline if it can be answered using a queryAnton Korshunov2019-04-031-0/+338