summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42014 repairDatabase should catch and report exceptions fromLouis Williams2019-10-161-6/+28
* SERVER-25025 Make startup faster with many WT collectionsLouis Williams2019-10-1013-77/+187
* SERVER-43751 Recompute compressor manager message parametersAdam Cooper2019-10-072-0/+25
* SERVER-42783 Migrations should wait for majority replication of cloned docs w...Janna Golden2019-10-072-8/+15
* SERVER-43699 $mod should not overflow for large negative valuesBernard Gorman2019-10-074-5/+34
* SERVER-42866 Trigger a logical session cache refresh on all shards in the Sha...Alex Taskov2019-10-071-0/+9
* SERVER-41503 Track the target opTime for catchup in replSetStatus on primariesSamyukta Lanka2019-10-079-4/+143
* SERVER-42613 getHashes should default to liveSlaves, not _slaves in replsette...Matthew Russotto2019-10-031-3/+3
* SERVER-40382 Add a serverStatus metric to report plan cache memory consumptionr4.0.13-rc0r4.0.13Arun Banala2019-10-0215-83/+751
* SERVER-43350 $lookup with no local default or user-specified collation should...Bernard Gorman2019-10-022-4/+22
* SERVER-43582 Do not auth ReplicaSet MonitorSara Golemon2019-10-012-1/+7
* SERVER-37837 Examine and reap sessions from the SessionsCatalogKaloian Manassiev2019-09-2814-194/+167
* SERVER-37837 Get rid of TransactionReaperKaloian Manassiev2019-09-2732-798/+497
* SERVER-36315 Don't keep trying to unlock distlocks after CSRS stepdownKevin Pulo2019-09-261-1/+4
* SERVER-41500 Track number of successful elections for each reason in serverSt...Samyukta Lanka2019-09-2616-61/+525
* SERVER-42910 Oplog query with higher timestamp but lower term than the sync s...Siyuan Zhou2019-09-262-3/+7
* SERVER-42767 Improve logging in ReplSetTest.stopSetWilliam Schultz2019-09-261-1/+28
* SERVER-41918 CollectionBulkLoader does not anticipate exceptions from MultiIn...Mihai Andrei2019-09-262-103/+134
* SERVER-42915: Do not require a resync when repair encounters orphaned collect...Daniel Gottlieb2019-09-267-37/+123
* SERVER-41792 Make recoverFromOplogAsStandalone always replay entries from the...Vesselina Ratcheva2019-09-241-1/+1
* SERVER-43081 validate should report when an index's 'multikeyPaths' are set b...Gregory Wlodarek2019-09-241-0/+50
* SERVER-41099 Fix incorrect error propagation from shards for explain commandArun Banala2019-09-231-1/+1
* Import wiredtiger: 75c84e785fa6a9928299f6501cd85f6de4294c52 from branch mongo...Luke Chen2019-09-2011-70/+69
* SERVER-42814 Remove informational message on overflow file size quotaAlex Cameron2019-09-161-2/+0
* SERVER-42441 renameCollectionForApplyOps should always rename the target out ...Xiangyu Yao2019-09-161-8/+11
* SERVER-37690 Return 0 from countDocuments for empty collectionA. Jesse Jiryu Davis2019-09-131-1/+4
* SERVER-10456 do not use sparse indexes as shard key indexesKevin Pulo2019-09-131-1/+1
* SERVER-42155 include relevant optimes in read concern timeout reportingKevin Pulo2019-09-132-8/+19
* SERVER-38141 Fix Incorrect usage of MONGO_CONFIG_HAS_SSL_SET_ECDH_AUTOJonathan Reams2019-09-113-3/+7
* SERVER-40110 don't call OpContext::checkForInterrupt() off-threadIan Boros2019-09-091-2/+7
* SERVER-40954 Add recommendation to downgrade binary version on unrecoverable ...Vesselina Ratcheva2019-09-051-5/+19
* SERVER-41863 make sleep command wait until server clock has advancedIan Boros2019-09-051-27/+59
* SERVER-37837 Move `config.transactions` manipulation out of SessionsCollectionKaloian Manassiev2019-09-0518-189/+222
* Import wiredtiger: 543111d3d8737ada1b741b3a25a201feb2ed13a3 from branch mongo...Luke Chen2019-09-05457-141080/+129913
* SERVER-42714 Log completion of replication recovery oplog application at defa...William Schultz2019-09-041-3/+2
* SERVER-42652 Fix issue with rename collectionAdam Cooper2019-09-031-2/+9
* SERVER-39310: Call checkCanServeReadsFor() in 'getMore'Lingzhi Deng2019-09-035-0/+40
* SERVER-38356 added functionality to forbid dropping the oplog, modified tests...Suganthi Mani2019-08-301-5/+16
* SERVER-43074: Make appendMultikeyPathsAsBytes threadsafe.Daniel Gottlieb2019-08-301-1/+2
* SERVER-42398 On primary, abortTransaction and commitTransaction commands shou...Suganthi Mani2019-08-285-9/+20
* SERVER-42257 Announce known emulationsAndrew Morrow2019-08-262-0/+51
* SERVER-36159 Log whenever the gossiped config server opTime term changesKevin Pulo2019-08-2611-22/+65
* SERVER-37173 rollbackViaRefetch survives non-existent collection dropPavi Vetriselvan2019-08-201-8/+29
* SERVER-38685 Adds a warning when ephemeral storage is used with writeConcernM...Vishnu Kaushik2019-08-191-1/+18
* SERVER-41261 Use the oplog entry after the common point to calculate rollback...Jason Chan2019-08-196-29/+114
* SERVER-41509 Track the number of attempted stepDowns in serverStatusMedha Potluri2019-08-161-3/+13
* SERVER-41501 Track the number of elections that require primary catchup in se...Medha Potluri2019-08-165-0/+56
* SERVER-42709 SERVER-42178 Lint fixupBen Caimano2019-08-151-1/+2
* SERVER-41102 Join threads in transport_layer_asio_testBen Caimano2019-08-151-4/+20
* SERVER-41248 Ensure ReplicaSetMonitor initializes its random state with truly...Shaileja Jain2019-08-151-1/+2