summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-43350 $lookup with no local default or user-specified collation should...Bernard Gorman2019-10-024-4/+152
* SERVER-39774 Increase number of updates in rollback_wt_cache_full.jsEvgeni Dobranov2019-10-011-2/+1
* SERVER-42484 Ensure we are inside a WriteUnitOfWork when writing index keys d...William Schultz2019-10-012-3/+50
* SERVER-43582 Do not auth ReplicaSet MonitorSara Golemon2019-10-013-1/+79
* SERVER-41506 Added tracking for metrics around a nodes calling an electionXuerui Fa2019-10-0115-184/+373
* SERVER-41505 Track average number of catchup ops in serverStatusXuerui Fa2019-09-3010-140/+204
* SERVER-41457 Unify the different ways the TransactionParticipant offers for a...Matthew Russotto2019-09-3013-305/+186
* SERVER-43330 Remove ReplicationStateTransitionLockGuard move constructorLingzhi Deng2019-09-283-8/+3
* BACKPORT-5238: Adding optimized compile for commit-queueCristopher Stauffer2019-09-261-0/+61
* SERVER-36315 Don't keep trying to unlock distlocks after CSRS stepdownKevin Pulo2019-09-261-1/+4
* SERVER-43407 Move mongocryptd to separate deb/rpmsMark Benvenuto2019-09-269-34/+196
* SERVER-43093 Temporarily change back fixed executor to have unlimited threadsRandolph Tan2019-09-261-10/+9
* SERVER-41508 Track the time the new term oplog entry was majority committed i...Samyukta Lanka2019-09-2614-11/+155
* SERVER-43200 Make auth/mongoURIAuth.js robust to slow commandsMark Benvenuto2019-09-251-1/+4
* SERVER-39613 Remove kCommittingWithPrepare and kCommittingWithoutPrepare from...Siyuan Zhou2019-09-254-103/+13
* SERVER-43230 Fix race in catchup_takeover_two_nodes_ahead.jsSamyukta Lanka2019-09-251-4/+4
* SERVER-42767 Improve logging in ReplSetTest.stopSetWilliam Schultz2019-09-251-1/+28
* SERVER-7681 Report majority number in ReplSetGetStatusSamyukta Lanka2019-09-252-0/+48
* SERVER-42424 Blacklist max_doc_size.js and mr_bigobject.js from Periodic Kill...Samyukta Lanka2019-09-251-0/+4
* SERVER-41221 rollback_after_enabling_majority_reads.js test should make sure ...William Schultz2019-09-251-1/+18
* SERVER-41957 Add an integration test for killing sessions with prepared trans...William Schultz2019-09-251-0/+102
* SERVER-42613 getHashes should default to liveSlaves, not _slaves in replsette...Matthew Russotto2019-09-251-3/+3
* SERVER-43039 db.collection.bulkWrite doesn't support hint with replaceOneJames Wahlin2019-09-252-0/+22
* SERVER-41955 test that secondary can replicate prepare oplog entry received d...Pavithra Vetriselvan2019-09-241-0/+115
* SERVER-40466 Unify checks for being in a multi-document transactionSamyukta Lanka2019-09-2431-151/+174
* SERVER-42478: Relax create collection in oplog application to take a DB_IX lock.Daniel Gottlieb2019-09-247-19/+51
* SERVER-43372 Add ReplicationCoordinatorNoOpA. Jesse Jiryu Davis2019-09-243-0/+734
* SERVER-39614 replace inActiveOrKilledMultiDocumentTransaction with inMultiDoc...Pavithra Vetriselvan2019-09-243-16/+7
* SERVER-41570 Suppress Xcode 11 deleted default function warningsAndrew Morrow2019-09-241-1/+5
* SERVER-43237 replSetFreeze and replSetStepDown cmd done part ofSuganthi Mani2019-09-241-7/+12
* SERVER-37768 Backport Debian 10 to v4.2John Chen2019-09-235-14/+148
* Revert "SERVER-42790 SERVER-42930 ConnectionPool controller updates must batc...Pavithra Vetriselvan2019-09-233-114/+58
* SERVER-43380 Blacklist drop_collection_in_admin_and_config_dbs from sharding ...Blake Oler2019-09-231-0/+1
* SERVER-41956 Add integration and unit tests for killing commit and abort tran...William Schultz2019-09-203-0/+273
* SERVER-43359 Added enterprise RHEL8 repo configJohn Chen2019-09-201-0/+8
* SERVER-42006 Add transaction tags to prepared_txn_metadata_refresh.jsJack Mulrow2019-09-201-0/+2
* SERVER-43359 Added missing RHEL8 configJohn Chen2019-09-201-0/+8
* SERVER-42790 SERVER-42930 ConnectionPool controller updates must batch across...Ben Caimano2019-09-193-58/+114
* SERVER-42837 Convert connection pooling jstests to use data.nss in FailPointBen Caimano2019-09-172-2/+8
* SERVER-42837 Allow waitInFindBeforeBatch FailPoint to take data.nss parameterBen Caimano2019-09-1710-19/+44
* SERVER-42234: make one node not able to assume primary roleEsha Maharishi2019-09-161-4/+7
* SERVER-43004 Turn on archive for zbigMapReduce in sharding suiteMatthew Russotto2019-09-165-0/+15
* SERVER-42915: Do not require a resync when repair encounters orphaned collect...Daniel Gottlieb2019-09-167-36/+121
* SERVER-43005 : getKeyVault.createKey() should return the created data keyShreyas Kalyan2019-09-167-22/+17
* SERVER-41918 CollectionBulkLoader does not anticipate exceptions from MultiIn...Mihai Andrei2019-09-131-128/+157
* SERVER-43081 Validate should report when an index's 'multikeyPaths' are set b...Evgeni Dobranov2019-09-132-0/+690
* SERVER-39708 Optimize Btree multikey updatesMaria van Keulen2019-09-135-2/+56
* SERVER-37772 Backport RHEL8 to v4.2John Chen2019-09-139-15/+142
* SERVER-37690 Return 0 from countDocuments for empty collectionA. Jesse Jiryu Davis2019-09-132-2/+8
* SERVER-40258 Relax locking requirements for sharding metadata refresh on shardsRandolph Tan2019-09-1315-51/+145