summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61854 Move collmod_convert_to_unique_violations.js to coreYuhong Zhang2021-12-101-94/+0
* SERVER-58436 Implement spilling HashAggEric Cox2021-12-071-8/+10
* SERVER-61393 Throw CannotEnableIndexConstraint on unique conversion failureGabriel Marks2021-12-031-0/+94
* SERVER-61569 Enable all accumulators for pushdownEric Cox2021-12-021-2/+36
* SERVER-59667 Test tailable cursors across yield and getMore cmdsDianna Hohensee2021-12-011-0/+76
* SERVER-61787 Block pushdown of subplanned $match stageYoonsoo Kim2021-11-301-0/+7
* SERVER-61493 Support sharded $stddev accumulators for SBE group pushdownYoonsoo Kim2021-11-191-24/+4
* SERVER-61492 Support sharded $avg accumulator for SBE $group pushdownYoonsoo Kim2021-11-191-49/+59
* SERVER-26287 Disallow creation of TTL indexes on capped collectionsGabriel Marks2021-11-181-0/+22
* SERVER-58429 enable group lowering into SBE for cached and multi- plansIrina Yatsenko2021-11-181-9/+34
* SERVER-60502 Add $fill stageTed Tuckman2021-11-151-1/+1
* SERVER-60179 The 'validate' command should return 'InvalidOptions' instead of...Gregory Wlodarek2021-11-011-1/+1
* SERVER-60893 Deduplicate field lookups for a same field path when $group is p...Yoonsoo Kim2021-10-261-1/+103
* SERVER-60759 Eliminate `mkbson` stage when multiple $group stages are pushed ...Yoonsoo Kim2021-10-211-1/+13
* SERVER-59070 Support `needsMerge` behavior in $group pushed down to SBEYoonsoo Kim2021-10-191-6/+57
* SERVER-60638 Block $group from being pushed down when `needsMerge` is requestedYoonsoo Kim2021-10-131-3/+22
* SERVER-59681 Start storing SBE plans in the new plan cacheRuoxin Xu2021-10-013-0/+19
* SERVER-59178 Re-enable SBE as the default execution engineJennifer Peshansky2021-09-301-2/+2
* SERVER-60261 Update some comments on `$coerceToBool`-related issuesYoonsoo Kim2021-09-291-1/+1
* SERVER-60282 Only pushdown $group stages when not mergingEric Cox2021-09-291-0/+10
* SERVER-60239 Block $group with $coerceToBool from being pushed down to SBEYoonsoo Kim2021-09-281-0/+17
* SERVER-60226 Ban sugared $group stages from being pushed down to SBEYoonsoo Kim2021-09-251-0/+23
* SERVER-60216 Enable $group pushdown with $sumEric Cox2021-09-241-8/+12
* SERVER-60191 Disable $group pushdown to SBE when $match with $or existsYoonsoo Kim2021-09-241-0/+12
* SERVER-58170 Prohibit dropping system.views if timeseries collections are pre...Reo Kimura2021-09-243-0/+134
* SERVER-60177 Handle empty collection in unionWith when pushing downEric Cox2021-09-231-24/+9
* SERVER-58427 Implement pushdown of $group for plans with one solutionYoonsoo Kim2021-09-221-0/+148
* SERVER-58356 Cannot kill the dataSize operationDenis Grebennicov2021-09-211-0/+41
* SERVER-59060 Relax conditions under which SBE replans cached plansIan Boros2021-08-171-1/+104
* SERVER-57749 Optimize a projection expression prior to planning for 'find'Andrii Dobroshynski2021-08-171-0/+33
* SERVER-57291 Add path length check to expression_parser and tests.Jennifer Peshansky2021-07-291-0/+190
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-1/+0
* SERVER-57391 Return error response to OP_QUERY and OP_GET_MORE messagesIrina Yatsenko2021-07-161-36/+0
* SERVER-56845 Fail addShard if DWCF=w:1 and no CWWC is setMoustafa Maher2021-07-131-0/+3
* SERVER-57388 Remove readMode/writeMode/rpcProtocols/useLegacyWriteOps shell c...Yoonsoo Kim2021-07-012-79/+0
* SERVER-58103 Remove test cases which test legacy op behaviorsYoonsoo Kim2021-06-303-31/+2
* SERVER-57514 Have shell's benchRun() use OP_MSG protocol and not use getLastE...Yoonsoo Kim2021-06-173-58/+55
* SERVER-57456 Remove jstests that explicitly validate getLastError functionalityIrina Yatsenko2021-06-151-10/+10
* Revert "SERVER-57514 Have shell's benchRun() use OP_MSG protocol and not use ...Yoonsoo Kim2021-06-153-55/+58
* SERVER-57403 Serialize 'let' variables by wrapping with $literalKatherine Wu2021-06-141-1/+32
* SERVER-57514 Have shell's benchRun() use OP_MSG protocol and not use getLastE...Yoonsoo Kim2021-06-123-58/+55
* SERVER-57127 convert validate_multikey.js to use a replica setBenety Goh2021-06-051-39/+0
* SERVER-57365 disable oplog scans in SBEKyle Suarez2021-06-041-11/+8
* SERVER-57317 Fix optimized oplog scans in SBE to correctly handle $_resumeAft...Anton Korshunov2021-06-031-11/+9
* SERVER-56230 Check capped collection hashes across replica set membersGregory Wlodarek2021-05-071-0/+108
* SERVER-56758 [SBE] Remove 'sbe_incompatible' tags from remaining testsMihai Andrei2021-05-071-2/+0
* SERVER-55335 Change plan ranking formula for SBEIan Boros2021-05-051-0/+43
* SERVER-55703 Fix tests to update getDefaultRWConcern to return the implicit d...Moustafa Maher2021-05-041-1/+3
* SERVER-56083 [SBE] Expressions unsupported in SBE for agg operations prevent ...Eric Cox2021-04-301-0/+57
* SERVER-56114 [SBE] Fix bounding number of reads before triggering a replanAndrii Dobroshynski2021-04-271-2/+0