summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71020 SERVER-71939 Ensure aborting time series batch eventually remov...Dan Larkin-York2022-12-212-37/+165
* SERVER-72222 fix mapReduce single reduce optimization in sharded clustersDavis Haupt2022-12-211-41/+42
* SERVER-71689 Refresh the catalogCache after dropping a collectionSergi Mateo Bellido2022-12-213-32/+19
* SERVER-71436 Range deleter must not aggressively spam the log when shard key ...Pierlauro Sciarelli2022-12-211-6/+14
* SERVER-65259 fix cursor leak in aggregation that requires merging on shardMickey. J Winters2022-12-161-7/+21
* SERVER-65177 Use executor clock to calculate elapsed initial sync timeali-mir2022-12-083-4/+11
* SERVER-67704 SERVER-67705 Fix processor package counting for ARMGabriel Marks2022-12-069-104/+142
* SERVER-66466 TransportLayerASIOTest remove ThreadContextBilly Donahue2022-12-053-59/+58
* SERVER-54900 Cancel ASIO session when SSL handshake times outAmirsaman Memaripour2022-12-054-2/+286
* Import wiredtiger: 8be3f98a3d81ab63d6f0a0f63692462bd4f71b02 from branch mongo...Luke Chen2022-12-052-112/+1
* Import wiredtiger: 2ba841cd57bdb096c427b733cfcb4fca1d11f013 from branch mongo...Luke Chen2022-12-052-2/+2
* Import wiredtiger: 5784e4cb45f485304cc555981883c9999d691d7c from branch mongo...Luke Chen2022-12-055-66/+245
* Import wiredtiger: adba8ce2917cd4d131237b7ccf4fc89199e26480 from branch mongo...Luke Chen2022-12-0510-160/+405
* Import wiredtiger: f1fa61904bdec4a931daa49452cf3b92a3bca37a from branch mongo...Luke Chen2022-12-053-2/+154
* Import wiredtiger: a112858449e9e6c5590fe5dd6655b9653279d030 from branch mongo...Luke Chen2022-12-055-133/+339
* Import wiredtiger: b839ed28a19d5316ac56ea97ab2efe8f607a94d2 from branch mongo...Luke Chen2022-12-0517-72/+389
* Import wiredtiger: 2f5d15ff28b6fd3351524cc8bcbd5b6ecc489670 from branch mongo...Luke Chen2022-12-052-2/+5
* Import wiredtiger: 9e3e02fd3e5a0e536c91fcdc4464429638cd6c23 from branch mongo...Luke Chen2022-12-0512-756/+1003
* Import wiredtiger: 9c29d968f2b3ad3b8443afeb7938e9d2c880c59f from branch mongo...Luke Chen2022-12-052-1/+2
* Import wiredtiger: 435bd9ac8426fe87b95ca36897a0624aed4a819e from branch mongo...Luke Chen2022-12-053-3/+173
* SERVER-71759 dataSize command doesn't yieldTommaso Tocci2022-12-041-12/+15
* SERVER-70394 Fix self-swap in MultiPlanStage::removeRejectedPlansIvan Fefer2022-12-021-1/+1
* SERVER-58712: Fix update performance on collections with multiple secondary i...Ivan Fefer2022-12-024-12/+86
* SERVER-68576 Added number of sharded collections to serverStatus command.Pol Pinol Castuera2022-11-291-0/+11
* SERVER-64764 Fix '$$ROOT' handling in $expr rewriteCharlie Swanson2022-11-232-2/+16
* SERVER-71191 Unlock and relock RSTL during index build setupGregory Noma2022-11-183-5/+45
* SERVER-68361 Make migration properly handle cases when shard key value modifi...Randolph Tan2022-11-163-33/+86
* SERVER-71055 Update stable timestamp in `OplogOrder` testGregory Noma2022-11-161-0/+1
* SERVER-71305 Legacy shard collection path waits on wrong opTime to be majorit...Tommaso Tocci2022-11-161-4/+12
* SERVER-71092 Fixing a sharding testSergi Mateo Bellido2022-11-111-2/+2
* SERVER-70793 Make database metadata refresh first check new metadata under th...r5.0.14-rc0r5.0.14Antonio Fuschetto2022-11-101-0/+34
* SERVER-70373: Avoid invariant failure while aborting a resharding operationnandinibhartiyaMDB2022-11-092-45/+64
* SERVER-70879 Fix race where multiple threads are turning an index multikey co...Henrik Edin2022-11-092-1/+142
* SERVER-70381 Fixing Sharding API usageSergi Mateo Bellido2022-11-081-6/+11
* Import wiredtiger: 8071ed76b2c701099cbb19b16d3b3c4de23d7c36 from branch mongo...Luke Chen2022-11-084-7/+29
* SERVER-67795: Add serverstatus counters for updateMany, deleteMany calls(v5.0)Adi Zaimi2022-11-074-0/+32
* SERVER-60143 Avoid clearing filtering metadata after failed metadata refreshJordi Serra Torrens2022-11-041-5/+0
* SERVER-69001: Have initial sync persist its last oplog time into the minvalid...Daniel Gottlieb2022-11-032-46/+57
* SERVER-60016 serverStatus should not block on the RSTL lock with the WT stora...Jordi Olivares Provencio2022-11-033-22/+32
* SERVER-69868 Return ShutdownStatus When Starting a Shutdown `TransportLayer`Celina Tala2022-11-012-20/+46
* SERVER-63585 Allow negative values in WTRecordStore::numRecordsDaniel Gómez Ferro2022-10-312-6/+54
* SERVER-69926 errorcodes.py doesn't detect duplicate errors in MONGO_UNREACHAB...Reo Kimura2022-10-274-8/+8
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Blake Oler2022-10-25174-248/+336
* Import wiredtiger: 2a44acce45238f86124a2ee95e63e45791fb7304 from branch mongo...Luke Chen2022-10-214-12/+233
* Import wiredtiger: d9340610d5c44fc315912673d15203b25ce5a80b from branch mongo...Luke Chen2022-10-212-1/+20
* Import wiredtiger: 9a95edfe238515bfd3186a1fd3a416e6b62905d1 from branch mongo...Luke Chen2022-10-213-2/+107
* SERVER-69784 Fix signed char misusesMatt Kneiser2022-10-142-3/+5
* SERVER-69756: Abort a resharding operation immediately.nandinibhartiyaMDB2022-10-143-2/+44
* SERVER-69134 Adding a way to clear the metadata managerSergi Mateo Bellido2022-10-135-14/+57
* SERVER-68477 remove upgrade and downgrade barriers for TTL indexes with NaN e...Benety Goh2022-10-122-72/+3