summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60921 Simplify and optimise the BalancerCommandsSchedulerPaolo Polato2021-11-113-198/+163
* SERVER-61256 Allow a shardsvr tenant migration recipient to create collection...Sophia Tan2021-11-112-0/+5
* SERVER-61016 SessionASIO ctor setsockopt exception handlingBilly Donahue2021-11-114-26/+170
* SERVER-60990 Split instance conflict check from PrimaryOnlyService::construct...Didier Nadeau2021-11-1122-60/+67
* SERVER-60131 Update WiredTigerKVEngine::shouldDowngrade()/getDowngradeString(...Gregory Wlodarek2021-11-113-4/+65
* SERVER-60131 Remove unused repairMode parameter from WiredTigerFileVersion::s...Gregory Wlodarek2021-11-112-5/+3
* SERVER-61387 Make sure setRandomSeed() prints the exact value it choseDavid Percy2021-11-111-2/+11
* SERVER-61173 Make EFT cursor saveState() handle case where already savedIan Boros2021-11-111-1/+3
* SERVER-61250 Introduce ScanInclusionBound for bounded collection scansHaley Connelly2021-11-115-15/+460
* SERVER-61384 Validate that objects do not contain MinKey or MaxKey before doi...Henrik Edin2021-11-112-22/+31
* SERVER-61376 Export the JournalListener via DataReplicatorExternalStateMatthew Russotto2021-11-1111-0/+38
* SERVER-59365 new state machine implementation for FaultManagerLaMont Nelson2021-11-113-0/+535
* SERVER-61270: Correct coverity defect in proxy protocol parserTyler Seip2021-11-112-1/+2
* SERVER-61413 Rename collMod types to avoid conflictsRui Liu2021-11-113-16/+16
* SERVER-61243 Fix PlanCacheBase coverity failurejoshua2021-11-111-3/+3
* SERVER-61368 fix link error on RHEL 8.0 Shared Library (No SSL)Andrew Shuvalov2021-11-111-0/+1
* SERVER-61408 Fix merging of reference object when fields appear in different ...Henrik Edin2021-11-112-0/+49
* SERVER-49866 Remove TempReleaseGabriel Marks2021-11-118-348/+135
* SERVER-61394 Fix bit count calculation for uint128(0) in Simple8bBuilderHenrik Edin2021-11-113-39/+56
* SERVER-61382 Fix encoding ambiguity in BSONColumn after large stringsHenrik Edin2021-11-113-16/+59
* SERVER-61334 Replication batcher uninterruptible lock deadlocks with storage ...Matthew Russotto2021-11-111-11/+23
* SERVER-59373 adds new server status sectionAndrew Witten2021-11-114-2/+88
* SERVER-59399 Allow dropping ready indexes while having in-progress index buildsGregory Wlodarek2021-11-111-6/+0
* SERVER-60969 Race in tenant migration state machine, try 2A. Jesse Jiryu Davis2021-11-112-9/+111
* Import wiredtiger: 0ba90348a092cdc48229f62675100c430a3141a2 from branch mongo...Alison Felizzi2021-11-112-1/+4
* Import wiredtiger: 80da27f0be1d06ca9c6a9891d5a5cf54bf188cbd from branch mongo...Alison Felizzi2021-11-1114-115/+98
* SERVER-61299 Rename during migration crashes recipientA. Jesse Jiryu Davis2021-11-102-7/+5
* SERVER-61368 SERVER-61315 Ldap health check executor should support aborted t...Andrew Shuvalov2021-11-106-39/+123
* SERVER-61166 Update batched write path on mongos mongoq to handle TenantMigra...mathisbessamdb2021-11-103-12/+3
* SERVER-59719 Ensure resharding commit/abort completes before verifyingBrett Nawrocki2021-11-105-31/+28
* SERVER-61386 Rename acceptOpMsgSecurityToken to supportMultitenancySara Golemon2021-11-108-19/+65
* SERVER-61381 Fix detecting nested empty subobj in mergeHenrik Edin2021-11-102-2/+89
* SERVER-61375 Fix set FCV for sharded cluster fixtureMikhail Shchatko2021-11-101-1/+2
* SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch2021-11-1047-952/+1046
* SERVER-60339 Add support for $planCacheStatsRuoxin Xu2021-11-105-13/+63
* SERVER-61320 CollModRequest owns BSONObj generated from CollMod command reque...Benety Goh2021-11-101-6/+8
* SERVER-58691 Implement deletion of pre-images which corresponding oplog entry...Denis Grebennicov2021-11-1010-0/+488
* SERVER-59806 Change upsert for insert when writing chunks in create sharded c...Marcos Jose Grillo Ramirez2021-11-101-33/+30
* Import wiredtiger: 826862344b92c27c693faaee60209171b4aa68d9 from branch mongo...Etienne Petrel2021-11-102-58/+50
* Import wiredtiger: 99cae8d2e888364498beb699e912e12bfb94577b from branch mongo...Etienne Petrel2021-11-103-8/+9
* Import wiredtiger: 8d2c51c21579cc8cf51c0db49f523ad9a87130a9 from branch mongo...Etienne Petrel2021-11-1021-775/+662
* Import wiredtiger: b5a2de7a42bd5e9d7266f6dd4b22364e9dd66e8f from branch mongo...Etienne Petrel2021-11-102-3/+11
* Import wiredtiger: 984039b3712596df5c68b2de67f813ff8c25b698 from branch mongo...Etienne Petrel2021-11-101-1/+1
* Import wiredtiger: 28109e1c6a2444d1ebcf8ef87ddc6944cf88eb61 from branch mongo...Etienne Petrel2021-11-107-45/+145
* Import wiredtiger: 5f92dc4c8028d5f2099ef456a31838b37b5aa990 from branch mongo...Etienne Petrel2021-11-103-17/+141
* SERVER-57310 record creation date of mongosIsrael Hsu2021-11-104-3/+58
* SERVER-60970 Apply some small fixups to builderAndrew Morrow2021-11-092-9/+3
* SERVER-59495 Donor and recipient tenant migration state machines will persist...Suganthi Mani2021-11-0917-36/+376
* SERVER-61328 Fix so Simple8bBuilder does not allow numeric_limits::max to be ...Henrik Edin2021-11-092-1/+31
* SERVER-61342 Fix so contiguous mode offset is always reset when allocating a ...Henrik Edin2021-11-091-2/+1