summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73526 Invert logic for when DocumentSourceGroup does extra spilling in...David Storch2023-05-021-12/+21
* SERVER-72867 eol-terminate all nonempty text filesBilly Donahue2023-04-2612-12/+12
* SERVER-75054: Change default of internalQueryFrameworkControl to trySbeEngineHana Pearlman2023-04-061-2/+2
* SERVER-75062 Allow telemetry sampling rate to be adjusted at runtimeAlyssa Wagenmaker2023-04-031-14/+17
* SERVER-72486 Enable all features supported in SBE by defaultDavid Storch2023-03-306-54/+69
* Revert "SERVER-74681 Allow dbhash to accept an _id range"Sviatlana Zuiko2023-03-211-203/+0
* SERVER-74264 Fix incorrect $$NOW behavior in projection of findZixuan Zhuang2023-03-201-12/+85
* SERVER-74901 Disable CSIIan Boros2023-03-202-3/+6
* SERVER-74681 Allow dbhash to accept an _id rangeSophia Tan2023-03-161-0/+203
* SERVER-66652 Remove NoMoreAutoSplitter feature flagPierlauro Sciarelli2023-03-151-1/+1
* SERVER-74840 Remove unused embedded tagCharlie Swanson2023-03-151-2/+0
* SERVER-72673 Log ViewsForDatabase::reload status on errorDan Larkin-York2023-03-011-0/+3
* SERVER-49979 Support $dateToString expression in SBEJennifer Peshansky2023-02-231-4/+10
* SERVER-72598 Bump FCV requirement for jsTestBlake Oler2023-02-161-1/+1
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-46/+46
* SERVER-72598 Introduce server parameter to turn off logging for detailed conn...Blake Oler2023-02-091-13/+20
* SERVER-73735 Fail configuration more gracefully if telemetry is disabledCharlie Swanson2023-02-091-0/+32
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-076-30/+231
* SERVER-72843 Fallback to the classic engine for FilterExpressionDrew Paroski2023-02-061-15/+0
* Revert "SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 re...Dan Larkin-York2023-02-046-231/+30
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-036-30/+231
* SERVER-72795 Reduce the big_collection.js expression depth for ASANAnna Wawrzyniak2023-01-121-1/+1
* SERVER-72495 Return warnings about CodeWScope correctly in checkBSONConforman...Yuhong Zhang2023-01-051-0/+33
* SERVER-68377 Skip creating a dense column cursor during a column scan when an...Dianna Hohensee2022-12-211-33/+30
* SERVER-70042 Assign expected / actual semantics to assert.docEq() argumentsRomans Kasperovics2022-12-203-6/+6
* SERVER-58541 Enable Feature flag for Cluster connection health metricsVojislav Stojkovic2022-12-131-1/+1
* SERVER-71763 CSI planning heuristics enhancementsAlyssa Wagenmaker2022-12-131-45/+41
* SERVER-61644 Enable CSI feature flagIan Boros2022-12-101-3/+1
* SERVER-69956 Query planning heuristics for choosing columnscanAlyssa Wagenmaker2022-12-022-1/+89
* SERVER-67241 Log metrics for first ingress hello commandVojislav Stojkovic2022-11-222-22/+27
* SERVER-70110 - Fix compilation of very wide and/or predicatesAnna Wawrzyniak2022-11-191-2/+2
* SERVER-33182 Remove atomic applyOpsAdityavardhan Agrawal2022-11-101-1/+2
* SERVER-68782 speedup batched multi delete testsTommaso Tocci2022-10-278-27/+47
* SERVER-67887 Add metrics for the first non-auth command on an ingress connectionVojislav Stojkovic2022-10-201-0/+22
* SERVER-68519 include more info in column scan explainAlyssa Wagenmaker2022-10-141-13/+70
* SERVER-70421 Complete TODO listed in SERVER-69884sergey.galtsev2022-10-111-2/+0
* SERVER-69616 Use SBE expressions instead of PlanStages for logical MQL operatorsNikita Lapkov2022-10-031-1/+2
* SERVER-69549 Unify tags used in columnstore index testsIrina Yatsenko2022-09-261-7/+8
* SERVER-69408 Add randomized testing for the mixed-type timeseries bugsamontea2022-09-161-0/+79
* SERVER-69707 Fix undefined slot error for $group with conditional expressionYoonsoo Kim2022-09-161-0/+188
* SERVER-69571 Skip running background validation tests on in-memory test variantsYuhong Zhang2022-09-091-1/+1
* SERVER-57699 Move command_let_variables_merge_only to core jstestsAlexander Ignatyev2022-09-091-158/+0
* SERVER-65124 Enable feature flag for the extended validate commandYuhong Zhang2022-09-087-7/+7
* SERVER-69482 Fix "group_pushdown.js" testDrew Paroski2022-09-081-1/+1
* SERVER-69482 Make EvalStage less error-proneDrew Paroski2022-09-081-0/+5
* SERVER-69066 Add testing for validation of time-series data indexesYuhong Zhang2022-08-261-0/+117
* SERVER-68688 Rename `checkBSONConsistency` option to `checkBSONConformance`Yuhong Zhang2022-08-251-9/+9
* SERVER-66698 Clear BucketCatalog namespaces lazily using clear registryDavid Wang2022-08-192-149/+0
* 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