summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-69196 don't build dwarf on gcc4Alexander Neben2022-10-125-5/+51
* SERVER-70488 Revert "SERVER-68244 discard logs from some successful patch bui...Rob Guo2022-10-124-35/+14
* SERVER-69749 TransactionParticipant::retrieveCompletedTransactionOperations()...Benety Goh2022-10-125-53/+71
* SERVER-69795 PathArr estimation via Array type counterTimour Katchaounov2022-10-1210-41/+144
* SERVER-69749 BatchedWriteContext::getBatchedOperations() returns TransactionO...Benety Goh2022-10-124-10/+14
* SERVER-69447 Add a query knob to control version of Cost Model coefficientsAlexander Ignatyev2022-10-1213-91/+441
* Import wiredtiger: d5568ab33033bf075ba69fd1261c0d18c84c752f from branch mongo...Chenhao Qu2022-10-123-3/+212
* Import wiredtiger: 5bdc537e0de2917192a0ffd5be07c4c2937c454f from branch mongo...Chenhao Qu2022-10-122-17/+17
* Import wiredtiger: a3980b988e304ba0597409ab26a2554ad1c0ad69 from branch mongo...Chenhao Qu2022-10-122-4/+4
* Import wiredtiger: 545ad23ec95170537c664c5225b5d88ee2877aea from branch mongo...Chenhao Qu2022-10-125-2/+44
* Import wiredtiger: 2dccdb7be215adbd2535e6e5f03fc401ecc87be2 from branch mongo...Chenhao Qu2022-10-122-1/+8
* Import wiredtiger: 13b423c79c0ebed82f170912c91b47958d027538 from branch mongo...Chenhao Qu2022-10-123-3/+3
* Import wiredtiger: 9c1e8712006ae4530f0759f138234edbd38ba4b1 from branch mongo...Chenhao Qu2022-10-122-1/+62
* SERVER-70364 Retry once on network errorAbdul Qadeer2022-10-112-10/+8
* SERVER-70256 Protect ClusterCursorManager::_cursorsTimeOut from data raceRomans Kasperovics2022-10-114-11/+30
* SERVER-70250 Prevent race between pauseBeforeStateTransition and initializeCo...Abdul Qadeer2022-10-111-42/+48
* SERVER-69749 BatchedWriteContext uses TransactionOperations internally to hol...Benety Goh2022-10-114-15/+22
* SERVER-70101 Implement token bucket rate limited sampling inside query analyzerCheahuychou Mao2022-10-118-29/+641
* SERVER-70469 Use virtual env python in watchdog testsMark Benvenuto2022-10-111-1/+1
* SERVER-70213 Check for specific error codes in checkpoint exception handlingYuhong Zhang2022-10-111-1/+2
* SERVER-70314 Adjust time series extended range tests to account for log reten...Dan Larkin-York2022-10-112-10/+0
* SERVER-69749 rename TransactionOperations::getMutableOperationsForTransaction...Benety Goh2022-10-114-7/+12
* SERVER-70421 Complete TODO listed in SERVER-69884sergey.galtsev2022-10-1110-20/+0
* SERVER-70125 Make mongos periodically refresh query sampling rates from confi...Cheahuychou Mao2022-10-115-5/+188
* SERVER-70227 fix move assignment of SessionWorkflowMetricsMatt Diener2022-10-111-0/+4
* SERVER-69749 add TransactionOperations::getCollectionUUIDs()Benety Goh2022-10-113-0/+64
* SERVER-69749 move TransactionOperations into its own libraryBenety Goh2022-10-112-1/+14
* SERVER-69046 Suppress ARM Mac cpufrequency startup messagesAlex Li2022-10-111-4/+0
* SERVER-68914 [CQF] Fix object ownership issues of data members of the Memo classSvilen Mihaylov2022-10-1124-291/+391
* SERVER-69369 Ensure collMod command works in multitenancy environmentDidier Nadeau2022-10-115-1/+57
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-1130-941/+696
* Revert "SERVER-70364 Retry once on network error"Max Hirschhorn2022-10-111-2/+1
* SERVER-70033 Improve the verbosity of `balancing_based_on_size.js`Silvia Surroca2022-10-112-2/+19
* Import wiredtiger: fca4d75d1df403a73852b4a57e9a2ae3bb72bdfe from branch mongo...Etienne Petrel2022-10-1113-57/+31
* Import wiredtiger: b3719943c9d9790b26bbdcf4aabe95801c1de804 from branch mongo...Etienne Petrel2022-10-114-75/+48
* Import wiredtiger: 11ba92121f3588aa8b7bd84a824ae8057881be6d from branch mongo...Etienne Petrel2022-10-113-4/+4
* Import wiredtiger: 644a9996775281cc16a20b329ad65231e86a69ab from branch mongo...Etienne Petrel2022-10-1113-31/+57
* SERVER-67358 implement AccumultorInternalConstructStatsMisha Tyulenev2022-10-1112-99/+186
* SERVER-70194 Improve debuggability of columnstore_index_correctness.jsIrina Yatsenko2022-10-102-118/+142
* SERVER-67050 Improve SBE NestedLoopJoinZixuan Zhuang2022-10-101-65/+148
* SERVER-69901 Moved `initializeCommandHooks` to before `ServiceEntryPoint` is setCelina Tala2022-10-101-3/+3
* SERVER-70364 Retry once on network errorAbdul Qadeer2022-10-101-1/+2
* SERVER-70098: Use listAllDatabases in AllDatabaseCloner.Adityavardhan Agrawal2022-10-106-28/+38
* SERVER-70372: Disable automaticForgetMigration in tenant_migration_logs.Adityavardhan Agrawal2022-10-101-1/+2
* SERVER-67228 no_disconnect_on_stepdown.js should not strictly test the number...kauboy262022-10-101-1/+1
* SERVER-65708 exhaust_hello_topology_changes.js should wait until electable no...kauboy262022-10-101-0/+3
* SERVER-69499 Change callsites to use serialize and deserialize from Namespace...Adityavardhan Agrawal2022-10-1031-131/+151
* SERVER-69994 Make spawnhost script more robustMatt Kneiser2022-10-101-47/+89
* SERVER-65132 Added metrics for ScopedDbConnection to acquire egress connectionsCelina Tala2022-10-104-7/+150
* SERVER-67285 Provide context to errorCodeToStatus()Reo Kimura2022-10-107-31/+46