summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-59895 init _sbeCompatibleSteve La2021-09-191-1/+2
* SERVER-59915 clean up covered_index_negative_1.jsBenety Goh2021-09-191-18/+22
* SERVER-59915 add does_not_support_stepdowns to covered_index_negative_1.jsBenety Goh2021-09-191-0/+1
* SERVER-59962 clean up geo_array1.js to use different collection name for each...Benety Goh2021-09-181-12/+27
* SERVER-59932 clean up geo_polygon3.js to use different collection name for ea...Benety Goh2021-09-181-1/+3
* SERVER-60034 Prohibit sparse indexes on time-series measurementsGregory Wlodarek2021-09-172-27/+54
* SERVER-59331 Fix SBE size_estimator build on macOSAlexander Ignatyev2021-09-171-0/+7
* SERVER-59866 Stop FCV from waiting for majority when currentCommitted…Matthew Russotto2021-09-172-0/+3
* SERVER-58718 Re-enable the aggregation_multiversion_fuzzer suiteMihai Andrei2021-09-171-2/+1
* SERVER-59019 Add feature flag for Yielding Support for SBEDianna Hohensee2021-09-171-0/+4
* SERVER-57772 Omit test from multiversion tests until backportLuis Osta2021-09-171-0/+2
* SERVER-59234 Fix clang-12 warnings in C++20 modeAndrew Morrow2021-09-176-9/+17
* SERVER-59906 Disable long running tests on code coverage variantYuhong Zhang2021-09-171-2/+2
* SERVER-59683 Extract BudgetEstimator logic from LRU cacheAlexander Ignatyev2021-09-1713-107/+184
* SERVER-59952 Fix multiversion burnin_tests error during resmoke processCarlos Anaya2021-09-173-22/+3
* SERVER-59629 Enable lock-free reads on GetIndexSpecsByUUID dbtest that was pr...Dianna Hohensee2021-09-171-6/+0
* SERVER-54315: Turn off jasper resmokejulianedwards2021-09-174-16/+15
* SERVER-57407 Avoid taking ReplicationCoordinator mutex when deciding …Randolph Tan2021-09-171-1/+4
* SERVER-60004 archive all files on all mainline variantsRobert Guo2021-09-171-4/+2
* SERVER-60036 don't separate debug in ninja_compileRobert Guo2021-09-171-0/+2
* SERVER-59094 Implicitly create timeseries collections with shardCollectionAlya Berciu2021-09-177-82/+136
* SERVER-58460: Increase LDAP timeout threshold in ldap_fastest_host_selection.jsVarun Ravichandran2021-09-171-0/+1
* SERVER-60032 Temporarily disable test failing after bucket compressionHenrik Edin2021-09-171-4/+5
* SERVER-58663 Create a lock-free multi collection AutoGet* helperDianna Hohensee2021-09-177-1/+485
* SERVER-59845 fix missing chunkRange in fallback splitVector logicPierlauro Sciarelli2021-09-171-2/+3
* SERVER-60027 avoid makePromiseFuture in future_utilBilly Donahue2021-09-171-7/+14
* SERVER-59331 Add PlanCache's and EExpression's getCompileTimeSize() functions...Alexander Ignatyev2021-09-1752-2/+916
* SERVER-60008 Disable the distributed lock ping thread in lagged_config_second...Allison Easton2021-09-171-5/+11
* SERVER-59928 Extend setup-multiversion to accept an evergreen version idMikhail Shchatko2021-09-175-70/+116
* SERVER-59845 selectChunkSplitPoints must rely on the autoSplitVector functionPierlauro Sciarelli2021-09-1714-40/+266
* SERVER-59635 Mark ConfigSvrMoveChunkCommand as interruptible on stepdownAllison Easton2021-09-171-0/+2
* Import wiredtiger: 4d3742e1bed1e3b52913abf9cb47b6e214e480ec from branch mongo...Chenhao Qu2021-09-1712-30/+464
* SERVER-59876 Ensure hostname is progated for internal sasl authMark Benvenuto2021-09-1616-267/+454
* SERVER-59233 Don't apply clang/gcc warning suppressions on WindowsAndrew Morrow2021-09-163-3/+3
* SERVER-60012 removed unused time-series includes from write_commands.cppBenety Goh2021-09-161-2/+0
* SERVER-60025 BSON ownership in DocumentSourceQueue fixRuslan Abdulkhalikov2021-09-161-1/+1
* SERVER-59233 Suppress some warnings in third-party code or its useAndrew Morrow2021-09-164-2/+27
* SERVER-59945 RecordId relops should take objects by const referenceAndrew Morrow2021-09-161-6/+6
* SERVER-59946 Zero initialize buffer in RecordIdAndrew Morrow2021-09-161-2/+5
* SERVER-59408 Add scons variable files for the v4 toolchain as testingAndrew Morrow2021-09-164-2/+83
* SERVER-59361: Implement periodic health check thread poolKshitij Gupta2021-09-1610-36/+209
* SERVER-58578 Timeseries bucket compressionHenrik Edin2021-09-1627-210/+1151
* SERVER-59457 [Part2] Allow change stream rewrite tests to run in whole-db and...Rishab Joshi2021-09-166-0/+0
* SERVER-59744 splitVector must never be invoked with negative chunk sizePierlauro Sciarelli2021-09-162-10/+28
* SERVER-59457 [Part1] Allow change stream rewrite tests to run in whole-db and...Rishab Joshi2021-09-169-1858/+1718
* Revert "SERVER-59585 Fix invalid cast on config servers"Uladzimir Makouski2021-09-164-18/+10
* SERVER-59968 Clone git repo in all multiversion tasksMikhail Shchatko2021-09-162-4/+5
* SERVER-59862 PromiseAndFuture comment revisionBilly Donahue2021-09-162-9/+13
* SERVER-59840 Do not perform pipeline optimization with temporary collatorJustin Seyster2021-09-153-33/+13
* SERVER-59305 Reject timeseries measurements with array values in indexed fieldsDan Larkin-York2021-09-1521-2/+338