summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-52650 Add FLE support for GCPAdam Cooper2021-03-1520-173/+1064
* SERVER-53081 Extend KMSService to support BSONObj customer master keysMark Benvenuto2021-03-158-21/+90
* SERVER-52649 Add KMS OAuth CacheMark Benvenuto2021-03-153-2/+136
* SERVER-52648 Refactor kms_aws.cpp into kms_aws.cpp and kms_network.cppAdam Cooper2021-03-154-104/+189
* SERVER-52651 Update kms_message for base64 url encoding fixMark Benvenuto2021-03-152-10/+1
* SERVER-52644 Update kms-message for gcp and azure supportMark Benvenuto2021-03-1540-83/+1705
* SERVER-50414 Reads should return not primary error messages during rollback i...Pavi Vetriselvan2021-03-157-7/+90
* SERVER-50412 implement helloOk protocol negotiation on mongosPavi Vetriselvan2021-03-153-0/+43
* SERVER-50412 implement helloOk protocol negotiation on mongodPavi Vetriselvan2021-03-155-3/+126
* SERVER-54296 Fix incorrect cache size estimate logic in lookup_set_cache.hArun Banala2021-03-122-25/+62
* SERVER-53875 Stop the JournalFlusher thread from running at all unless reques...Dianna Hohensee2021-03-111-0/+8
* SERVER-47568 Allow multiple error codes in read_concern_uninitiated_set.js wi...Jack Mulrow2021-03-111-2/+9
* SERVER-50426 Add a delimiter indicating the end of a death test runLydia Stepanek2021-03-111-0/+4
* SERVER-54031 Include .py and .idl files in the errorcodes.py scanBilly Donahue2021-03-114-77/+73
* SERVER-54770 Add /proc/meminfo MemAvailable to FTDCMark Benvenuto2021-03-101-0/+1
* SERVER-5722 Support 'sort' in benchrunIan Boros2021-03-102-0/+31
* Import wiredtiger: 68bc106b4aff8fe0e4fa4ba4707e363be3934ceb from branch mongo...Luke Chen2021-03-1017-261/+511
* Revert "SERVER-49468 Kill and throw when OperationContexts are overwritten"Judah Schvimer2021-03-094-36/+39
* Import wiredtiger: b7d6153e22d677acc25ec1d51ead5aa58adaa0e7 from branch mongo...Luke Chen2021-03-0940-1740/+2021
* SERVER-53428 Add initial sync result status in statistics.Wenbin Zhu2021-03-091-18/+21
* SERVER-54180 Make ReplSetTest's stepUp function wait 60 seconds for nodes to ...Samy Lanka2021-03-081-1/+1
* SERVER-54528 Avoid race between initial sync failing and shutdown in initial_...Samy Lanka2021-03-081-1/+0
* SERVER-54540 Allow for network errors when restarting heartbeats to induce ro...Samy Lanka2021-03-081-1/+6
* SERVER-49468 Kill and throw when OperationContexts are overwrittenBen Caimano2021-03-084-39/+36
* SERVER-52953 $geoNear does not always match coordinate given to 'near' when m...Mihai Andrei2021-03-084-4/+80
* SERVER-54608 dropIndexes needs to make the same assertions on primary and sec...Gregory Wlodarek2021-03-052-5/+102