summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42260 IndexCatalog should add the 'ns' field to the index spec if it's...r4.2.0-rc3Gregory Wlodarek2019-07-172-6/+12
* SERVER-41261 Use the oplog entry after the common point to calculate rollback...Jason Chan2019-07-177-31/+107
* SERVER-41769 audit uses of write concern majority before transactions with sn...Jason Chan2019-07-171-1/+1
* SERVER-41769 Pin _currentCommittedSnapshot to be <= the allCommitted timestam...Jason Chan2019-07-174-5/+73
* SERVER-41041 ViewCatalog should actively reload after changesGregory Wlodarek2019-07-1710-249/+322
* SERVER-40785 Create WaitForMajorityService to allow waiting for write concern...Randolph Tan2019-07-1719-185/+772
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-1743-117/+150
* SERVER-42004 localhost JS tests should wait for an election to complete befor...William Schultz2019-07-173-3/+12
* Import tools: f6fdd97dbea59639732068720558c83b88947e15 from branch v4.1David Golden2019-07-1613-82/+369
* SERVER-42228 Skip joining flush thread when logs are already incomplete.Max Hirschhorn2019-07-151-16/+29
* SERVER-41881 Unstashing the transaction lock resources should ignore the save...Suganthi Mani2019-07-154-16/+138
* SERVER-41355 Step down calls yieldLocksForPreparedTransactions withoutSuganthi Mani2019-07-155-44/+68
* SERVER-41204 Output the transaction abort reason in the slow log lineKaloian Manassiev2019-07-1511-76/+204
* Import wiredtiger: 3f686382114354b29b1d92b9c4a7dfc870dc5b94 from branch mongo...Luke Chen2019-07-1583-311/+935
* SERVER-39004 Introduce a quota mechanism for the overflow fileAlex Cameron2019-07-1413-2/+132
* SERVER-42227: Limit the number of tasks burn_in_test will generateDavid Bradford2019-07-131-2/+18
* SERVER-41587 Improve SECBUFFER_EXTRA handlingMark Benvenuto2019-07-125-17/+75
* SERVER-42032 Replace parse_and_eval() usage in mongodb-javascript-stack.Max Hirschhorn2019-07-121-0/+6
* SERVER-41823 Wait for prepare to be majority committed before committing in i...Louis Williams2019-07-121-0/+4
* SERVER-42195 Create new lifecycle instance for new stepdown thread.Max Hirschhorn2019-07-121-4/+8
* SERVER-41919 Disallow specific types for explicit encryptionShreyas Kalyan2019-07-122-2/+15
* SERVER-42199: Ignore prepare conflicts correctly in reconstructPreparedTransa...Lingzhi Deng2019-07-121-1/+1
* SERVER-41829 findAndModify ignores filter expressions that are not objectsArun Banala2019-07-128-6/+157
* SERVER-42167 Exclude 'assumes_unsharded_collection' tag from 'sharded_multi_s...Arun Banala2019-07-121-0/+1
* SERVER-41974 Create unique index upgrade collMod workloadsMaria van Keulen2019-07-1114-31/+146
* SERVER-41942: Clear partialTxnList after committing a prepared transaction du...Lingzhi Deng2019-07-118-125/+283
* SERVER-41195 Turn off auto-splitting when the balancer is turned offRandolph Tan2019-07-115-5/+60
* SERVER-42024 Fix opTime race in shards_and_config_return_last_committed_optim...Jack Mulrow2019-07-111-2/+6
* SERVER-41859 logical_time_metadata.js shouldn't assume lastApplied opTime equ...Jack Mulrow2019-07-111-4/+8
* SERVER-41680 Add --branch option to fuzzer invocationSandy Gould2019-07-111-1/+1
* SERVER-41466 Blacklisted mongos_no_detect_sharding.js in sharding_continous_c...Jason Zhang2019-07-101-0/+2
* SERVER-36800 Add comments and log lines to indicate the deprecation of planCa...David Storch2019-07-103-32/+56
* SERVER-41916 Log ident information upon WiredTiger alter failureMaria van Keulen2019-07-101-2/+8
* Import wiredtiger: 99e0760cc5f11440b21184874d8dd2ae5bde23d6 from branch mongo...Luke Chen2019-07-1080-3286/+2575
* SERVER-41632 Fix division by zero in shell collStats helperRandolph Tan2019-07-092-4/+10
* SERVER-42055 Only acquire a collection IX lock to write the lastVote documentMatthew Russotto2019-07-097-25/+77
* SERVER-41898 Rename "userImpersonators" to "runBy" in currentOpSpencer Jackson2019-07-092-4/+4
* Import tools: 4eba41d830a94075202cd6eed6e3669ced4f9579 from branch v4.1David Golden2019-07-09621-100675/+189316
* SERVER-41561 add SnapshotTooOld error counting metric to serverStatusDianna Hohensee2019-07-097-4/+33
* SERVER-41560 default the snapshot window size to 0 when running with the WT i...Dianna Hohensee2019-07-095-1/+23
* Revert "SERVER-36956 SnapshotTooOld errors will always increase the snapshot ...Dianna Hohensee2019-07-0923-196/+200
* SERVER-41229: update compile expansions to support nightly pushesSam Kleinman2019-07-091-2/+2
* SERVER-30607 Do not log MongoS build info twice at startupKaloian Manassiev2019-07-092-5/+10
* SERVER-41867 Do not reacquire the catalog cache mutex if getDatabase/getChunk...Kaloian Manassiev2019-07-091-5/+3
* SERVER-41867 Make the callbacks chain in `_scheduleDatabaseRefresh` look like...Kaloian Manassiev2019-07-091-24/+24
* SERVER-41866 On term mismatch do not invoke the getDatabase callback under mu...Kaloian Manassiev2019-07-091-28/+18
* SERVER-41903 Validate server parameter names during config validationSara Golemon2019-07-083-0/+63
* SERVER-41888: Disallow validate to accept a read concern or afterClusterTimeLingzhi Deng2019-07-083-5/+54
* SERVER-41069 Add option to disable embedded roles from X509 certificatesJonathan Reams2019-07-084-49/+99
* SERVER-41794 Only log about sslMode being deprecated when it's set for the fi...Jonathan Reams2019-07-083-8/+22