summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-06-26Import wiredtiger: ee1bae262347285f46b5c56cc0490d20b9ee9c98 from branch mongo...r4.2.0-rc2Luke Chen
2019-06-25SERVER-41462 unlock RSTL for index builds on secondariesEric Milkie
2019-06-25SERVER-41004 Allow CursorNotFound errors to count as a successful kill in the...Blake Oler
2019-06-25SERVER-36529 OpObservers for session operations should pass SessionTxnRecordJudah Schvimer
2019-06-25SERVER-41780 always wait for write concern on prepareTransaction retriesJudah Schvimer
2019-06-25SERVER-41838 Release RSTL if we choose not to commit a prepared transaction a...Judah Schvimer
2019-06-24SERVER-41373 Add abortCause to mongos transactions serverStatus outputJamie Heppenstall
2019-06-24SERVER-41375 Add successfulDurationMicros to commitTypes in mongos transactio...Jamie Heppenstall
2019-06-24SERVER-41572 use FailPointEnableBlock to control failpoints in transaction_co...Lamont Nelson
2019-06-24SERVER-41837 Fix unittest compilation on non-ssl buildsMark Benvenuto
2019-06-24SERVER-41609 Create ClientEncryption object for FLE shell APIMark Benvenuto
2019-06-24SERVER-41644 Expose explicit encryption helpers in community shellMark Benvenuto
2019-06-24SERVER-41601 mongocryptd pid file should contain connectivity informationMark Benvenuto
2019-06-24SERVER-40928 mongocryptd --help output list incorrect default portMark Benvenuto
2019-06-24SERVER-41148 FTDC is calling boost::filesystem without passing an error_code ...Mark Benvenuto
2019-06-24SERVER-41816 Clarify purpose of prepared commit uassertsJudah Schvimer
2019-06-24SERVER-40791 Track multi-statement transaction operations for migrations at c...Blake Oler
2019-06-21SERVER-41164 stop documents from leaking into unrelated changestreams when re...Davis Haupt
2019-06-21SERVER-41352 Incorrect verbose configuration in the wiredtiger connection stringZach Yam
2019-06-21SERVER-40535 read signing keys with readConcern level majorityMisha Tyulenev
2019-06-21SERVER-41589 OplogStartHack should use the requested yield policy.Justin Seyster
2019-06-21SERVER-40478 Merge StorageEngine class with KVStorageEngineXiangyu Yao
2019-06-21SERVER-41779: reconstructPreparedTransactions should use readSource kNoTimestampLingzhi Deng
2019-06-21SERVER-41184 Add metrics to indicate the amount of sharded updates done with ...Arun Banala
2019-06-20SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao
2019-06-20SERVER-41751 Stop Flow Control mechanism before PeriodicRunner shutdownMaria van Keulen
2019-06-20SERVER-41120 perserve the correct status during scope timeoutGabriel Russell
2019-06-20SERVER-40832 Add accessor to 'expression' in DocumentSourceRedactArun Banala
2019-06-20SERVER-40830 Move 'ReplaceRootTransformation' to header fileArun Banala
2019-06-19SERVER-41701 [FLE] Add support for $bucket and $bucketAutoPawel Terlecki
2019-06-19SERVER-41682 Turned on matchPrimaryNodeBen Caimano
2019-06-19SERVER-41817 String ServerParameters should not be JSON.stringify'dBen Caimano
2019-06-19SERVER-41602 Activate followBusiestNode in ShardingTaskExecutorBen Caimano
2019-06-19SERVER-41460 dropConnections should shut down affected SpecificPoolsBen Caimano
2019-06-19SERVER-39817 SERVER-39819 SERVER-38920 Add ConnectionPoolControllersBen Caimano
2019-06-19SERVER-40716 Refactor catalog initialization logic on startupXiangyu Yao
2019-06-19SERVER-41478 Take initialization of index catalog out of collection constructorXiangyu Yao
2019-06-19SERVER-41398 Create IndexAccessMethodFactoryXiangyu Yao
2019-06-19SERVER-41237 Re-ban $graphLookup against a sharded collectionIan Boros
2019-06-18SERVER-41105 Consistently refer to the PBWM lock in code and textDianna Hohensee
2019-06-17SERVER-39805 [FLE] add support for in MatchExpressionDavis Haupt
2019-06-17Import wiredtiger: 40e3225e55ffbf0c9819af138fa4a014c0639c72 from branch mongo...Luke Chen
2019-06-14SERVER-41377 Add JS tests that the rollback data files are generated correctl...William Schultz
2019-06-14SERVER-40831 [FLE] Accessors for translation of $groupPawel Terlecki
2019-06-14SERVER-41361 Do not read at lastApplied while already holding the PBWM lock o...Louis Williams
2019-06-14SERVER-41702 Copy Collection NamespaceString before yielding locks in AutoGet...Louis Williams
2019-06-14SERVER-41525 Use ignore_prepare=force for transactions that correctly do writ...Louis Williams
2019-06-13SERVER-40986 Include relevant server-wide two phase commit metrics on mongod ...Esha Maharishi
2019-06-13SERVER-41404: [FLE] Accessors needed for $graphLookupPawel Terlecki
2019-06-13SERVER-41332 Fix incorrect getterJacob Evans