summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40025 Clarify ShardServerCatalogCacheLoader remote refresh executionr4.1.9Ben Caimano2019-03-132-130/+111
* SERVER-40111 Switch ThreadPool classes from try-catch to noexceptBen Caimano2019-03-135-43/+24
* SERVER-39878 Make router return empty recoveryToken until transaction has don...Esha Maharishi2019-03-134-6/+113
* SERVER-39878 Clean up transaction recovery from alternate router integration ...Esha Maharishi2019-03-131-90/+186
* SERVER-39877 Make router send commitTransaction directly to participants for ...Esha Maharishi2019-03-135-0/+520
* SERVER-39877 Clean up transaction_router_test.cpp and transaction_router.cppEsha Maharishi2019-03-134-76/+75
* SERVER-39875 Make router process readOnly field in responses to transaction s...Esha Maharishi2019-03-1314-62/+422
* SERVER-40045 Fix ValidateError test to use StringData instead of std::stringDivjot Arora2019-03-131-3/+3
* SERVER-39403 Enable accessing sub-pipeline from public const contextJacob Evans2019-03-131-0/+11
* SERVER-38925 When enableMajorityReadConcern=false, after rollback via refetch...Tess Avitabile2019-03-1315-31/+206
* SERVER-40062 Add skipWriteConflictRetries failpoint.Max Hirschhorn2019-03-136-9/+82
* SERVER-38297 Reenable FSM transactions tests with killOpKaloian Manassiev2019-03-1312-28/+24
* SERVER-40085 Avoid using barriers in TimestampMonitorNotifiesListenersGregory Wlodarek2019-03-131-10/+20
* SERVER-40095 Disable chaining in rollback_wt_cache_full.jsGregory Wlodarek2019-03-131-0/+1
* SERVER-39279 Remove ServiceContext::waitForClientsToFinishLouis Williams2019-03-133-23/+0
* Revert "SERVER-38071 Abandon snapshot after findOne() in AuthzManagerExternal...Jonathan Reams2019-03-131-15/+0
* SERVER-39982 modify StorageTimestampTests::InitialSyncSetIndexMultikeyOnInser...Louis Williams2019-03-131-8/+20
* Revert "SERVER-39957 Two-phase drop by rename should wait until dropOptime is...Mathew Robinson2019-03-132-65/+1
* SERVER-40034 Set setup_group_can_fail_task=true for all task groups.Max Hirschhorn2019-03-131-1/+7
* SERVER-39695 Implement $regexFindArun Banala2019-03-1310-22/+644
* SERVER-38297 Cleanup SyncTail and OplogApplierImplKaloian Manassiev2019-03-136-55/+65
* SERVER-39419 Stepdown interrupting a running dropDatabase command could leave...Gregory Wlodarek2019-03-134-13/+62
* SERVER-39788 Large values in $skip and $limit stages may cause an arithmetic ...Anton Korshunov2019-03-136-21/+172
* Revert "SERVER-40022 Clarify Collection ownership and transition DatabaseImpl...Jack Mulrow2019-03-124-119/+181
* SERVER-40054 Always signal the AsyncWorkScheduler's `_allListsEmptyCV` condit...Kaloian Manassiev2019-03-122-3/+21
* SERVER-39171 Implement encrypt.bsonType validationPawel Terlecki2019-03-1211-76/+310
* SERVER-36243 Use sized deallocation.Henrik Edin2019-03-1213-34/+123
* SERVER-39957 Two-phase drop by rename should wait until dropOptime is both ch...Xiangyu Yao2019-03-122-1/+65
* SERVER-39925 change ignoreUnknownSpecFieldNames to ignoreUnknownIndexOptionsGregory Wlodarek2019-03-122-15/+14
* SERVER-40022 Clarify Collection ownership and transition DatabaseImpl to onRo...Geert Bosch2019-03-124-181/+119
* Revert "SERVER-39079 Move BackgroundOperation checks out of the catalog layer...Dianna Hohensee2019-03-1237-254/+94
* Revert "SERVER-39171 Implement encrypt.bsonType validation"David Storch2019-03-1211-310/+76
* SERVER-39171 Implement encrypt.bsonType validationPawel Terlecki2019-03-1211-76/+310
* SERVER-39302 Remove all high-water-mark code necessary to support default col...Bernard Gorman2019-03-1114-272/+13
* SERVER-39302 Change streams should always use the simple collation when no ex...Bernard Gorman2019-03-1114-537/+511
* SERVER-39061 Fix the wt_operation_stats test to wait for the operation log to...nehakhatri52019-03-121-1/+2
* SERVER-39441 Write the new 'prepareTransaction' command on primaryJason Chan2019-03-1121-145/+354
* SERVER-40076 Tag JS tests with reason they're unable to run in Atlas.Max Hirschhorn2019-03-1187-117/+342
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-1137-94/+254
* SERVER-40058 Prevent AutoStatsTracker's db lock from conflicting with seconda...David Storch2019-03-111-1/+4
* SERVER-39178 Negotiate SCRAM mechanism in MongoURI::connect()Shreyas Kalyan2019-03-115-10/+114
* SERVER-38625 When the shell fails to connect to an Atlas cluster, tell the us...Mathias Stearn2019-03-111-1/+10
* SERVER-7741 Cut off logging while shell is at prompt or editorMathias Stearn2019-03-111-2/+56
* SERVER-40057 Use PrimaryOnly readPreference for cloneCollectionOptionsFromPri...jannaerin2019-03-111-1/+1
* SERVER-39132 Separate out options that are not related to mongocryptdMark Benvenuto2019-03-116-56/+113
* SERVER-38503 Empty networkMessageCompressors is an errorAndrew Morrow2019-03-114-7/+2
* SERVER-40039 Increase assert.soon timeout in initial_sync_invalid_index_spec.jsWilliam Schultz2019-03-111-8/+11
* SERVER-39960 Simplify opCtx::markKilledJason Carey2019-03-117-125/+48
* SERVER-39930 transactions_block_ddl.js needs more loggingMatthew Russotto2019-03-111-7/+13
* SERVER-40056 Remove partial implementation of streaming $group.David Storch2019-03-1127-942/+10