summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76278 Log extra migration information at the end of the operationr5.0.18-rc2r5.0.18Marcos José Grillo Ramirez2023-05-102-0/+32
* SERVER-76619 Add setParameter to enable libcurl's verbose loggingMark Benvenuto2023-05-105-4/+171
* SERVER-74344 Ban use of sparse indexes on internal comparison expression unle...Ruoxin Xu2023-05-0911-98/+235
* SERVER-75479 Fixed red ssl tests on macsAlexander Neben2023-05-081-1/+2
* SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma2023-05-0848-268/+468
* SERVER-76721: Robustify plan_cache_stats_shard_and_host.js to count plan cach...Adityavardhan Agrawal2023-05-051-7/+26
* SERVER-73007 CURL_OPT_SEEKFUNCTION for HTTP retryMark Benvenuto2023-05-042-10/+50
* SERVER-76179 Add RuntimeDirectory to mongod.service for RPMr5.0.18-rc1Alexander Neben2023-05-041-0/+1
* SERVER-76600 Increase timeouts for aggregation_timeseries_fuzzer on tsan/asanMilitsa Sotirova2023-05-041-1/+4
* SERVER-66009 Avoid use of mongo process interface if search is in an update p...Militsa Sotirova2023-05-032-1/+5
* SERVER-76767 remove v4.0 in version upgrade testsJiawei Yang2023-05-032-0/+10
* SERVER-75369 Fix the overflow of total possible enumeration count in Lockstep...Ruoxin Xu2023-05-033-6/+37
* SERVER-76695 initial_sync_nodes_maintain_and_gossip_commit_point.js should wa...Kaitlin Mahar2023-05-021-7/+13
* SERVER-76378 Estimate metadata sizeSara Golemon2023-05-026-2/+150
* Revert "SERVER-76690 Special handling for PYTHONPATH when activate venv"Juan Gu2023-05-021-12/+1
* Revert "SERVER-75626 added venv site-packages path to sys.path at macos host"Juan Gu2023-05-023-5/+2
* SERVER-76718 Add RHEL 7 PPC to mongocryptd and packages in evergreen.ymlr5.0.18-rc0Britt Snyman2023-05-021-0/+2
* SERVER-76690 Special handling for PYTHONPATH when activate venvJuan Gu2023-05-011-1/+12
* SERVER-75626 added venv site-packages path to sys.path at macos hostJuan Gu2023-05-013-2/+5
* SERVER-75987 Synchronize the connection and server threads in `transport_laye...Blake Oler2023-05-011-4/+5
* Import wiredtiger: 574253ac34c21f61156ba2f8e1327b7e528bcd44 from branch mongo...Luke Chen2023-05-012-18/+4
* Import wiredtiger: 4c136b654b665f8c9520fa21ced665768cce34ef from branch mongo...Luke Chen2023-05-013-1/+147
* SERVER-76063 Always report FreeMonitoring as disabledSara Golemon2023-04-284-27/+25
* SERVER-76599 Exclude jstests/sharding/balancer_collection_status.js from step...Antonio Fuschetto2023-04-271-1/+5
* SERVER-76516 Fix concurrent access of clock in Resharding TestBrett Nawrocki2023-04-276-5/+21
* Import wiredtiger: 48ee474ec2074b3e2724c32ed3435a708927de25 from branch mongo...Luke Chen2023-04-272-3/+1
* Import wiredtiger: c75c517bea4f1a361b4eb1e40d7cd0974b3e72fb from branch mongo...Luke Chen2023-04-272-8/+8
* Import wiredtiger: d0b59444672462b26323e5132fb4975cfea7092c from branch mongo...Luke Chen2023-04-274-25/+25
* Import wiredtiger: 6632af1c977e9d47386c7cc451be418ac1814317 from branch mongo...Luke Chen2023-04-274-2/+184
* SERVER-54150 Recovery from a stable checkpoint should fassert on oplog applic...Moustafa Maher Khalil2023-04-2616-55/+334
* SERVER-76498: update push task to run on rhel8.7dylrich2023-04-261-1/+1
* SERVER-75360 Add number of results from mongot to slow query log lineTed Tuckman2023-04-262-0/+6
* SERVER-72686: Support collstats in agg pipeline for timeseries collectionAdityavardhan Agrawal2023-04-257-148/+279
* SERVER-75082 Make balancer migrations throttling configurableSilvia Surroca2023-04-252-9/+16
* SERVER-76421 ttl_expire_nan_upgrade.js waits for restarted mongod to become s...Benety Goh2023-04-211-0/+1
* SERVER-76139 sync_source_changes.js should wait for node to no longer be newl...Kaitlin Mahar2023-04-211-0/+3
* SERVER-68338 sync_source_changes.js needs to wait for heartbeatMatthew Russotto2023-04-211-23/+34
* SERVER-73390 Mitigate database version regression bug on drop database (...Enrico2023-04-211-12/+31
* SERVER-76004 Removing incorrect tassertSergi Mateo Bellido2023-04-211-5/+0
* SERVER-73385 Releasing unheld critical section upon sharded rename error must...Pierlauro Sciarelli2023-04-211-30/+25
* SERVER-72146 Add statistic to count the number of bytes cloned from the donor...Marcos José Grillo Ramirez2023-04-203-0/+7
* SERVER-72146 Add extra migration statistics including the total bytes cloned ...Marcos José Grillo Ramirez2023-04-195-2/+38
* SERVER-76274 Moved microbenchmarks to their own distroSimon Eismann2023-04-191-4/+4
* SERVER-74997 Reduce the timeout of tlsOCSPVerifyTimeoutSecs to 4 secondsAdrian Gonzalez2023-04-191-1/+1
* SERVER-75652: migrate from notary_client to garasign for push task v5.0Tural Farhadov2023-04-184-7/+136
* SERVER-57056 Give LogSeverity::Log() messages syslog severity level infoGabriel Marks2023-04-171-1/+1
* SERVER-48196 Upgrade the timelib to 2022.04 to update the built-in timezone f...Gil Alon2023-04-1743-46250/+44483
* SERVER-76039 Fix initialization of PauseDuringStateTransitionsAbdul Qadeer2023-04-171-5/+11
* SERVER-71249: set .publish tasks to always run on rhel80-smalldylrich2023-04-171-74/+2
* SERVER-60375 Blacklist move_chunk_remove_shard.js from sharding_csrs_continuo...Simon Gratzer2023-04-151-0/+6