summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-43265 Fix using URI network compressors parameter in shellHenrik Edin2019-10-151-1/+3
* SERVER-42373 Prevent "invalid view definition" error while dropping nonexiste...Gregory Wlodarek2019-10-141-1/+6
* SERVER-42987 make it safe to interrupt abortTransactionJudah Schvimer2019-10-113-20/+54
* SERVER-41437 minor transaction_oplog_application.js clean upJudah Schvimer2019-10-118-248/+232
* SERVER-43409 Support non amazon hosted AWS KMS endpointsMark Benvenuto2019-10-111-5/+8
* SERVER-43322 Add tunable oplog stone sizes and track truncation speedsMaria van Keulen2019-10-108-9/+166
* SERVER-25025 Make startup faster with many WT collectionsLouis Williams2019-10-0911-79/+169
* Import tools: 976b41822808521389218141029f3cf786cdefc9 from branch v4.2David Golden2019-10-0834-400/+480
* SERVER-43174 Make migration destination threads killableRandolph Tan2019-10-084-5/+17
* SERVER-43751 Recompute compressor manager message parametersAdam Cooper2019-10-072-0/+24
* SERVER-42744 Fix transation history iterator to not return potentially-dangli...Louis Williams2019-10-071-1/+1
* SERVER-42866 Trigger a logical session cache refresh on all shards in the Sha...Alex Taskov2019-10-071-0/+9
* SERVER-42783 Migrations should wait for majority replication of cloned docs w...Janna Golden2019-10-072-8/+14
* SERVER-42751 Take CSRLock when observing transaction commit for migrationAlex Taskov2019-10-071-1/+6
* SERVER-43699 $mod should not overflow for large negative valuesBernard Gorman2019-10-074-4/+33
* SERVER-43202 propagate errors from interrupts during yieldingIan Boros2019-10-049-65/+105
* SERVER-39763 transactions_target_at_point_in_time.js should disable expiring ...Esha Maharishi2019-10-031-4/+7
* SERVER-43243 Restore repairDatabase ActionTypeSpencer Jackson2019-10-021-0/+1
* SERVER-42946 Prevent FCV upgrade/downgrade when in standalone mode with a non...Jason Chan2019-10-021-0/+21
* SERVER-43350 $lookup with no local default or user-specified collation should...Bernard Gorman2019-10-022-3/+19
* SERVER-42484 Ensure we are inside a WriteUnitOfWork when writing index keys d...William Schultz2019-10-011-3/+14
* SERVER-43582 Do not auth ReplicaSet MonitorSara Golemon2019-10-012-1/+7
* SERVER-41506 Added tracking for metrics around a nodes calling an electionXuerui Fa2019-10-0111-169/+232
* SERVER-41505 Track average number of catchup ops in serverStatusXuerui Fa2019-09-304-41/+80
* SERVER-41457 Unify the different ways the TransactionParticipant offers for a...Matthew Russotto2019-09-3012-304/+173
* SERVER-43330 Remove ReplicationStateTransitionLockGuard move constructorLingzhi Deng2019-09-283-8/+3
* SERVER-36315 Don't keep trying to unlock distlocks after CSRS stepdownKevin Pulo2019-09-261-1/+4
* 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-2613-11/+91
* SERVER-39613 Remove kCommittingWithPrepare and kCommittingWithoutPrepare from...Siyuan Zhou2019-09-254-103/+13
* 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-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-251-0/+8
* SERVER-40466 Unify checks for being in a multi-document transactionSamyukta Lanka2019-09-2430-148/+150
* 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
* Revert "SERVER-42790 SERVER-42930 ConnectionPool controller updates must batc...Pavithra Vetriselvan2019-09-233-114/+58
* SERVER-41956 Add integration and unit tests for killing commit and abort tran...William Schultz2019-09-202-0/+91
* SERVER-42790 SERVER-42930 ConnectionPool controller updates must batch across...Ben Caimano2019-09-193-58/+114
* SERVER-42837 Allow waitInFindBeforeBatch FailPoint to take data.nss parameterBen Caimano2019-09-179-18/+43
* 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-161-2/+4
* 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-131-1/+1
* SERVER-37690 Return 0 from countDocuments for empty collectionA. Jesse Jiryu Davis2019-09-131-1/+4
* SERVER-40258 Relax locking requirements for sharding metadata refresh on shardsRandolph Tan2019-09-1313-51/+55