summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Import wiredtiger: a065c83d8dd73d1c0199f742d6ee15d73c7e1394 from branch mongo...Luke Chen2018-11-2127-579/+1730
* SERVER-36057 Remove TODO in no_new_transactions_when_prepared_transaction_in_...Jack Mulrow2018-11-201-5/+0
* SERVER-38066 Shell utils should allow files to be opened in binary modeLouis Williams2018-11-201-5/+38
* SERVER-38187 Ability to create temporary RecordStore without a collectionLouis Williams2018-11-2021-4/+181
* SERVER-37763 make MultiIndexBlock work with LockerNoopBenety Goh2018-11-201-2/+2
* SERVER-37763 extend CollectionMock to support MultiIndexBlock unit testingBenety Goh2018-11-201-6/+11
* SERVER-37763 add IndexCatalogNoopBenety Goh2018-11-201-0/+206
* SERVER-37763 remove redundant header comments from MultiIndexBlockImplBenety Goh2018-11-201-102/+0
* SERVER-36068 Expose a user-accessible cursor option to avoid caching data fro...Matthew Russotto2018-11-207-1/+102
* SERVER-38158 remove test KVStorageEngineTest::RecreateIndexesBenety Goh2018-11-202-55/+0
* SERVER-38155 Make ssl_ECDHE_suites.js use native Python ssl modulePatrick Freed2018-11-207-148/+133
* SERVER-38178 - Fix bug with data_type_terminated that caused seg-faults on da...Tyler Kaye2018-11-202-1/+15
* SERVER-31098 Wrong ns in system.profile for aggregation queryDevin Hilly2018-11-2012-22/+113
* SERVER-36552 Create new sys-perf task for additional $out workloadsIan Boros2018-11-201-0/+15
* SERVER-38122 Support read concern level local in sharded transactionsJack Mulrow2018-11-205-133/+154
* SERVER-38094 Skip majorityNoSnapshot jstest if storage engine doesn't support...Jack Mulrow2018-11-191-1/+7
* SERVER-37200 Communicate optimized $listSessions correctly from mongos to mongodJacob Evans2018-11-195-9/+37
* SERVER-37971 Update read_after_optime.js comment in sharded_multi_stmt_txn_js...Randolph Tan2018-11-191-3/+3
* SERVER-38180 Do not ignore ChunkManager's cluster time when constructing Cons...Andy Schwerin2018-11-191-3/+3
* SERVER-37245 Use the SessionCatalog to track sessions on MongoSKaloian Manassiev2018-11-1914-344/+296
* SERVER-37245 Do not access the SessionCatalog directly if not necessaryKaloian Manassiev2018-11-1931-145/+94
* SERVER-37985 Create aggregation stage $backupCursorExtendXiangyu Yao2018-11-198-7/+51
* Import wiredtiger: fe4a3f763bd9951cb7afcb55c03a942e24a4a588 from branch mongo...Luke Chen2018-11-194-4/+13
* SERVER-37989 introduce a new ReplicationStateTransitionLock resourceJudah Schvimer2018-11-186-12/+233
* SERVER-38059 Clean up idle transactions if write conflict test case throws an...William Schultz2018-11-181-2/+15
* SERVER-36656 Add canary builders for XCode 10 and XCode 10 with C++17Andrew Morrow2018-11-172-2/+98
* SERVER-34873 Revert "SERVER-33125 Work around codegen error in s390x exceptio...Andrew Morrow2018-11-171-11/+1
* SERVER-35633 Unblacklist lagged_config_secondary.js and all_config_servers_bl...Andrew Morrow2018-11-173-10/+0
* SERVER-32467 Remove workaround for s390x IDL generationAndrew Morrow2018-11-171-8/+1
* SERVER-34873 Re-enable DecorableTest::ThrowingConstructor` on s390xAndrew Morrow2018-11-171-4/+0
* SERVER-38166 unshim CollectionInfoCacheBenety Goh2018-11-178-167/+20
* Fix unittest and more cleanup.Geert Bosch2018-11-168-110/+11
* SERVER-37564 Remove unused deadlock detectorGeert Bosch2018-11-168-426/+20
* SERVER-38172 create a catalog test fixtureDianna Hohensee2018-11-164-51/+156
* SERVER-38181 modernize jstests/core/index_elemmatch1.js and reduce data sizeJames Wahlin2018-11-161-43/+26
* SERVER-38049 Mark slf4j as optional when generating deployed pom fileMathew Robinson2018-11-161-0/+6
* SERVER-37982 Distinguish use cases for collecting document key fieldsCharlie Swanson2018-11-1614-137/+165
* SERVER-37124 Disambiguate DuplicateKey error and return keyPattern details in...James Wahlin2018-11-1634-59/+194
* SERVER-5739 Fix races in RARELY/OCCASIONALLY.Billy Donahue2018-11-1613-84/+86
* SERVER-38159 Only check storage engine files' umasks on wiredtigerJonathan Reams2018-11-161-0/+2
* SERVER-37893 Remove Client::initThreadIfNotAlready in favor of using the Clie...Gregory Wlodarek2018-11-1614-43/+17
* SERVER-37665 Add interface to explicitly checkin/checkout the OpContext sessionKaloian Manassiev2018-11-163-14/+69
* SERVER-37665 Get rid of the 'checkOutSession' parameter of OperationContextSe...Kaloian Manassiev2018-11-1617-234/+127
* SERVER-37560 Store ReadConcernArgs on cursor object instead of ReadConcernLevelWilliam Schultz2018-11-1510-92/+105
* SERVER-37986 Make a new ReplicationCoordinator inner class that encapsulates ...Samy Lanka2018-11-1515-159/+349
* SERVER-37804 Fix usage of a Future after waiting failsMathias Stearn2018-11-152-19/+151
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-1568-432/+328
* SERVER-38070 Fix infinite loop in agg expressionIan Boros2018-11-152-111/+226
* SERVER-38154 Blacklist ssl_ECDHE_suites.jsSpencer Jackson2018-11-151-0/+3
* SERVER-38094 Send prepareTransaction with write concern that only waits for m...Jack Mulrow2018-11-152-8/+20