summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Import wiredtiger: 03c93998a738e95d0b95ad7a2188799bad6c1ff6 from branch mongo...r4.4.6-rc0r4.4.6Luke Chen2021-05-038-140/+252
* Import wiredtiger: 3454ee4a6238c22bfc2f16cc2e8722e3a49cfc72 from branch mongo...Luke Chen2021-05-033-25/+256
* Import wiredtiger: 38e948b9eb4ab532372ea62d0bc18b927007b079 from branch mongo...Luke Chen2021-04-284-17/+33
* Import wiredtiger: 885403077cfdbabc8107b9522af57513952e6f85 from branch mongo...Luke Chen2021-04-272-4/+5
* SERVER-50486 Always interrupt multi-document transactions on step down or ste...Samy Lanka2021-04-234-0/+130
* SERVER-49237 Add a way for OperationContexts to opt-in to always getting inte...Spencer T Brody2021-04-234-9/+27
* SERVER-55007 Deadlock between step down and MongoDOperationContextSessionRandolph Tan2021-04-232-0/+16
* SERVER-52564 Deadlock between step down and MongoDOperationContextSessionRandolph Tan2021-04-233-0/+59
* SERVER-48573 txn_two_phase_commit_killop.js should handle clients with no opCtxRandolph Tan2021-04-161-8/+21
* SERVER-55602 Relax non-read-only invariant in WiredTigerKVEngine::makeTempora...Gregory Noma2021-04-133-3/+7
* SERVER-51457: Improve log line for failed speculative auth attemptsVarun Ravichandran2021-04-098-33/+167
* SERVER-55332 Fix race condition in OCSP sharding testShreyas Kalyan2021-04-081-2/+5
* SERVER-55008-2 Don't try to set enableTwoPhaseIndexBuild more than onceHuayu Ouyang2021-04-081-0/+8
* SERVER-50060 Make oplog_slow_sampling_logging.js tolerant to small changes in...Matthew Russotto2021-04-081-4/+20
* SERVER-51335 Persist fuzzer corpora for each branch and variantBen Caimano2021-04-076-127/+142
* SERVER-53604 Convey both id and full arn to authenticate audit eventsBen Caimano2021-04-077-38/+112
* SERVER-53973 Migration manager recovery should handle failed findIntersecting...Tommaso Tocci2021-04-071-6/+13
* SERVER-48580 Await replication in client_metadata_slowlog_rs.jsAdam Cooper2021-04-071-2/+3
* SERVER-55122 Fix OCSP to allow intermediate certificates in tlsCertificateKey...Shreyas Kalyan2021-04-0720-101/+560
* SERVER-53852 MongoDB hangs randomly (combined patches)Sergey Galtsev2021-04-071-6/+14
* SERVER-55189 Call awaitReplication() before returning from syncFrom() in rsli...Ali Mir2021-04-071-0/+1
* SERVER-51364 Ubuntu 18.04 Server with OCSP and TLS fails to workShreyas Kalyan2021-04-0711-22/+84
* SERVER-51425: Pause JournalFlusher during replication rollbackLingzhi Deng2021-04-076-16/+112
* SERVER-50045 JournalFlusher doesn't return ShutdownInProgress during rollbackGregory Wlodarek2021-04-076-11/+19
* SERVER-55008 Only abort two-phase index builds when BackgroundOperationInProg...Huayu Ouyang2021-04-075-32/+179
* SERVER-54970: Update 'Aborting a Single Replica Set Transaction' section of t...XueruiFa2021-04-071-5/+5
* SERVER-55298: fix BSONObjTooLarge error when calling removeShard on a jumbo c...r4.4.5-rc0r4.4.5LaMont Nelson2021-03-313-27/+108
* Import wiredtiger: 8f90c3c2923040725fb424b3a5c510bacc4ce380 from branch mongo...Luke Chen2021-03-26103-1269/+2980
* SERVER-53462 Improve range-deleter logging (BACKPORT-8395)Pierlauro Sciarelli2021-03-252-16/+29
* SERVER-55067 Migrate Windows builds to VS Current distroBrian McCarthy2021-03-241-36/+36
* SERVER-54710 Improve checks for overlarge BSON when generating explain outputDavid Storch2021-03-243-10/+73
* SERVER-51335 Temporarily disable fuzzer on v4.4Ben Caimano2021-03-241-21/+22
* SERVER-55370 Fix drop_indexes_aborts_in_progress_index_builds_wildcard.js beh...Gregory Wlodarek2021-03-241-8/+4
* SERVER-53566: Protect ServiceContext from issuing duplicate operation IDsTyler Seip2021-03-238-18/+354
* SERVER-48963 Make max_time_ms_sharded more robustIan Boros2021-03-232-39/+25
* SERVER-54365 Allow ClientOutOfLineExecutor to skip shutdownAmirsaman Memaripour2021-03-233-1/+29
* SERVER-54701 Wait for majority write concern after shard index creationMarcos José Grillo Ramirez2021-03-231-0/+8
* SERVER-55369 Don't run drop_indexes_prevents_dropping_ready_indexes_after_abo...Gregory Wlodarek2021-03-191-0/+6
* SERVER-48179 Allow transition to SECONDARY at the end of rollback even it was...Wenbin Zhu2021-03-184-3/+105
* SERVER-51330 SecondarySetWildcardIndexMultikeyOnInsert should prevent insert ...Louis Williams2021-03-181-6/+27
* SERVER-54803 Only register _queryProcessor once in StreamableRSMMatthew Saltz2021-03-183-15/+6
* SERVER-52833 Perform capped deletes during startup recovery on documents inse...Gregory Noma2021-03-1811-206/+385
* SERVER-53787 update logkeeper initsync workload snapshotRobert Guo2021-03-171-1/+1
* Import wiredtiger: 8d6061cfc8910dd0e591d8025e8b2649c063e71e from branch mongo...Luke Chen2021-03-1750-809/+3731
* SERVER-55019 Fix install_compass platform compatibilityRyan Egesdahl2021-03-162-159/+398
* SERVER-54938 Only flush journal once per batch on secondary oplog applicationJason Chan2021-03-161-7/+0
* SERVER-54136 Make the authenticate command respect enforceUserClusterSeparationBen Caimano2021-03-1511-114/+331
* SERVER-52652 Add End to end tests based on FLE driver test corpus in enterpri...Mark Benvenuto2021-03-151-0/+7
* SERVER-54219 macOS synchronous SSL read code needs to handle errSSLWouldBlockMark Benvenuto2021-03-151-2/+6
* SERVER-52651 Add FLE Support for AzureMark Benvenuto2021-03-159-11/+799