summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37837 Get rid of TransactionReaper (Part 2)Kaloian Manassiev2019-05-0910-235/+162
* 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-093-50/+14
* Revert "SERVER-41006 Make replBatchLimitBytes configurable"Siyuan Zhou2019-05-085-18/+10
* 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-083-17/+117
* SERVER-40567 benchRun support for pipeline updatesCharlie Swanson2019-05-083-14/+50
* 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-40823 Enable Flow Control in testingMaria van Keulen2019-05-085-0/+18
* 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-081-8/+3
* 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-081-4/+0
* SERVER-41038 Add --abbrev to git describe in build.gradleMathew Robinson2019-05-081-1/+1
* 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-082-47/+50
* SERVER-41042 fix early thread in NonAuthTEJason Carey2019-05-071-11/+25
* SERVER-40315 Fix SASL mechanism acquisition for __system in testsSpencer Jackson2019-05-071-1/+10
* 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-071-11/+6
* 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-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-071-5/+0
* SERVER-40399 Test support for 'collation' option in combination with a pipeli...James Wahlin2019-05-071-4/+0
* 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-071-5/+1
* 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-0622-112/+215
* SERVER-40440 Add merge support for whenMatched: 'keepExisting'Anton Korshunov2019-05-063-0/+15
* SERVER-40402 Test support for 'writeConcern' option in combination with a pip...James Wahlin2019-05-061-8/+0
* SERVER-39797 Rollback implicit commit applyOps oplog entry in rollback-via-re...Matthew Russotto2019-05-063-44/+416
* SERVER-40993 Make restartCatalog uninterruptibleXiangyu Yao2019-05-061-2/+2
* SERVER-40971 Fix the check of _resolvedNss in AutoGetCollectionXiangyu Yao2019-05-061-4/+4
* SERVER-40725 Pack multiple operations into a single applyOps on primary for l...Matthew Russotto2019-05-064-68/+444
* SERVER-40765 TaskExecutor inherits from OutOfLineExecutorA. Jesse Jiryu Davis2019-05-0414-52/+172
* SERVER-40498 Side transaction keeps the same lockerSiyuan Zhou2019-05-0310-74/+298
* SERVER-40408 Add pipeline versions of update helpers in the shellBernard Gorman2019-05-033-38/+53
* SERVER-39896 Write shell JS API for explicitly encrypting and decrypting dataShreyas Kalyan2019-05-037-4/+85
* SERVER-40516 Ban single-valued BSON types in encrypt objectTed Tuckman2019-05-032-0/+79