summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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