summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36824 prevent prepareTransaction command on standalonePavi Vetriselvan2019-07-021-0/+5
* SERVER-42026 Lock during ConnectionPool::SpecificPool::spawnConnections()Ben Caimano2019-07-024-31/+47
* Import wiredtiger: d86b3a8a331a1ec478c4ea75ef1b15856b429790 from branch mongo...Luke Chen2019-07-0214-132/+449
* SERVER-40989 Get SockAddr out of HostAndPortMathias Stearn2019-07-019-45/+64
* SERVER-40383 Handle week, day edge cases in timelib_date_from_isodateJustin Seyster2019-07-014-47/+143
* SERVER-40616 awaitReplication should reset timeout when secondary makes progressSamy Lanka2019-07-012-84/+140
* SERVER-40810 give precedence index filter > hint > index on DISTINCT_SCANMisha Ivkov2019-07-011-12/+36
* SERVER-26531 Change ConfigServerTestFixture::setupChunks to `void`Kaloian Manassiev2019-06-3015-95/+86
* SERVER-26531 Don't reset the control chunk's 'jumbo' flag on migration commitKaloian Manassiev2019-06-303-55/+59
* SERVER-41014 fix deadlock in runCreateIndexesWithCoordinator()Benety Goh2019-06-291-33/+9
* SERVER-41196 Integrate 'invalidate' tokens into change stream's standard resu...Bernard Gorman2019-06-296-49/+236
* SERVER-41014 runCreateIndexesWithCoordinator() uses helper functions extracte...Benety Goh2019-06-291-35/+9
* SERVER-41014 extract helper functions from runCreateIndexes()Benety Goh2019-06-291-54/+111
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-2873-1248/+1354
* SERVER-41490 Disable OP_MSG checksums for TLS connectionsRahul Sundararaman2019-06-277-2/+38
* SERVER-41163 apply operations separately during initial sync commit transacti...Pavi Vetriselvan2019-06-2718-90/+199
* SERVER-41813 Allow ViewCatalog lookup without validating system viewsBlake Oler2019-06-276-78/+159
* SERVER-41756 source namespace is not reported correctly if $out is usedAnton Korshunov2019-06-271-0/+9
* SERVER-41290 Pipeline stages can incorrectly passthrough mongos when nested w...Arun Banala2019-06-2710-35/+19
* Import tools: d7cc167b3f43f7264b6e4350a1632dd730793d6b from branch v4.1David Golden2019-06-2614-140/+1091
* SERVER-41837 Fix unittest compilation on non-ssl mac buildsMark Benvenuto2019-06-261-1/+1
* SERVER-41616: track commit/abort decisions for two phase commit coordinatorLamont Nelson2019-06-267-8/+79
* SERVER-41214 Fix data race in restoring PlanStages which require a collection.David Storch2019-06-261-10/+20
* SERVER-41250 Reset the oldest timestamp if initial sync fails and starts anot...Samy Lanka2019-06-262-0/+36
* SERVER-41913 Avoid in-place modify operations for logged collections.Michael Cahill2019-06-262-6/+12
* Import wiredtiger: ee1bae262347285f46b5c56cc0490d20b9ee9c98 from branch mongo...r4.2.0-rc2Luke Chen2019-06-2640-1012/+1264
* SERVER-41462 unlock RSTL for index builds on secondariesEric Milkie2019-06-255-13/+44
* SERVER-41004 Allow CursorNotFound errors to count as a successful kill in the...Blake Oler2019-06-251-3/+8
* SERVER-36529 OpObservers for session operations should pass SessionTxnRecordJudah Schvimer2019-06-256-117/+122
* SERVER-41780 always wait for write concern on prepareTransaction retriesJudah Schvimer2019-06-254-7/+29
* SERVER-41838 Release RSTL if we choose not to commit a prepared transaction a...Judah Schvimer2019-06-253-14/+147
* SERVER-41373 Add abortCause to mongos transactions serverStatus outputJamie Heppenstall2019-06-244-0/+33
* SERVER-41375 Add successfulDurationMicros to commitTypes in mongos transactio...Jamie Heppenstall2019-06-245-5/+96
* SERVER-41572 use FailPointEnableBlock to control failpoints in transaction_co...Lamont Nelson2019-06-243-73/+61
* SERVER-41837 Fix unittest compilation on non-ssl buildsMark Benvenuto2019-06-242-14/+16
* SERVER-41609 Create ClientEncryption object for FLE shell APIMark Benvenuto2019-06-243-4/+25
* SERVER-41644 Expose explicit encryption helpers in community shellMark Benvenuto2019-06-2427-10/+4245
* SERVER-41601 mongocryptd pid file should contain connectivity informationMark Benvenuto2019-06-246-30/+45
* SERVER-40928 mongocryptd --help output list incorrect default portMark Benvenuto2019-06-242-5/+8
* SERVER-41148 FTDC is calling boost::filesystem without passing an error_code ...Mark Benvenuto2019-06-244-16/+59
* SERVER-41816 Clarify purpose of prepared commit uassertsJudah Schvimer2019-06-241-0/+13
* SERVER-40791 Track multi-statement transaction operations for migrations at c...Blake Oler2019-06-2410-103/+176
* SERVER-41164 stop documents from leaking into unrelated changestreams when re...Davis Haupt2019-06-211-2/+14
* SERVER-41352 Incorrect verbose configuration in the wiredtiger connection stringZach Yam2019-06-211-3/+3
* SERVER-40535 read signing keys with readConcern level majorityMisha Tyulenev2019-06-217-13/+33
* SERVER-41589 OplogStartHack should use the requested yield policy.Justin Seyster2019-06-211-3/+5
* SERVER-40478 Merge StorageEngine class with KVStorageEngineXiangyu Yao2019-06-2130-191/+198
* SERVER-41779: reconstructPreparedTransactions should use readSource kNoTimestampLingzhi Deng2019-06-216-10/+29
* SERVER-41184 Add metrics to indicate the amount of sharded updates done with ...Arun Banala2019-06-212-0/+15
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-2016-345/+146