summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63162 Changes for collmod testAndrii Dobroshynski2022-03-241-1/+1
* SERVER-64521 Enable the SBE lookup feature in all feature flag build variantsYoonsoo Kim2022-03-231-0/+6
* SERVER-64556 Fix coll_mod_takes_collection_x_lock.js collection name collisio...Yu Jin Kang Park2022-03-161-5/+13
* SERVER-53591 Change "coll_mod_takes_database_x_lock" to "coll_mod_takes_colle...Yu Jin Kang Park2022-03-151-4/+8
* SERVER-63972 Change column scan to return partial document from row storeMartin Neupauer2022-03-021-2/+4
* SERVER-60016 serverStatus should not block on the RSTL lock with the WT stora...Dianna Hohensee2022-02-283-9/+18
* SERVER-62986 moreMartin Neupauer2022-02-141-2/+3
* SERVER-63464 Create Collection restrictions with encrypted fieldsErwin Pe2022-02-111-0/+38
* SERVER-63201 Allow user deletes on capped collectionsGregory Wlodarek2022-02-101-2/+1
* SERVER-63317 Basic plan generation for columnar indexesIan Boros2022-02-081-0/+36
* SERVER-63219 Change collStats cmd to run without the RSTL lock so FTDC can co...Dianna Hohensee2022-02-074-48/+143
* SERVER-60197 Fix test cases for $group pushdown when subplanningYoonsoo Kim2022-01-251-3/+8
* SERVER-60197 Support group pushdown when subplanning is involvedYoonsoo Kim2022-01-251-19/+36
* SERVER-59951 Support document _id expressionYoonsoo Kim2022-01-191-8/+15
* SERVER-62277 Add `freeStorage` option to dbstats, off by defaultDaniel Gómez Ferro2022-01-181-1/+1
* SERVER-59682 Recover SBE plans from the new plan cacheRuoxin Xu2022-01-173-38/+22
* SERVER-62360 Handle re-configuring the WT LOGV2 component hierarchyAlison Felizzi2022-01-171-2/+0
* SERVER-62443 Add `collectionUUID` parameter to `find` commandGregory Noma2022-01-131-0/+18
* Revert "SERVER-62443 Add `collectionUUID` parameter to `find` command"auto-revert-processor2022-01-131-18/+0
* SERVER-62443 Add `collectionUUID` parameter to `find` commandGregory Noma2022-01-121-0/+18
* SERVER-61744 Integrate WiredTiger's verbose messaging system with LOGV2Etienne Petrel2022-01-121-1/+3
* SERVER-60300 Enable pushdown of $bucket and $sortByCount to SBEAnna Wawrzyniak2022-01-071-5/+22
* 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