summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34024 Disable WiredTiger cursor caching configuration.Alex Gorrod2018-03-221-0/+3
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-211-3/+2
* SERVER-33990 Add logging around oplog truncation and reading oplog optime aft...William Schultz2018-03-212-0/+14
* SERVER-33306 SERVER-33307 SERVER-33308 Add prepareTransaction command stub. A...Louis Williams2018-03-219-12/+132
* Revert "SERVER-30005: remove $isolated/$atomic option"Nick Zolnierz2018-03-201-2/+3
* SERVER-33743 Use all_committed to set lastApplied on primary nodesJudah Schvimer2018-03-2012-9/+58
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-201-3/+2
* SERVER-33928 Don't assert system.indexes or system.namespaces have UUIDsMaria van Keulen2018-03-184-13/+17
* SERVER-33846: Set oplog visibility synchronously on secondaries, at the end o...Daniel Gottlieb2018-03-1514-17/+66
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-154-24/+5
* Revert "SERVER-32876 Avoid FTDC stalls when the WT cache is full."Daniel Gottlieb2018-03-157-63/+33
* SERVER-33643 refactor processInfo to no longer depend on globalRobert Guo2018-03-151-1/+1
* SERVER-32876 Fix comment typo.Michael Cahill2018-03-151-2/+3
* SERVER-32876 Avoid FTDC stalls when the WT cache is full.Michael Cahill2018-03-157-33/+62
* SERVER-33892 Separate test_commands_enabled libraryBilly Donahue2018-03-141-1/+1
* SERVER-33859: Prime oplog visibility to the top of oplog on startup.Daniel Gottlieb2018-03-141-5/+16
* SERVER-33722 readConcern snapshot should return an error for metadata changesJames Wahlin2018-03-144-37/+41
* SERVER-33311 Have readConcern available ignore prepared transactionsXiangyu Yao2018-03-131-1/+5
* SERVER-33292 Have storage dictate where replication recovery should begin pla...Judah Schvimer2018-03-126-8/+42
* Revert "SERVER-32876 Use non-transactional WT session in fast paths to avoid ...Maria van Keulen2018-03-107-53/+37
* SERVER-33609 Pass readConcernLevel to WiredTigerRecoveryUnitXiangyu Yao2018-03-096-23/+58
* SERVER-32630 Ensure the fCV parameter is initialized before readingMaria van Keulen2018-03-091-6/+1
* SERVER-24635 replace references to fassertStatusOK with fassertBenety Goh2018-03-076-9/+9
* SERVER-32876 Use non-transactional WT session in fast paths to avoid FTDC stallnehakhatri52018-03-077-37/+53
* SERVER-29908 Move ChunkSplitter to the `sharding_runtime_d` libraryKaloian Manassiev2018-03-051-1/+0
* SERVER-33318 simplify oldest_timestamp settingEric Milkie2018-03-059-161/+45
* SERVER-33437 Make Decorables not type-erased.ADAM David Alan Martin2018-03-021-3/+0
* SERVER-33579 Fix dependency error.Henrik Edin2018-03-021-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-023-5/+5
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-023-5/+5
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-023-5/+5
* SERVER-32821 Insert and remove support for multiversion unique index.nehakhatri52018-03-021-14/+23
* SERVER-32272 Remove 3.4 to 3.6-specific UUID handlingMaria van Keulen2018-03-014-63/+7
* SERVER-33375 Use correct mutex in WiredTigerRecordStore::inShutdown and dtorGeert Bosch2018-03-012-7/+3
* SERVER-32638: Allow lock acquisition to be interruptableLouis Williams2018-03-015-1/+168
* SERVER-33450 Remove dependancy on network for service_context so that lib can...Henrik Edin2018-03-011-0/+1
* SERVER-32822 Support read from unique index with both old and new format entriesnehakhatri52018-03-013-41/+360
* SERVER-33109 add the mobile storage engine to dbtestsGabriel Russell2018-02-281-1/+4
* SERVER-33496: Stop timestamping collection drops.Daniel Gottlieb2018-02-281-26/+7
* SERVER-33159 don't assume all tables exist in storage engine after unclean sh...Kyle Suarez2018-02-283-5/+42
* SERVER-33415 Implement Bulk build for new unique indexesSulabh Mahajan2018-02-281-59/+22
* SERVER-33109 import the mobile storage engineGabriel Russell2018-02-2722-0/+3954
* SERVER-31679 Limit journaling frequency without oplog waitersGeert Bosch2018-02-267-1/+45
* SERVER-32823 Use WT metadata create URI for metadata cursorsLouis Williams2018-02-261-3/+3
* SERVER-33122 Add option to disable WiredTiger cursor cachingLouis Williams2018-02-262-18/+30
* SERVER-33179 Remove featureCompatibilityVersion 3.4Dianna Hohensee2018-02-231-6/+6
* SERVER-33304 Rename RecoveryUnit::prepareSnapshot() to preallocateSnapshot()Xiangyu Yao2018-02-233-3/+3
* SERVER-32759 Insert, remove and read support for new unique index format.nehakhatri52018-02-223-169/+119
* SERVER-33359: Allow RTT storage engines to manage indexes on rollback.Daniel Gottlieb2018-02-2113-25/+101
* SERVER-33270: Trigger a first checkpoint when the initial sync time becomes s...Daniel Gottlieb2018-02-151-1/+17