summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37837 Get rid of TransactionReaper (Part 1)Kaloian Manassiev2019-05-0930-695/+458
* Revert "SERVER-40567 benchRun support for pipeline updates"r4.1.11Siyuan Zhou2019-05-0912-149/+54
* Revert "SERVER-41006 Make replBatchLimitBytes configurable"Siyuan Zhou2019-05-085-18/+10
* SERVER-37767 Platform Support: Remove Debian 8 x64Luke Chen2019-05-091-159/+0
* SERVER-40498 Writing transaction oplog entries must not take locks while hold...Siyuan Zhou2019-05-084-68/+115
* SERVER-40705: No need to delay unlocking if lock is recursively acquiredLingzhi Deng2019-05-084-26/+172
* SERVER-40567 benchRun support for pipeline updatesCharlie Swanson2019-05-0812-54/+149
* SERVER-40676 Write implicit commit oplog entry on primary for new large trans...William Schultz2019-05-083-116/+218
* SERVER-41006 Make replBatchLimitBytes configurableTess Avitabile2019-05-085-10/+18
* SERVER-13006 getParameter for journalCommitInterval returns the appropriate v...Gregory Wlodarek2019-05-084-9/+1
* SERVER-16553 Add the scaling factor to stats commandsGregory Wlodarek2019-05-081-0/+2
* SERVER-41056 Fix NiTL::shutdown() without startup()Jason Carey2019-05-083-4/+21
* SERVER-40410 Add FSM workload to stress write conflict retrying of pipeline-s...James Wahlin2019-05-084-5/+33
* SERVER-40899 Nix chaining in change_stream_update_lookup_read_concernJustin Seyster2019-05-081-0/+7
* SERVER-40823 Enable Flow Control in testingMaria van Keulen2019-05-0810-1/+311
* SERVER-39498 Make rollback trigger a lazy (rather than blocking) reload of th...Matthew Saltz2019-05-084-16/+18
* SERVER-41054 Trivially increased heartbeat logging for connection problemsBen Caimano2019-05-082-3/+6
* SERVER-40405 Add support for 'sort' option in combination with a pipeline-sty...James Wahlin2019-05-082-13/+17
* SERVER-40792 Create error details if doesn't already exist when handling Woul...Blake Oler2019-05-081-1/+5
* SERVER-40404 Add support for 'fields' option in combination with a pipeline-s...James Wahlin2019-05-083-11/+21
* SERVER-41038 Add --abbrev to git describe in build.gradleMathew Robinson2019-05-081-1/+1
* SERVER-40749: Do not create generate.tasks configuration on task restartDavid Bradford2019-05-083-3/+83
* SERVER-38321 Enable verbose checkpoint logging in WiredTigerGregory Wlodarek2019-05-081-0/+1
* SERVER-14396 Issue periodic warnings to the log while instance is lockedGregory Wlodarek2019-05-081-1/+3
* SERVER-38867 refine handling of system collections in listCollectionsKevin Pulo2019-05-083-126/+174
* SERVER-41042 fix early thread in NonAuthTEJason Carey2019-05-071-11/+25
* SERVER-40315 Fix SASL mechanism acquisition for __system in testsSpencer Jackson2019-05-072-3/+23
* SERVER-40586: Step up instead of stepping down in stepdown suitesLingzhi Deng2019-05-071-9/+44
* SERVER-40248 Return correct operation to apply for update oplog entriesJudah Schvimer2019-05-077-36/+151
* SERVER-41021 createIndexes should not use Database MODE_X when creating the c...Geert Bosch2019-05-072-11/+10
* SERVER-41013 Make lock_stats.js test more resilient against unset statsGeert Bosch2019-05-071-0/+2
* SERVER-40996 abortTransaction in cleanup_txns.js does not handle different er...Matthew Russotto2019-05-071-2/+13
* SERVER-40996 abortTransaction in cleanup_txns.js does not handle LockTimeoutMatthew Russotto2019-05-074-32/+17
* SERVER-37837 Use unique_ptr instead of shared_ptr for the SessionCatalog mapKaloian Manassiev2019-05-072-30/+32
* Revert "SERVER-36443 Clean up ChunkManager objects when usage count reaches 0"jannaerin2019-05-072-37/+13
* SERVER-40601 Make timing of tls1_0.js deterministicJonathan Reams2019-05-072-22/+31
* SERVER-41038 Guarantee that git describe returns the same number of digits re...Mathew Robinson2019-05-076-10/+10
* SERVER-40735 Force FreeMonControllerTest::TestRegisterFail to use fake timeMark Benvenuto2019-05-071-4/+5
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-0778-431/+479
* SERVER-41001 mongos map reduce cleaup aborts on first command failureRandolph Tan2019-05-071-8/+9
* SERVER-40401 Test support for 'bypassDocumentValidation' option in combinatio...James Wahlin2019-05-073-28/+30
* SERVER-40399 Test support for 'collation' option in combination with a pipeli...James Wahlin2019-05-073-9/+87
* SERVER-40800 Move -Wno-invalid-offsetof to CXXFLAGSMathew Robinson2019-05-072-2/+2
* SERVER-40055 Consolidate $round behavior with and without a defaultCharlie Swanson2019-05-072-25/+45
* SERVER-40403 Test support for 'writeConcern' option in combination with a pip...James Wahlin2019-05-075-13/+56
* SERVER-40964 Change lookupNSSByUUID to return boost::optional<NamespaceString...Gregory Wlodarek2019-05-0717-157/+177
* Import wiredtiger: d9ec69f9111b036ee0b19b47368e15bff8d4818d from branch mongo...Luke Chen2019-05-07175-13445/+6107
* SERVER-36492 Reconstruct prepared transactions at the end of initial syncSamy Lanka2019-05-0630-234/+817
* SERVER-40440 Add merge support for whenMatched: 'keepExisting'Anton Korshunov2019-05-067-16/+397
* SERVER-40402 Test support for 'writeConcern' option in combination with a pip...James Wahlin2019-05-068-31/+81