summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26854 LockStats for sub-operations should not include wait time for pr...Xiangyu Yao2018-09-0715-30/+299
* SERVER-36299 Add integration test for exhaust with OP_MSGWilliam Schultz2018-09-071-0/+131
* SERVER-36435 Increase maxTimeMS timeout in awaitdata_getmore_cmd.js.Justin Seyster2018-09-071-2/+1
* SERVER-36859 Skip view_with_invalid_dbname.js in parallel suite.Justin Seyster2018-09-071-2/+3
* SERVER-35576 Fixed PlanCacheClear clear time of checkyarai2018-09-072-8/+4
* SERVER-37057 Mark new sharded transactions jstests as uses_transactionsEsha Maharishi2018-09-072-0/+3
* SERVER-36408 Efficiently merge trees in biggie storage engineGregory Wlodarek2018-09-071-49/+33
* SERVER-36408 more efficient merging for biggie radix trieDewal Gupta2018-09-072-155/+561
* SERVER-36859 Validate dbname in DurableViewCatalogImpl::iterate().Justin Seyster2018-09-073-3/+34
* SERVER-37050 wait for replication in session_collection_auto_healingMisha Tyulenev2018-09-071-0/+10
* SERVER-36472 Convert OptionalCollectionUUID in OpObserver::onCreateIndex to C...Gregory Wlodarek2018-09-0718-24/+25
* SERVER-33470 Log archival message, even if successful, in hook_test_archival.pyJonathan Abrahams2018-09-071-0/+2
* SERVER-36928 Handle TransientTransactionErrors in multi_statement_transaction...jannaerin2018-09-072-17/+18
* SERVER-36557 Compute atClusterTime when killCursors is the first command in a...Jack Mulrow2018-09-074-8/+33
* SERVER-35863 log abortTransaction oplog entry when prepared transactionsJudah Schvimer2018-09-0712-46/+443
* Revert "SERVER-36299 Add integration test for exhaust with OP_MSG"William Schultz2018-09-061-121/+0
* SERVER-36299 Add integration test for exhaust with OP_MSGWilliam Schultz2018-09-061-0/+121
* SERVER-36557 Compute atClusterTime for cluster batch writes and findAndModifyJack Mulrow2018-09-0621-159/+738
* SERVER-37010 Prevent unexpected elections in initial_sync4.js and initial_syn...Spencer T Brody2018-09-062-3/+6
* SERVER-36122 Implement mongos transaction commitRandolph Tan2018-09-0611-121/+354
* SERVER-36749 Remove race in Service Executor Adaptive testBen Caimano2018-09-061-1/+1
* SERVER-36980: Remove old aggregation fuzzer from evergreenDavid Bradford2018-09-061-52/+0
* SERVER-36749 Remove race in Service Executor Adaptive testBen Caimano2018-09-061-4/+10
* SERVER-36900 Add a `unique_function` utility.ADAM David Alan Martin2018-09-069-39/+657
* SERVER-36298 Hook the TransactionCoordinator in to the transaction two-phase ...Esha Maharishi2018-09-0610-132/+554
* SERVER-36645 Do not check out Session in service entry point for coordinator ...Esha Maharishi2018-09-063-62/+37
* SERVER-36661 Reset TransactionCoordinator decoration on Session on receiving ...Esha Maharishi2018-09-061-5/+13
* SERVER-27588 Warning to disable defrag of transparent_hugepages when thp is d...Ben Caimano2018-09-061-1/+5
* SERVER-36879 reduce cache size from 1 GB to 512 MB in rollback_wt_cache_full.jsBenety Goh2018-09-061-1/+4
* SERVER-36576 Restore ostream formatters after changeMark Benvenuto2018-09-061-2/+17
* SERVER-36583 Add basic query planning unit tests for $** indexesJames Wahlin2018-09-063-3/+352
* SERVER-36879 add rollback_wt_cache_full.jsBenety Goh2018-09-061-0/+75
* SERVER-37009 Blacklist snapshot_read_kill_operations.js from concurrency_repl...Maria van Keulen2018-09-061-0/+2
* SERVER-37009 Handle missing sessionDocToKill in killSessions testMaria van Keulen2018-09-062-2/+12
* SERVER-34948 Add whitespace to No electable secondaries errorKelsey Schubert2018-09-062-2/+2
* SERVER-36995 Blacklist multi_statement_transactions_all_commands*.js from con...jannaerin2018-09-051-0/+5
* SERVER-36109 Provide planner with multikey metadata for $** indexes.David Storch2018-09-0520-113/+704
* SERVER-36952 Update the comment for SortedDataInterface classXiangyu Yao2018-09-051-15/+3
* SERVER-35160 ScopedThreads should automatically inherit TestData from their p...Jonathan Abrahams2018-09-0510-42/+129
* SERVER-36998 Run dbtest_TG on windows-64-vs2015-large distro.Max Hirschhorn2018-09-051-0/+2
* SERVER-36827 Warning about "No SSL certificate validation can be performed" i...Shreyas Kalyan2018-09-051-1/+1
* SERVER-36382 Only snapshot, lineariable and afterClusterTime reads block on p...Samy Lanka2018-09-059-16/+168
* SERVER-36975 Fix race condition in read_concern_snapshot_catalog_invalidation.jsTess Avitabile2018-09-053-2/+14
* SERVER-36156 Delete RecordFetcher.David Storch2018-09-0526-336/+40
* Revert "SERVER-36975 Fix race condition in read_concern_snapshot_catalog_inva...Tess Avitabile2018-09-052-13/+2
* SERVER-36975 Fix race condition in read_concern_snapshot_catalog_invalidation.jsTess Avitabile2018-09-052-2/+13
* SERVER-34120 call done() in SessionsCollectionRSJason Carey2018-09-051-1/+9
* SERVER-36969 reduce number of updates in wt cache tests from 1000 to 500Benety Goh2018-09-054-4/+4
* SERVER-36958 Make sharding_multiple_ns.js wait for the CSRS primary to discov...Kaloian Manassiev2018-09-051-5/+3
* SERVER-35776 Basic 4.0-4.2 up/downgrade for change streamsCharlie Swanson2018-09-0411-76/+275