summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39265 refactor gperftools-2.7 import, config, and build.Billy Donahue2019-03-21449-261/+102305
* SERVER-40228 Refactor OpTimeAndWallTime into new structMaria van Keulen2019-03-2124-252/+241
* SERVER-40218 Write out expansions in system_perf.ymlRobert Guo2019-03-211-0/+3
* SERVER-40237 detect outliers must run after post_run_check.pyJim OLeary2019-03-211-4/+12
* SERVER-39678 Comprehensive test for resuming a Change Stream with prepared tr...James Wahlin2019-03-215-3/+489
* SERVER-40153 remove overflowing constants that MSVC warns aboutBilly Donahue2019-03-212-32/+37
* SERVER-38436 Add concurrency workload for majority writes alongside transactionsJack Mulrow2019-03-211-0/+105
* SERVER-40178 move Future implementation details to a separate headerMathias Stearn2019-03-212-1242/+1487
* SERVER-40146 Remove SpiderMonkey 45Gabriel Russell2019-03-211708-786554/+0
* SERVER-40166 Force BG clock now >= Date_t::lastNowJason Carey2019-03-216-128/+229
* SERVER-40193 Fix replication_coordinator_impl_test compileTess Avitabile2019-03-211-1/+1
* SERVER-39944 Implement keystore metadataJonathan Reams2019-03-212-2/+6
* Revert "SERVER-40223 Use the AsyncWorkScheduler to run local command when rec...Kaloian Manassiev2019-03-211-21/+44
* SERVER-40259 Include third party notices for ASIO and variantSpencer Jackson2019-03-211-0/+52
* SERVER-39893 Implement AEAD_AES_256_CBC_HMAC_SHA_512Shreyas Kalyan2019-03-2114-48/+825
* SERVER-39435 Add new replica_sets_multi_oplog_txns_jscore_passthrough test suiteJason Chan2019-03-213-1/+79
* SERVER-40193 Do not propagate commit point through heartbeats when FCV=4.0Tess Avitabile2019-03-214-1/+109
* SERVER-39988: Remove intergration_tests from compile taskDavid Bradford2019-03-212-7/+127
* SERVER-40223 Ensure that the TransactionCoordinator will always complete if i...Kaloian Manassiev2019-03-216-49/+80
* SERVER-40223 Use the AsyncWorkScheduler to run local command when recovering ...Kaloian Manassiev2019-03-214-94/+64
* SERVER-40244 Make `hang_analyzer.py` discover Windows 10 SDK's debuggerKaloian Manassiev2019-03-211-2/+7
* SERVER-39934 Fix locking for slow ops storage statsSulabh Mahajan2019-03-216-27/+51
* SERVER-38876 Ensure secondary user operations cannot abort transactions being...Esha Maharishi2019-03-202-4/+24
* SERVER-39256 Add a method for serializing a parsed distinct commandNick Zolnierz2019-03-205-57/+167
* SERVER-39694 Fix undefined behaviour with string.front() when emptyArun Banala2019-03-201-1/+1
* SERVER-39507 Transfer Collection ownership to UUIDCatalogDivjot Arora2019-03-2018-300/+269
* SERVER-40053 Add an RAII type to change and restore the timestamp read sourceSiyuan Zhou2019-03-205-18/+110
* SERVER-39837 Fix document_shard_key_update_test unit testjannaerin2019-03-201-4/+2
* SERVER-40109 Add method for specifying that a command takes a collection name...Mark Benvenuto2019-03-209-8/+280
* SERVER-39837 Allow findAndModify to update the shard key value when run in tr...jannaerin2019-03-208-80/+282
* SERVER-40201 Retrying commit on original router after a read only commit inco...Esha Maharishi2019-03-203-27/+42
* SERVER-40236 Add mongocryptd dependency for msi commandMark Benvenuto2019-03-201-0/+1
* SERVER-39694 Implement $regexMatch as syntactic sugar on top of $regexFindArun Banala2019-03-204-25/+108
* SERVER-35219 Change the sleep on the destination side into a cond var wait on...Randolph Tan2019-03-206-24/+188
* SERVER-40051 Make committingWithoutPrepare state uninterruptibleJudah Schvimer2019-03-202-6/+20
* SERVER-39929 Stop drivers-nightly testing on masterIan Whalen2019-03-201-715/+0
* SERVER-40233 Increase transactionLifetimeLimitSeconds from 3 to 24 hoursGregory Wlodarek2019-03-201-6/+6
* SERVER-26625 Make collStats command consistent on background index reportingGregory Wlodarek2019-03-202-2/+63
* SERVER-39836 Allow updates to document shard key value if write is in transac...jannaerin2019-03-209-539/+1451
* SERVER-39630 Allow updates to the shard key value only when the document will...jannaerin2019-03-209-976/+919
* SERVER-39696 Implement $regexFindAllArun Banala2019-03-205-457/+728
* SERVER-39935 Don't pass in optime when migrating transaction statementsBlake Oler2019-03-204-14/+10
* SERVER-37771 add Enterprise Ubuntu 18.04 PPCLE buildsZakhar Kleyman2019-03-203-1/+104
* SERVER-33149 createIndexes fails to report an error when index is not created...Gregory Wlodarek2019-03-205-9/+68
* SERVER-40080 report last applied and last durable wall clock timesMaria van Keulen2019-03-1935-730/+1114
* SERVER-40221 Remove debug loggingCharlie Swanson2019-03-191-1/+0
* SERVER-39074 All operations enforce prepare conflicts by defaultLouis Williams2019-03-1932-97/+331
* SERVER-38018 Unblacklist multi_statement_transaction_all_commands.js in concu...Siyuan Zhou2019-03-191-7/+0
* SERVER-40094 Do not prematurely reject resume attempt in DSShardCheckResumabi...Bernard Gorman2019-03-192-7/+116
* Revert "SERVER-39630 Allow updates to the shard key value only when the docum...jannaerin2019-03-198-889/+968