summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-40295 Add details to stage_builder.cpp invariant messageJames Wahlin2019-03-221-1/+5
* SERVER-40142 Coverity analysis defect 112101: Double freeMark Benvenuto2019-03-221-3/+1
* SERVER-40294 txn_read_only_transactions.js should look for logged lines in a ...Jack Mulrow2019-03-221-7/+13
* SERVER-40260 reimport gperftools for the fix cherry-pick.Billy Donahue2019-03-222-5/+33
* SERVER-40124 Mobile SE: Make All SQLite Pragmas ConfigurableMatt Lord2019-03-2210-88/+135
* SERVER-39275 update extract.sh so that it builds what we actually useGabriel Russell2019-03-22132-15766/+280
* SERVER-40132 Create push tasks for mongocryptd tgzMark Benvenuto2019-03-222-1/+223
* SERVER-40257 Tag change_stream_speculative_majority_secondary_batch_applicati...William Schultz2019-03-221-0/+2
* SERVER-40223 Use the AsyncWorkScheduler to run local command when recovering ...Kaloian Manassiev2019-03-2116-128/+113
* SERVER-39679 Get oldest transaction time when snapshottingA. Jesse Jiryu Davis2019-03-2115-111/+480
* SERVER-39619 Blacklist tests asserting on nMatched for multi updates in multi...Jack Mulrow2019-03-212-2/+2
* 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