summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-68913 Lower maximum field depth when address sanitizer is activeJennifer Peshansky2022-08-181-3/+18
* SERVER-67336 Support per-path filters in SBE column scan stageIrina Yatsenko2022-08-131-41/+117
* SERVER-68501 changed invariant to uassert for direct bounded sort useMatt Boros2022-08-111-2/+20
* Revert "SERVER-67336 Per-path filters"Uladzimir Makouski2022-08-051-117/+41
* SERVER-67336 Per-path filtersIrina Yatsenko2022-08-041-41/+117
* SERVER-62042 Consolidate query optimization and execution control into a sing...Nicholas Zolnierz2022-08-041-7/+7
* SERVER-62985 Add planning logic to support hinting a columnar indexCharlie Swanson2022-08-041-556/+0
* Revert "SERVER-62042 Consolidate query optimization and execution control int...auto-revert-processor2022-08-041-7/+7
* SERVER-62042 Consolidate query optimization and execution control into a sing...Nicholas Zolnierz2022-08-031-7/+7
* SERVER-68497 Handle skipped data fields when validating closed time-series bu...Yuhong Zhang2022-08-021-0/+19
* SERVER-67890 run datasize_kill_op.js on a dedicated databaseAlberto Massari2022-07-291-44/+0
* SERVER-68405 Convert Nothing for _id expression in $group to NullYoonsoo Kim2022-07-291-0/+13
* SERVER-67023 : Check 'control.count' in time-series validate commandRichard Hausman2022-07-282-0/+84
* SERVER-66987 Check time-series bucket min and max fields during validation co...Damian Wasilewicz2022-07-211-0/+247
* SERVER-67733 ShardingTest::awaitBalancerRound() doesn't work in case of CSRS...Tommaso Tocci2022-07-151-1/+1
* SERVER-61314 Consolidate featureFlagSbePlanCache with featureFlagSbeFullDavid Storch2022-07-143-29/+10
* SERVER-66986 Added check for equivalence of OID-embedded timestamp and 'contr...Richard Hausman2022-07-121-0/+65
* SERVER-67520 Add `checkBSONConsistency` option to the validate commandYuhong Zhang2022-07-111-0/+38
* SERVER-66983 Check version field on time-series bucket collections in validationRichard Hausman2022-07-061-0/+110
* SERVER-66976 Enabled validation for time-series collectionsDamian Wasilewicz2022-07-061-0/+68
* SERVER-55208: Remove nojournal,duroff and evergreen variantYu Jin Kang Park2022-07-062-5/+2
* Revert "SERVER-66976 Enabled validation for time-series collections"Sviatlana Zuiko2022-06-301-68/+0
* SERVER-64254 Add detailed explain output for `columnscan` stageJeffrey Xiao2022-06-301-0/+139
* SERVER-66976 Enabled validation for time-series collectionsDamian Wasilewicz2022-06-291-0/+68
* SERVER-67092 Delete 'featureFlagSBEGroupPushdown' and 'featureFlagSBELookupPu...Mihai Andrei2022-06-212-2/+2
* SERVER-66738 Improve bucketing performance for large time-series measurementsGregory Wlodarek2022-06-162-0/+149
* SERVER-66812 Fix bug with $group projection analysisCharlie Swanson2022-06-061-0/+13
* SERVER-66583 Re-enable SBE as the default execution engine and fall back to c...Mihai Andrei2022-05-276-164/+43
* SERVER-66378 Adapt tests skipped due to featureFlagBalanceAccordingToDataSizePierlauro Sciarelli2022-05-241-50/+26
* SERVER-66551 Rename internalQueryEnableSlotBasedExecutionEngine back to inter...Mihai Andrei2022-05-191-8/+8
* SERVER-65816 Change balancer policy to balance on data size rather than numbe...Pierlauro Sciarelli2022-05-191-0/+13
* SERVER-66445 Make the classic engine the default execution engineMihai Andrei2022-05-161-9/+9
* SERVER-66102 Change column scan stage to read from true column indexIan Boros2022-05-111-0/+564
* 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