summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47155 MultiIndexBlock::init() should invariant the collection is held ...Gregory Wlodarek2020-04-022-2/+2
* SERVER-45955 Make findAndModify not take database MODE_X lockGregory Noma2020-04-025-36/+142
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideBlake Oler2020-04-0210-196/+283
* SERVER-46706 Add deprecation messages for geoHaystack and geoSearchTed Tuckman2020-04-022-5/+51
* SERVER-46895 Do not check duplicate key violations on index builds during opl...Louis Williams2020-04-028-47/+16
* SERVER-45763 optimize sort key generationIan Boros2020-04-026-2/+368
* SERVER-42797 ReplSetTest#initiateWithAnyNodeAsPrimary should wait for cluster...Randolph Tan2020-04-021-45/+49
* SERVER-44096 Prevent killAllSessionsByPattern and killSessions from being kil...Randolph Tan2020-04-022-0/+14
* SERVER-46865 Make collMod not take database MODE_X lockGregory Noma2020-04-027-18/+68
* SERVER-46665 Fix causal consistency for $out/$merge running on secondariesMihai Andrei2020-04-0212-9/+80
* SERVER-46950 Add message-strings for TLSShreyas Kalyan2020-04-0114-148/+226
* SERVER-47224 Rename commit quorum option "all" to "votingMembers".Suganthi Mani2020-04-019-40/+41
* SERVER-47038 Some RangeDeletion unit tests don't correctly wait for threads t...Alex Taskov2020-04-013-20/+28
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideRandolph Tan2020-04-0110-173/+210
* SERVER-46370 Maintain _receivingChunks list correctly after shard key refineMatthew Saltz2020-04-017-141/+427
* SERVER-47005 Fix premature pipeline disposal if unionWith needs it to explainTed Tuckman2020-04-013-5/+24
* SERVER-46799: update log lines for style guideLamont Nelson2020-04-0110-73/+124
* SERVER-46779 Make replSetResizeOplog not require size parameterGregory Noma2020-04-013-14/+17
* SERVER-47159 Wait for cluster to stabilize after shard upgrade in 'agg_with_c...Ruoxin Xu2020-04-011-4/+32
* SERVER-46861 Update perf.yml to use the updated genny invocationpiatrovm2020-04-011-2/+2
* SERVER-47126 Clean dbpath when downgrading arbiters in multiversion testsAlex Cameron2020-04-011-4/+17
* SERVER-44645 Windows does not generate minidumps on unhandled C++ exceptionsMark Benvenuto2020-03-313-2/+35
* SERVER-45299 Make client_metadata_slowlog_rs.js more robustMark Benvenuto2020-03-311-32/+8
* SERVER-46863 prevent collator mismatch in findAndModify/updateIan Boros2020-03-314-2/+46
* SERVER-47133 Refactor HttpClient to allow returning on errorSara Golemon2020-03-316-88/+154
* SERVER-47180 Force pipelineout.js to run with primary read preferenceMihai Andrei2020-03-311-0/+8
* SERVER-46249 Check individual txn statements for readConcern supportMaria van Keulen2020-03-3115-98/+264
* SERVER-46621 set ns field in currentOp for index buildsBenety Goh2020-03-313-2/+3
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideMatthew Saltz2020-03-3111-128/+180
* SERVER-47160 Support UserAssertAfterLog using the log id as the assertion id.Henrik Edin2020-03-316-34/+53
* SERVER-47188 Return appropriate error messages from saslStartSara Golemon2020-03-312-4/+50
* SERVER-46621 add test for ns field for index build db.currentOp() entryBenety Goh2020-03-312-2/+17
* SERVER-46996: run packaging tasks on small distrosKim Tao2020-03-311-7/+47
* SERVER-47096 Fix broken topology_coordinator_v1_test.cpp compileKaloian Manassiev2020-03-311-0/+2
* SERVER-47096 Add ReplSetMetadata.configTermA. Jesse Jiryu Davis2020-03-3110-54/+95
* SERVER-44333 Extend write concern validation for mongosAmirsaman Memaripour2020-03-302-3/+35
* SERVER-46966 Handle implicit collection creation errors during insertMaria van Keulen2020-03-305-22/+94
* SERVER-47068: Remove repair lock file when WT salvage refused to work on inco...Daniel Gottlieb2020-03-305-23/+46
* SERVER-47006: Correct a comment typo in MDB/WT versioning.Daniel Gottlieb2020-03-301-1/+1
* SERVER-47153 userAllowedCreateNS() should check for long collection names in ...Gregory Wlodarek2020-03-301-0/+11
* SERVER-47143 Fix ocsp_basic on WindowsShreyas Kalyan2020-03-301-15/+20
* SERVER-47177 Disable ServiceExecutorAdaptive testing variantsBen Caimano2020-03-301-84/+0
* SERVER-47109 Fix index-build race in replset1.jsA. Jesse Jiryu Davis2020-03-301-2/+1
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideTommaso Tocci2020-03-309-366/+456
* SERVER-46386 Change MetadataManager::_findNewestOverlappingMetadata to work w...Matthew Saltz2020-03-303-16/+137
* SERVER-46648 Make _killOperations command kill cursorsCheahuychou Mao2020-03-308-33/+157
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideEsha Maharishi2020-03-305-130/+194
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideMarcos José Grillo Ramírez2020-03-306-111/+129
* SERVER-46767 Provide a mapping from OperationKey to CursorID in the CursorMan...Nick Zolnierz2020-03-308-12/+346
* SERVER-47012 Make it more obvious that retryIdempotentWorkUntilSuccess will s...Esha Maharishi2020-03-301-17/+27