summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37945 Replace the Global X lock with a ReplicationStateTransitionLockG...Samy Lanka2018-11-0810-28/+55
* SERVER-37559 Fail prepareTransaction command against replica set primary with...Vesselina Ratcheva2018-11-082-0/+39
* SERVER-37842 host field for idleCursors doesn't include port.Martin Neupauer2018-11-082-2/+5
* SERVER-37727 dropIndexes supports dropping multiple indexesBenety Goh2018-11-083-5/+52
* SERVER-37909 fix lintBenety Goh2018-11-082-11/+11
* SERVER-37909 Fix GCC-8 in some tests.ADAM David Alan Martin2018-11-0810-59/+46
* SERVER-35811 disallow committing at the prepareTimestampPavi Vetriselvan2018-11-0810-35/+99
* SERVER-37727 clean up drop_indexes.cppBenety Goh2018-11-081-62/+77
* SERVER-38032 Rename transaction_coordinator_commands_impl.{h,cpp} to transact...Esha Maharishi2018-11-085-4/+3
* SERVER-37269 Use read_once cursors to do foreground index build collection scansLouis Williams2018-11-081-0/+11
* SERVER-37727 clean up drop_index.js testBenety Goh2018-11-081-14/+58
* SERVER-38031 Move txn::launchCoordinateCommitTask to be an anonymous function...Esha Maharishi2018-11-083-68/+62
* SERVER-38024 initial_sync_oplog_hole test should be tagged as requiring docum...Matthew Russotto2018-11-081-0/+2
* SERVER-37984 Upgrade yaml-cpp to 0.6.2Mathew Robinson2018-11-08105-561/+961
* SERVER-37898 CollectionCloner must not set _clientConnection without holding ...Tess Avitabile2018-11-082-2/+5
* SERVER-36916 Use signed int for _id BSON value in DuplicateKeyTrackerLouis Williams2018-11-082-2/+2
* SERVER-38019 Coordinator should not process prepare responses if no longer in...Esha Maharishi2018-11-071-7/+9
* SERVER-37787 Refactor the way we use pointers in BiggieSEGregory Wlodarek2018-11-078-253/+271
* SERVER-37378 Prevent $out to the same namespace as the aggregation for the ne...Devin Hilly2018-11-074-2/+58
* SERVER-37261 Protect setting ReadConcernArgs decoration on OperationContext w...Vesselina Ratcheva2018-11-077-15/+34
* SERVER-36260 Remove blacklist from sharded_core_txns_sharded_collectionsJack Mulrow2018-11-072-6/+4
* SERVER-37364 Temporarily disable coordinator returning decision as soon as de...Esha Maharishi2018-11-071-1/+14
* SERVER-37930 Add test coverage for createIndexes inside nested applyOpsXiangyu Yao2018-11-071-0/+62
* SERVER-36916 Object to keep track of keys that violate uniqueness constraintsLouis Williams2018-11-0712-71/+752
* SERVER-38012 Add 'wt' to .gitignore.David Storch2018-11-071-0/+1
* SERVER-37839 listIndexes adds indexBuildUUID field to in-progress index specsBenety Goh2018-11-072-8/+51
* SERVER-37446 Make more PlanStages inherit from RequiresCollectionStage.David Storch2018-11-0716-118/+117
* SERVER-37446 Change PlanStages which don't require a collection to avoid keep...David Storch2018-11-0731-219/+282
* SERVER-37882 Switch the distributed transaction commit protocol to the RPC pr...Esha Maharishi2018-11-0764-1201/+1026
* SERVER-37932 Remove erroneous part of coll_epoch_test1.js that attempts to te...Esha Maharishi2018-11-071-37/+0
* SERVER-37969 Guard against duplicate named optionsSara Golemon2018-11-073-96/+124
* SERVER-37941 De-duplicate resolved addressesSara Golemon2018-11-071-50/+63
* SERVER-36260 Update function namesJack Mulrow2018-11-073-5/+5
* SERVER-36260 Share sessionOptions validations between MongoS and MongoDJack Mulrow2018-11-077-105/+120
* SERVER-28592 Fixed line-wrapping commentJacob Evans2018-11-071-2/+2
* SERVER-28592 Move $sample earlier in the aggregation pipelineJacob Evans2018-11-077-22/+97
* SERVER-37868 Add multi-shard passthrough for core_txns with implicitly sharde...Jack Mulrow2018-11-077-7/+145
* SERVER-37868 Use unordered array comparisons in core_txns testsJack Mulrow2018-11-0715-60/+204
* SERVER-37833 Retry internal auth with alternate key during keyfile rolloverJonathan Reams2018-11-0716-110/+392
* SERVER-37518 Remove dead code from acquireUserJonathan Reams2018-11-071-8/+0
* SERVER-37862 Reduce update ops from 500 to 400 in initial_sync_wt_cache_full.jsLouis Williams2018-11-071-1/+1
* SERVER-37850 Increase lock deadlines in lock_stats_testLouis Williams2018-11-071-3/+3
* SERVER-37779 Step up enforcement that $changeStream must be firstCharlie Swanson2018-11-073-2/+25
* SERVER-37706 Fix constant reference in KVEnginer4.1.5GWlodarek2018-11-061-1/+1
* SERVER-37920 Convert SSL set parameters to IDLSara Golemon2018-11-0712-265/+382
* SERVER-37922 Convert snapshot window set parametersSara Golemon2018-11-073-128/+85
* SERVER-35877 Secondaries commit transactions when applying commitTransaction ...Siyuan Zhou2018-11-0610-93/+215
* SERVER-37591 Change MigrationSourceManager cleanup to only remove the MSM fro...Matthew Saltz2018-11-061-2/+12
* SERVER-37946: Clean up error message issued when $out fails to create aDevin Hilly2018-11-062-1/+3
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-0629-775/+1488