summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73998 Fixing expansions issue with sys-perf microbenchmark testsBACKPORT-14789-sys-perfJawwad Asghar2023-02-151-4/+10
* SERVER-73858 Oplog batch application index builds on an empty collection shou...Benety Goh2023-02-142-21/+14
* SERVER-73858 add IndexBuildsCoordinator::isCreateIndexesErrorSafeToIgnore()Benety Goh2023-02-142-8/+21
* SERVER-73858 add js test for geo 2d index options conflict during initial syncBenety Goh2023-02-141-0/+101
* SERVER-73949 Join created executor in transaction API unit testsJack Mulrow2023-02-141-0/+8
* SERVER-71159 Include apiStrict flag into SBE plan cache keyAnton Korshunov2023-02-1418-418/+631
* SERVER-73719 Comment out legacy sys-perf buildvariants v6.3dalyd2023-02-131-903/+903
* SERVER-73385 Releasing unheld critical section upon sharded rename error must...Pierlauro Sciarelli2023-02-132-23/+19
* SERVER-73822 Time-series $group rewrite ignores certain accumulatorsKevin Cherkauer2023-02-134-2/+38
* SERVER-73890 Only run the resilient movePrimary in random_DDL_operations.js FSMAntonio Fuschetto2023-02-131-1/+11
* SERVER-73636 Fix poor allocation pattern in validation reportingDan Larkin-York2023-02-101-1/+13
* SERVER-73745 Zero initialize IndexKeyBucket structGregory Wlodarek2023-02-101-2/+2
* SERVER-72825 [v6.3] Remove Outdated/Duplicate Entries for Multiversion Testsjames-hippler2023-02-101-24/+24
* SERVER-73722: run amazon 2022 publish on rhel 8dylrich2023-02-091-6/+0
* SERVER-72821 Add more required variants to etc/evergreen_nightly.ymlMikhail Shchatko2023-02-071-51/+160
* SERVER-72821 Change references to "v6.3" in etc/perf.ymlMikhail Shchatko2023-02-071-1/+1
* SERVER-72821 Remove all feature flags variants from etc/system_perf.ymlMikhail Shchatko2023-02-071-353/+0
* SERVER-72821 Remove renew_ssl_cert from etc/system_perf.ymlMikhail Shchatko2023-02-071-46/+0
* SERVER-72821 Change references to "v6.3" in etc/system_perf.ymlMikhail Shchatko2023-02-071-1/+1
* SERVER-72821 Update suffixes in generate_version_expansions.pyMikhail Shchatko2023-02-071-2/+2
* SERVER-72821 Moved required variants to etc/evergreen_nightly.ymlMikhail Shchatko2023-02-071-3/+236
* SERVER-72821 Remove wtdevelop variants from etc/evergreen.ymlMikhail Shchatko2023-02-071-46/+0
* SERVER-72821 Change references to "v6.3" in etc/evergreen_yml_components/defi...Mikhail Shchatko2023-02-071-2/+2
* SERVER-73407 Collect telemetry on mongos for find and aggr6.3.0-rc0Davis Haupt2023-02-074-1/+160
* SERVER-72782 Reduce SimulateCrash hook connection timeoutsGregory Wlodarek2023-02-072-1/+3
* SERVER-43099 Reenable random chunk migration failpoint for concurrency with_b...Jordi Serra Torrens2023-02-0717-33/+217
* SERVER-73542 Drop index metadata in resharding donors that are not recipientsMarcos José Grillo Ramirez2023-02-072-13/+53
* SERVER-73052 ShardingCatalogClient::getShardsThatOwnData...AtClusterTime() me...Enrico Golfieri2023-02-0711-233/+574
* SERVER-71203 Test the resilience of the new movePrimaryAntonio Fuschetto2023-02-072-6/+241
* SERVER-73404 added task limiter tool to limit concurrencyDaniel Moody2023-02-076-43/+129
* SERVER-73436 added readme for mongo tidy checks.Daniel Moody2023-02-071-0/+43
* Import wiredtiger: 555e19733065fc47d4dc85a68283730744992e40 from branch mongo...Etienne Petrel2023-02-074-15/+15
* Import wiredtiger: 3687d84457c5468542645aff23930a2a248a16ed from branch mongo...Etienne Petrel2023-02-073-5/+78
* Import wiredtiger: 3e8c3bdd675df363540399db8c4e3b409db95bd8 from branch mongo...Etienne Petrel2023-02-079-150/+39
* Import wiredtiger: e32dbb148b3eeaa82bb5378027428c037eb668c6 from branch mongo...Etienne Petrel2023-02-073-10/+10
* Import wiredtiger: feb6de965c15e2ca722ff70094c2f37f46265ebf from branch mongo...Etienne Petrel2023-02-072-1/+20
* SERVER-73417 Change method signature of produceDocumentForUpsert() to include...Sanika Phanse2023-02-076-97/+83
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-07106-1188/+849
* SERVER-71882 Add serverStatus metric for the number of entries evicted from t...Maddie Zechar2023-02-0710-53/+154
* SERVER-72226 Shorten LimitSkip explainMatt Boros2023-02-0712-303/+100
* SERVER-71353 Add diagnostics for when the durable catalog is scanned due to m...Gregory Wlodarek2023-02-061-0/+25
* SERVER-73644 Fix heap-use-after-free error caused by the note field in the an...Cheahuychou Mao2023-02-061-10/+7
* SERVER-72670 Change hedgingMetrics.numTotalHedgedOperations increment to refl...Alex Li2023-02-062-9/+10
* SERVER-73161 Write basic time-series deleteOne() jstestsAlyssa Wagenmaker2023-02-062-0/+173
* SERVER-73462 [CQF] Transition SpoolId generator to use IdGeneratorSvilen Mihaylov2023-02-067-40/+28
* SERVER-72843 Fallback to the classic engine for FilterExpressionDrew Paroski2023-02-065-119/+9
* SERVER-70191 Move async_rpc::sendTxnCommand to its own headerGeorge Wangensteen2023-02-063-48/+90
* SERVER-73350 SessionKiller should release mutex before creating opctxMatthew Russotto2023-02-061-2/+14
* SERVER-73212 Remove collection locks on sharding index catalog shard observer...Marcos José Grillo Ramirez2023-02-063-25/+40
* SERVER-52024 Create feature flag for USER_ROLESMilitsa Sotirova2023-02-061-0/+5