summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45697 unlock RSTL based on requested index build method rather than fe...r4.3.3r4.3.2Benety Goh2020-01-251-1/+1
* SERVER-45762 Also use AutoGetDb to take DBLock and higher-level locksEsha Maharishi2020-01-251-0/+1
* SERVER-44484 Allow change stream update lookup to retrieve post-image by _idBernard Gorman2020-01-253-61/+82
* SERVER-45080 ignore voteRequest from nodes with lower configsPavithra Vetriselvan2020-01-255-49/+173
* SERVER-45699 - Set LogicalClock on Stitch support library ServiceContextEric Daniels2020-01-252-1/+34
* SERVER-45440 Add support for implicit operation hedging when using readPrefer...Cheahuychou Mao2020-01-252-2/+15
* SERVER-45765 Race in initiateWithAnyNodeAsPrimaryA. Jesse Jiryu Davis2020-01-251-1/+2
* SERVER-45639 Use safeNumberLong() to parse wTimeout from commandJason Chan2020-01-252-1/+23
* SERVER-45380 Use correct name for LLDB debugserver on LinuxAdam Cooper2020-01-251-0/+4
* SERVER-44839 Make ConnectionPoolStats ordered and filteredBen Caimano2020-01-252-8/+22
* SERVER-45762 Take collection lock before calling CollectionShardingRuntime::s...Esha Maharishi2020-01-241-0/+1
* SERVER-45760 Clarify the required lock modes for MultiIndexBlock::init() and ...Gregory Wlodarek2020-01-242-2/+9
* SERVER-445566 legacy logging cleanupsGabriel Russell2020-01-2411-19/+31
* Revert "SERVER-45080 ignore voteRequest from nodes with lower configs"William Schultz2020-01-245-173/+49
* SERVER-45370 Fix oplog hole and test parallel createCollection txnsMaria van Keulen2020-01-241-1/+5
* SERVER-45481 Change the backup API to return the blocks to copy for increment...Gregory Wlodarek2020-01-2410-42/+98
* SERVER-45749 Tests in range_deletion_util_test.cpp that insert into config.ra...Esha Maharishi2020-01-242-4/+31
* Revert "SERVER-45481 Change the backup API to return the blocks to copy for i...Gregory Wlodarek2020-01-2410-98/+42
* SERVER-45481 Change the backup API to return the blocks to copy for increment...Gregory Wlodarek2020-01-2410-42/+98
* SERVER-44162 Resume coordinating active migrations on stepupEsha Maharishi2020-01-248-69/+244
* SERVER-44083 Update Initial Sync Section of the Architecture Guide after Resu...Matthew Russotto2020-01-231-13/+32
* SERVER-44813 Implement streamable isMaster for standalonesTess Avitabile2020-01-232-37/+48
* SERVER-45441 submitRangeDeletionTask should force a refresh if the metadata i...Esha Maharishi2020-01-234-109/+160
* SERVER-45716 protect call to getTerm() with mutex in replSetReconfig commandPavithra Vetriselvan2020-01-231-2/+2
* SERVER-45650 Allow exceptions during storage commit for unprepared txnsMaria van Keulen2020-01-233-100/+88
* SERVER-45662 Update Flow Control timeAcquiringMicros in currentOpMaria van Keulen2020-01-233-3/+5
* SERVER-45058 Report currentOp.active as false when internal services block on...Amirsaman Memaripour2020-01-236-2/+86
* SERVER-44851 Add the TLA+ spec of replication safe reconfig.Siyuan Zhou2020-01-233-0/+543
* SERVER-43277 Implement resume after collection drop and rename in CollectionC...Vesselina Ratcheva2020-01-233-5/+235
* SERVER-45080 ignore voteRequest from nodes with lower configsPavithra Vetriselvan2020-01-235-49/+173
* SERVER-45202 Improve command alias infrastructureAmirsaman Memaripour2020-01-234-29/+48
* SERVER-45704 Guard $unionWith behind testCommandsEnabled flagNicholas Zolnierz2020-01-231-3/+3
* SERVER-45439 Add support for per operation hedging via an explicit read prefe...Cheahuychou Mao2020-01-235-17/+213
* SERVER-45431: Create new test fixture for OplogFetcherLingzhi Deng2020-01-234-6/+283
* SERVER-45010 Avoid taking a checkpoint on clean shutdown if stableTimestamp <...William Schultz2020-01-222-1/+21
* SERVER-45401 Add README.md for logv2Henrik Edin2020-01-221-0/+289
* SERVER-44521 Implement exhaust isMaster for mongosTess Avitabile2020-01-223-27/+65
* SERVER-45670 Clear ScanState on shutdownAmirsaman Memaripour2020-01-222-0/+18
* SERVER-45174 do not abort single phased index builds on rollbackBenety Goh2020-01-221-0/+6
* SERVER-45220 Complete TODO listed in SERVER-44716Esha Maharishi2020-01-221-2/+0
* SERVER-45423 Use isRetriableError instead of isNetworkError for transient err...Matthew Russotto2020-01-224-18/+18
* SERVER-45508 Fix crash when planning collated sort within multi point intervalDavid Percy2020-01-222-8/+21
* SERVER-45467 Make the 'find' query for the new oplog fetcherSamyukta Lanka2020-01-224-3/+93
* SERVER-45616 Initial syncer should only connect to nodes in primary or second...Matthew Russotto2020-01-223-1/+62
* SERVER-45438 Create serverStatus section for hedging metricsCheahuychou Mao2020-01-224-0/+172
* SERVER-44773 Optimise queries to cover on sharded clusters when using compoun...Arun Banala2020-01-2214-163/+649
* SERVER-45691 Change Mutex::LockListeners to use a std::vector againBen Caimano2020-01-224-12/+60
* SERVER-45347 Primaries should generate createIndexes oplog entry (single phas...Suganthi Mani2020-01-223-98/+44
* SERVER-45403 Don't recompute wildcard projection exhaustive pathsIan Boros2020-01-2121-115/+185
* SERVER-43606 Enforce connection reuse in response to remote interruptionBen Caimano2020-01-216-162/+319