summaryrefslogtreecommitdiff
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-255-74/+160
* SERVER-45080 ignore voteRequest from nodes with lower configsPavithra Vetriselvan2020-01-255-49/+173
* SERVER-45727 Do not discard outputsMathew Robinson2020-01-251-1/+18
* 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-45756 Add a VS2019 canary builderAndrew Morrow2020-01-251-2/+17
* SERVER-45765 Race in initiateWithAnyNodeAsPrimaryA. Jesse Jiryu Davis2020-01-252-1/+5
* SERVER-45639 Use safeNumberLong() to parse wTimeout from commandJason Chan2020-01-252-1/+23
* SERVER-45267 remove outdated TODORobert Guo2020-01-251-2/+0
* 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-45728 Add requires_fcv_44 tag to count js testKatherine Wu2020-01-242-1/+2
* SERVER-45681 fix list_indexes_with_build_uuids.js to work with storage engine...Benety Goh2020-01-241-6/+19
* SERVER-45727 Only pass down environment variables that matter to NinjaMathew Robinson2020-01-243-86/+66
* 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-45074 validate commit message against JIRA"David Bradford2020-01-243-842/+61
* SERVER-45644: Reevaluate timeouts used by burn_in_testAlexander Costas2020-01-242-3/+6
* SERVER-45719 Set failpoint to allow test fuzzer to allow FCV 4.2 downgrade in...Arun Banala2020-01-241-0/+14
* 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-248-14/+100
* SERVER-45481 Change the backup API to return the blocks to copy for increment...Gregory Wlodarek2020-01-2410-42/+98
* SERVER-45724 Make new generator as fast as old moduleMathew Robinson2020-01-244-29/+124
* 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-2411-69/+401
* SERVER-45700 Fix windows push_arch following renameKelsey T Schubert2020-01-231-2/+2
* 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-233-38/+54
* SERVER-45441 submitRangeDeletionTask should force a refresh if the metadata i...Esha Maharishi2020-01-236-115/+168
* 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-2310-11/+97
* SERVER-44851 Add the TLA+ spec of replication safe reconfig.Siyuan Zhou2020-01-233-0/+543
* SERVER-45074 validate commit message against JIRAJim O'Leary2020-01-233-61/+842
* SERVER-43277 Implement resume after collection drop and rename in CollectionC...Vesselina Ratcheva2020-01-236-53/+661
* SERVER-45080 ignore voteRequest from nodes with lower configsPavithra Vetriselvan2020-01-235-49/+173
* SERVER-45202 Improve command alias infrastructureAmirsaman Memaripour2020-01-235-29/+66
* 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-236-17/+252
* SERVER-45638 add tags for RCM and text logs to read_write_concern_defaults_ap...Kevin Pulo2020-01-231-0/+2
* 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-224-1/+78
* SERVER-45401 Add README.md for logv2Henrik Edin2020-01-221-0/+289
* SERVER-44521 Implement exhaust isMaster for mongosTess Avitabile2020-01-223-27/+65