summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48152 renameCollectionAndDropTarget() should check for background oper...Gregory Wlodarek2020-05-121-4/+4
* SERVER-47691 Remove reliance on external dependencies in ReplSetTestWilliam Schultz2020-05-121-13/+39
* SERVER-46679 Transaction test fails with Stale Shard Version error (backport)Pierlauro Sciarelli2020-05-125-65/+121
* SERVER-48007 Destroy ARS in establishCursors out of lineAmirsaman Memaripour2020-05-122-10/+25
* SERVER-47945 Reduce the cost of extractOrAppendOkAmirsaman Memaripour2020-05-121-1/+2
* Import wiredtiger: bdff12c2331ab0478a22309a6d35519d2e2ca441 from branch mongo...Luke Chen2020-05-1245-982/+1365
* SERVER-47934 Create a setParameter to control the OCSP HTTP client timeoutShreyas Kalyan2020-05-117-45/+83
* SERVER-47913 Redact sharding messages in cleanupOrphanedDataDan Pasette2020-05-111-2/+2
* SERVER-47913 Redact sharding messages in split chunk and distributed lock acq...Dan Pasette2020-05-112-4/+5
* SERVER-48039 Fix typo in deprecated option nameSara Golemon2020-05-111-1/+1
* SERVER-48078 Remove OpDebug invariant that relies on monotonic clock sourceJames Wahlin2020-05-111-2/+2
* SERVER-47434 Update ReplSetMetadata config version rule in replication archit...Ali Mir2020-05-111-3/+0
* SERVER-47208 make tojson(BSONObj) match JavaScript JSON.stringify.Billy Donahue2020-05-084-10/+70
* SERVER-48015 Fix Windows 10 MSI checkMark Benvenuto2020-05-081-1/+1
* SERVER-47671 Check DatabaseShardingState for index build commit under an exce...Louis Williams2020-05-081-6/+6
* SERVER-46900 Prohibit transaction operations on system.profileMaria van Keulen2020-05-081-0/+5
* SERVER-47187 Add startup warning when SeIncreaseWorkingSetPrivilege not presentMark Benvenuto2020-05-081-0/+48
* SERVER-47644 Enable Histogram Latency Stats in FTDCMark Benvenuto2020-05-089-29/+148
* SERVER-47582 clearing the oplogTruncateAfterPoint during stepdown must not ta...Dianna Hohensee2020-05-081-0/+4
* SERVER-47895 Use uassert in makeCommitChunkTransactionCommand() when checking...Gregory Noma2020-05-081-1/+8
* SERVER-47635 remove index build from config.system.indexBuilds after completi...Benety Goh2020-05-082-2/+36
* Import wiredtiger: 404b4a70af14e7d3aecf7f206380884af5d06786 from branch mongo...r4.4.0-rc5Luke Chen2020-05-0819-86/+241
* SERVER-47840 Do not write "hidden: false" to the index catalog when createInd...Ruoxin Xu2020-05-082-2/+5
* SERVER-47811 Search the intermediate certificates for the issuer of the peer ...Shreyas Kalyan2020-05-081-11/+36
* SERVER-47528 Turn off initialSyncStatus for replSetGetStatus in FTDCSamy Lanka2020-05-081-1/+4
* SERVER-47635 add tests to check config.system.indexBuilds after completing in...Benety Goh2020-05-081-0/+58
* SERVER-47635 improve indexbuildentryhelpers error handling and messagesBenety Goh2020-05-083-5/+13
* SERVER-47635 IndexBuildsCoordinator::onCommitIndexBuild() updates IndexBuildS...Benety Goh2020-05-071-2/+2
* SERVER-47635 IndexBuildsCoordinator::onCommitIndexBuild() accepts shared poin...Benety Goh2020-05-071-10/+10
* SERVER-46809 Initial sync should assume resume supported if wire version is n...Matthew Russotto2020-05-071-1/+1
* SERVER-47635 do not import indexbuildentryhelpers namespace into index_builds...Benety Goh2020-05-072-12/+10
* SERVER-31368 Log time spent waiting in BlockingResultsMergerDavid Percy2020-05-079-1/+105
* SERVER-46291 make --wiredTigerMaxCacheOverflowFileSizeGB a noopBenety Goh2020-05-077-92/+14
* SERVER-46291 add WiredTigerGlobalOptions::getMaxHistoryFileSizeMB()Benety Goh2020-05-072-3/+8
* SERVER-46729 Make Windows shell soft-fail for unavailable OCSP responderShreyas Kalyan2020-05-071-2/+6
* SERVER-46810 Hex encode collation keys and invalid UTF-8 in dup key error mes...David Storch2020-05-0612-34/+167
* SERVER-46497 UUID in topologyListener is currently not usedjannaerin2020-05-0613-42/+22
* SERVER-47831 numAwaitingTopologyChanges metrics must be changed under Replica...Jason Chan2020-05-061-1/+1
* SERVER-47695: Don't set lastOp for client backwards in terms of timestamp aft...Lingzhi Deng2020-05-061-4/+7
* SERVER-47846 fix use-after-free coding error in collMod hidden indexesEric Milkie2020-05-061-1/+3
* SERVER-47723: Correct timestamp monitor log line.Daniel Gottlieb2020-05-061-2/+2
* SERVER-44012 Remove tracking of newly created indexes intended for background...Gregory Wlodarek2020-05-068-98/+2
* SERVER-46570 Remove the kCheckpoint ReadSource on the RecoveryUnitJamie Heppenstall2020-05-067-155/+10
* SERVER-46255 Use killOperations to cleanup dangling remote requestsNick Zolnierz2020-05-068-59/+347
* SERVER-46564 Remove the CheckpointLock classJamie Heppenstall2020-05-0610-107/+0
* Import wiredtiger: 18dfb9e58e39927696affcd8e362364e23e1aa59 from branch mongo...r4.4.0-rc4Luke Chen2020-05-06138-2925/+3280
* SERVER-47319 dropIndexes should not invariant if a similar index was created ...Gregory Wlodarek2020-05-051-17/+35
* SERVER-47390 Improve styling of Replication log linesJason Chan2020-05-055-59/+80
* SERVER-47941 Remove log line warning of expected behaviorTess Avitabile2020-05-051-15/+3
* SERVER-45799 Add unit tests for ServerIsMasterMonitor SERVER-45799 Fix for lo...Haley Connelly2020-05-056-14/+640