summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32424 Use hybrid cursor caching by default.Luke Chen2019-01-044-29/+61
* SERVER-38434 add missing comma to _openWiredTiger configGregory Wlodarek2018-12-211-1/+1
* SERVER-37595 [3.6] Handle WT_TRY_SALVAGE error code gracefullyLouis Williams2018-11-011-0/+9
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-17266-3204/+3712
* SERVER-25175 listIndexes command only includes ready indexesXiangyu Yao2018-10-014-0/+27
* SERVER-34713 Change WT size storer to just buffer writes, not cacheGeert Bosch2018-09-248-266/+239
* SERVER-35657 Do not delay journal flushes when operations are waiting for opl...Louis Williams2018-09-182-8/+22
* SERVER-34895 only set stable timestamp to timestamps in oplogJudah Schvimer2018-08-0711-21/+15
* SERVER-32302 Introduce BSONObjStlIterator as a proper stl-style iteratorMathias Stearn2018-07-231-1/+1
* SERVER-34129 Don't hold database or collection locks during oplog truncationXiangyu Yao2018-07-201-20/+30
* SERVER-34345 replace ...WITH_VALIDATOR macros to ->withValidator syntax.Billy Donahue2018-06-211-41/+33
* SERVER-34630 Change WiredTiger compatibility version setting in 3.6 releaseDaniel Gottlieb2018-06-181-0/+3
* SERVER-35231: Invalid decimal continuation can trigger a dassert when decodin...Nick Zolnierz2018-06-052-0/+19
* SERVER-31679 Limit journaling frequency without oplog waitersGeert Bosch2018-05-227-1/+48
* SERVER-34767: Randomized KeyString decode test can hit dassert in DecimalNick Zolnierz2018-05-092-2/+46
* SERVER-34399: $changeStream with invalid resume token crashes the serverNick Zolnierz2018-05-093-28/+150
* SERVER-34091 Make sure we read all committed entries when truncating the oplogEric Milkie2018-04-271-0/+9
* SERVER-33643 refactor processInfo to no longer depend on globalRobert Guo2018-04-261-1/+1
* SERVER-32876 Don't stall ftdc due to WT cache full.Michael Cahill2018-04-267-34/+67
* SERVER-20056 Warn when wiredTigerCacheSizeGB is > 80% of RAMMaria van Keulen2018-04-231-0/+14
* SERVER-33743 Use all_committed to set lastApplied on primary nodesJudah Schvimer2018-04-2311-0/+45
* SERVER-34024 Disable WiredTiger cursor caching configuration.Alex Gorrod2018-03-221-0/+3
* Revert "SERVER-32876 Avoid FTDC stalls when the WT cache is full."Michael Cahill2018-03-167-64/+33
* SERVER-32876 Avoid FTDC stalls when the WT cache is full.Michael Cahill2018-03-157-33/+64
* SERVER-32453 Handle cursor->next return code in WTKVEngine::getAllIdentsXiangyu Yao2018-03-141-1/+4
* SERVER-32641 uassert, not dassert, for too many KeyString type bitsGeert Bosch2018-02-272-1/+21
* SERVER-32574 Fix oplog thread restart race in local DB repairGeert Bosch2018-02-271-1/+4
* SERVER-33122 Add option to disable WiredTiger cursor cachingLouis Williams2018-02-262-18/+30
* SERVER-32259 Update wiredtiger_util.cppChibuikem Amaechi2018-01-301-1/+1
* SERVER-32637 update oldest_timestamp on PV0 secondariesEric Milkie2018-01-292-3/+9
* SERVER-32533 In oplog truncate with WT, don't use a start key.Michael Cahill2018-01-231-7/+12
* SERVER-32606 Oplog read time may only decrease during rollbackGeert Bosch2018-01-181-1/+4
* SERVER-32001 Fix unindexing of rollback in unique partial indexesGeert Bosch2018-01-031-0/+1
* SERVER-32397: Notify waiters on any movement of the oplog read timestamp.r3.6.1-rc1r3.6.1Daniel Gottlieb2017-12-202-7/+8
* SERVER-32046 Fix typebit reading for indexed decimal infinitiesGeert Bosch2017-12-122-22/+86
* SERVER-32226: Have the oldest timestamp track the last applied optime during ...Daniel Gottlieb2017-12-112-7/+3
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-12-1018-262/+111
* SERVER-32022: Allow disabling majority reads.Daniel Gottlieb2017-12-088-27/+59
* SERVER-32124: Opt-out the MongoDB checkpoint thread from coordinating with ot...Daniel Gottlieb2017-11-301-3/+4
* Revert "SERVER-32022: Allow disabling majority reads."Daniel Gottlieb2017-11-308-58/+27
* SERVER-32022: Allow disabling majority reads.Daniel Gottlieb2017-11-298-27/+58
* SERVER-32104 remove failing invariant for 3.6Eric Milkie2017-11-281-1/+0
* SERVER-32041 missed a file when cherry-pickingEric Milkie2017-11-271-1/+1
* SERVER-32041 more efficient logic in setMyLastAppliedOpTimeEric Milkie2017-11-271-3/+10
* SERVER-32022: Allow disabling majority reads.Daniel Gottlieb2017-11-214-20/+48
* SERVER-31933 Add prepareSnapshot method to avoid doing this implicitly in _ge...Geert Bosch2017-11-134-1/+15
* Revert "SERVER-31882 start a transaction when beginning a UnitOfWork"Geert Bosch2017-11-132-3/+1
* SERVER-31912 use a private WT_SESSION in waitUntilDurable instead of one from...Eric Milkie2017-11-132-4/+11
* SERVER-31930: Have ephemeralForTest capped collections unindex deleted docume...Daniel Gottlieb2017-11-131-3/+9
* SERVER-31870 Clarify 3.6 upgrade-related startup error messagesMaria van Keulen2017-11-101-1/+1