summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Import wiredtiger: bb1cc65a63a4fb081cb5969f0728ff2b74fc7c8b from branch mongo...Luke Chen2020-09-2972-5972/+1782
* SERVER-47681 do not ignore prepare conflicts on background validations SERVER...Eric Milkie2020-09-298-24/+128
* SERVER-50955 oplog_rollover.js pauses the OplogCapMaintainerThread until trun...Gregory Wlodarek2020-09-251-0/+12
* SERVER-50795 Extracting forceJumbo from docs in config.migrations in Migratio...jannaerin2020-09-231-1/+2
* SERVER-50491 Include freeStorageSize in serverStatus even when zeroGregory Noma2020-09-221-5/+2
* SERVER-50607 Must hold mutex when calling _checkForShutdownAndConvertStatus_i...Matthew Russotto2020-09-221-4/+8
* SERVER-47355 Propagate hygienic installation path into shell testsSpencer Jackson2020-09-211-0/+23
* SERVER-51041 Throttle starting transactions for secondary readsLouis Williams2020-09-211-7/+21
* SERVER-50065 Add OCSP tests for Certificate RotationMark Benvenuto2020-09-215-133/+296
* SERVER-46189 Fix shell kill current ops with TLS replica set and down nodesMark Benvenuto2020-09-217-30/+23
* SERVER-48324 FTDC - add verbose tcmalloc set parameterMark Benvenuto2020-09-2111-17/+138
* SERVER-48884 Test Proctor Initializer has incorrect prereqsMark Benvenuto2020-09-211-1/+1
* SERVER-50270 shell should require a password for AWS authMark Benvenuto2020-09-211-2/+2
* Import wiredtiger: 8a1dce8653b409762cbdaab5538e4d4c8ebf5403 from branch mongo...Luke Chen2020-09-2145-647/+1449
* SERVER-50394 Forward impersonatedUser/Role information when availableSara Golemon2020-09-181-7/+11
* SERVER-46765 remove VersionInfoInterface::isSameMajorVersionBilly Donahue2020-09-183-47/+24
* SERVER-50605 Add logMessage test-only commandSara Golemon2020-09-176-2/+160
* SERVER-50490 Reduce log severity of SERVER RESTARTED warningSara Golemon2020-09-171-5/+4
* SERVER-48600 refineCollectionShardKey internal transaction should check for w...Jack Mulrow2020-09-171-1/+6
* SERVER-48654 TransactionCoordinatorMetricsTest should install mock tick sourc...Luis Osta2020-09-171-3/+2
* SERVER-47375 Complete TODO listed in SERVER-45798Shreyas Kalyan2020-09-171-1/+0
* SERVER-50736 Make OpenSSL explicitly accept SNIsSpencer Jackson2020-09-171-0/+14
* SERVER-45938 Create override for createUser to allow possible cluster membersSpencer Jackson2020-09-173-5/+56
* SERVER-49826 Enable OCSP stapling on OpenSSL 1.0.1Spencer Jackson2020-09-171-7/+22
* SERVER-49488 update shell error message for ADLRobert Guo2020-09-171-3/+10
* SERVER-50895 Fix leak of $unionWith cached pipeline for explain when executio...Nick Zolnierz2020-09-162-4/+3
* SERVER-50246 Fix $unionWith explain with mode 'executionStats' to account for...Nick Zolnierz2020-09-167-13/+44
* Revert "SERVER-48428 do not acquire IX locks in createIndexes if not doing an...Benety Goh2020-09-161-4/+2
* SERVER-50750 refineCollectionShardKey should add nested keys as dotted fieldsJack Mulrow2020-09-151-93/+190
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-1529-104/+241
* SERVER-49989 Add db.hello() shell helperAli Mir2020-09-152-0/+9
* SERVER-45626: Introduce AutoGetOplog for consistent oplog locking rules SERVE...Lingzhi Deng2020-09-1426-162/+273
* SERVER-48128 ShardServerProcessInterface should only version internal command...Bernard Gorman2020-09-117-38/+127
* SERVER-48523 Unconditionally check the first entry in the oplog when attempti...Bernard Gorman2020-09-1118-456/+655
* SERVER-47469 Upgrade lock mode for applyOps + system.viewsCharlie Swanson2020-09-116-12/+11
* SERVER-46625 Improve diagnostics when mongocryptd requests are sent to non-mo...Katherine Wu2020-09-118-0/+42
* SERVER-36393 Add new opt-in $or enumeration orderCharlie Swanson2020-09-118-27/+655
* SERVER-49766 Indexed and non-indexed collections return different results for...Svilen Mihaylov2020-09-113-0/+41
* SERVER-48410 Signed integer overflow fix for datetime libraryJacob Evans2020-09-111-10/+8
* SERVER-49469 Fix union inner pipeline explainTed Tuckman2020-09-1110-30/+58
* SERVER-48154 Ident reaper should periodically yield the global lockGregory Wlodarek2020-09-113-75/+66
* SERVER-49102 Custom filter for logging/profilingDavid Percy2020-09-1132-184/+956
* SERVER-47803 Move the database level profile setting from Database into Colle...Dianna Hohensee2020-09-1125-182/+219
* SERVER-48742 Log changes to profiler settingsAndrii Dobroshynskyi2020-09-111-2/+28
* SERVER-48474 add '$sampleRate' match expressionEric Cox2020-09-112-0/+122
* SERVER-30405: add expression to generate a random numberSvilen Mihaylov2020-09-114-0/+117
* SERVER-48244 remove shell-side explain string validationHirday Gupta2020-09-111-8/+1
* SERVER-40317 Fail query when $facet intermediate output exceeds 100MBDavid Storch2020-09-113-8/+41
* SERVER-26726 Check number of arguments for createIndex, createIndexes and ens...Nikita Lapkov2020-09-111-0/+12
* SERVER-44586 add metrics to serverStatus to track type of update commandMindaugas Malinauskas2020-09-117-12/+211