summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-66337 Ensure that check for the interrupt is done on every getNext() c...Denis Grebennicov2022-05-111-0/+3
* SERVER-65863 Have optimized _id expression(s) pushed down properlyYoonsoo Kim2022-05-101-0/+8
* SERVER-66101 Rename COLUMN_IXSCAN to COLUMN_SCAN to match designCharlie Swanson2022-05-091-552/+0
* SERVER-66142 Audit usages of `requires_wiredtiger` tagGregory Noma2022-05-052-4/+1
* SERVER-65465 Have the SBE $sum use a simple `sum` for a count-like sumYoonsoo Kim2022-05-041-0/+25
* SERVER-65918 Remove references to `ephemeralForTest`Gregory Noma2022-05-024-75/+1
* SERVER-65967 Remove `incompatible_with_eft` tagGregory Noma2022-04-291-2/+0
* SERVER-66022 Add fake column index and SBE integrationIan Boros2022-04-281-6/+519
* Revert "SERVER-66022 Add fake column index and SBE integration"Ian Boros2022-04-281-519/+6
* SERVER-66022 Add fake column index and SBE integrationIan Boros2022-04-281-6/+519
* SERVER-63344 Avoid cloning the SBE tree inside the plan cache mutexRuoxin Xu2022-04-251-3/+3
* SERVER-65477 Allow plan_cache_replanning.js to run with the SBE plan cache en...David Storch2022-04-201-80/+90
* SERVER-65338 Runtime configurable query knob to disable SBE $lookup and $groupMihai Andrei2022-04-131-0/+28
* SERVER-63208 Make allowDiskUse opt-out rather than opt-inRomans Kasperovics2022-04-121-0/+2
* SERVER-65129 Remove featureFlagAutoParameterizationRuoxin Xu2022-04-122-10/+14
* SERVER-65380 Handle new SBE index scan plan in integration testsAlexander Ignatyev2022-04-121-8/+42
* SERVER-59261 Enable Feature flag for PM-2466Mark Benvenuto2022-04-091-7/+1
* SERVER-65270 Fix bug related to queries on large documents not respecting the...Ian Boros2022-04-071-0/+46
* SERVER-60051 push $project into SBE after $groupMisha Tyulenev2022-04-061-29/+142
* SERVER-64614 Update lookup_with_limit.js and look_with_limit_sharded.js for l...Rui Liu2022-04-021-16/+18
* SERVER-65024 Fix the uniqueness constraint handling for foreground index buildsYuhong Zhang2022-04-011-0/+46
* SERVER-64125 Avoid committing at the stable timestampJordi Olivares Provencio2022-04-011-263/+0
* 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