summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41088 Propagate Evergreen order field to Cedar for system perfv4julianedwards2019-05-101-0/+1
* SERVER-41087: Set a smaller numInitialSyncAttempts for initial_sync_unsupport...Lingzhi Deng2019-05-101-2/+2
* SERVER-38367 Descriptive error message for the inability to create unique ind...Esha Maharishi2019-05-104-21/+44
* SERVER-38369 Only surface a 'request doesn't allow collection to be created i...Esha Maharishi2019-05-106-89/+634
* Revert "SERVER-40238 New stage alias: $set => $addFields"Henrik Edin2019-05-1016-111/+72
* SERVER-41082: Avoid divide by zero in flow control.Daniel Gottlieb2019-05-101-0/+5
* SERVER-40972 de-recurse, exceptionize, randomize topSortBilly Donahue2019-05-103-86/+203
* SERVER-40853 Remove OpenSSL from Windows PackagesMark Benvenuto2019-05-103-45/+4
* SERVER-40728 remove commitTransaction handling for unprepared transactionsBenety Goh2019-05-102-51/+0
* SERVER-40660 Ensure multiple indexes via createIndexes() cannot bypass index ...Gregory Wlodarek2019-05-101-0/+38
* SERVER-40238 New stage alias: $set => $addFieldsCharlie Swanson2019-05-1016-72/+111
* SERVER-40567 benchRun support for pipeline updatesCharlie Swanson2019-05-1021-54/+159
* SERVER-41075 Remove `mongo/repl/replication_coordinator.h` from op-context vi...ADAM David Alan Martin2019-05-1010-4/+81
* SERVER-41006 Make replBatchLimitBytes configurableTess Avitabile2019-05-105-10/+18
* SERVER-40408 Ban pipeline-style syntax in the shell's Bulk replaceOne functionBernard Gorman2019-05-102-3/+7
* SERVER-39510 test that txn participant can make progress even if txn coordina...Pavi Vetriselvan2019-05-093-0/+141
* SERVER-41067 Make the MongoRunner logical options include skipValidationKaloian Manassiev2019-05-091-1/+2
* SERVER-41008: Check lastCommittedOpTime instead of awaitReplication for tests...Lingzhi Deng2019-05-093-7/+35
* SERVER-40423: Validate error messages in test commands_not_allowed_in_txn.jsLingzhi Deng2019-05-091-3/+9
* SERVER-41036 Make ReadWriteAbility::_canAcceptNonLocalWrites an AtomicWord<bool>Vesselina Ratcheva2019-05-092-5/+5
* SERVER-40790 Test downgrading from FCV4.2 to FCV4.0 with a large running tran...Jason Chan2019-05-093-2/+104
* SERVER-40614 Make rollback errors fatal between aborting and reconstructing p...Vesselina Ratcheva2019-05-093-212/+198
* SERVER-41053 Don't create ServiceContexts while doing updatesIan Boros2019-05-0927-241/+287
* SERVER-37837 fix mac os x compileBenety Goh2019-05-091-3/+6
* 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-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