summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/storage_interface.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74201 Rename OplogStones to OplogTruncateMarkersHaley Connelly2023-02-281-1/+1
* SERVER-70415 Attach tenantId to dbStats during initial syncjannaerin2022-11-151-5/+0
* SERVER-69523 Only allow METADATA and MUTEX lock acqisitions with OpContextKaloian Manassiev2022-09-151-6/+0
* SERVER-58691 Implement deletion of pre-images which corresponding oplog entry...Denis Grebennicov2021-11-101-0/+5
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-2/+2
* SERVER-58385 StorageInterface::setIndexIsMultikey() accepts collection UUIDBenety Goh2021-07-191-0/+1
* SERVER-57532 Use donor specs for _id index in tenant migration collection clonerVishnu Kaushik2021-06-101-1/+3
* SERVER-54005 Prevent oplog history truncation from deleting entries lte to th...Dianna Hohensee2021-05-041-0/+8
* SERVER-31540 Remove usages of boost::optional<UUID> from the StorageInterfaceKaloian Manassiev2021-02-241-2/+2
* SERVER-49795 Remove 'getOldestOpenReadTimestamp()' from the storage engine in...Gregory Wlodarek2020-11-131-7/+0
* SERVER-51387 Assert that the stable timestamp is never set higher than the al...Gregory Wlodarek2020-11-061-4/+8
* SERVER-51747 SERVER-51813 Tenant collection cloner calls write_ops_exec::perf...Suganthi Mani2020-10-291-0/+13
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-2/+3
* SERVER-47812 Secondaries persist wildcard multikeypaths out of orderBernard Gorman2020-09-121-0/+1
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-2/+2
* SERVER-48845 Implement TenantCollectionClonerVesselina Ratcheva2020-08-121-0/+8
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-7/+1
* SERVER-47959 JournalFlusher will retry oplog reads on WriteConflictExceptions...Dianna Hohensee2020-05-061-0/+11
* SERVER-45847 Pull JournalFlusher thread out of WT and place it above the stor...Dianna Hohensee2020-03-171-1/+3
* SERVER-45626: Introduce AutoGetOplog for consistent oplog locking rulesLingzhi Deng2020-03-131-2/+1
* SERVER-46185 Add StorageInterface utilities for replicate before journaling c...Dianna Hohensee2020-02-191-0/+12
* SERVER-41861 Replace 'all_committed' with 'all_durable'Gregory Wlodarek2019-07-261-5/+9
* SERVER-40168 Pull the OplogTruncaterThread out of WiredTigerKVEngine and put ...Gabe Villasana2019-07-111-0/+8
* SERVER-39471 Remove unique index FCV upgrade codepathXiangyu Yao2019-07-101-6/+0
* SERVER-36194 Remove the deprecated 'lastStableCheckpointTimestamp' field from...Zach Yam2019-06-251-12/+0
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* Revert "SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsReco...Gregory Wlodarek2019-01-231-2/+7
* SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsRecoveryTime...Gregory Wlodarek2019-01-101-7/+2
* Revert "SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsReco...Gregory Wlodarek2019-01-041-2/+7
* SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsRecoveryTime...Gregory Wlodarek2019-01-031-7/+2
* SERVER-34620 Make speculative read atClusterTime not wait for the given clust...Matthew Russotto2018-12-061-1/+4
* SERVER-35449 Return the oldest read timestamp used by any open transactionJason Chan2018-11-291-0/+7
* SERVER-37179 Pull out starting transaction from session checkout and push it ...Siyuan Zhou2018-11-081-0/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-021-0/+5
* SERVER-36101 Replication should not depend on the presence of lastStableCheck...Dianna Hohensee2018-07-251-2/+19
* SERVER-31767 Provide a window of snapshot history that is accessible for PIT ...Dianna Hohensee2018-05-251-1/+1
* SERVER-32825 Add upgrade/downgrade infrastructure for timestamp safe unique i...nehakhatri52018-05-181-0/+6
* SERVER-34895 only set stable timestamp to timestamps in oplogJudah Schvimer2018-05-151-0/+13
* SERVER-33349 Add command to get stable checkpoint timestampJudah Schvimer2018-04-101-0/+8
* SERVER-33493 Have WT RTT rollback keep correct countsJudah Schvimer2018-03-291-2/+10
* SERVER-29213: Have WiredTiger support recoverToStableTimestamp.Daniel Gottlieb2018-03-241-1/+1
* SERVER-33846: Set oplog visibility synchronously on secondaries, at the end o...Daniel Gottlieb2018-03-151-0/+10
* SERVER-33873 change StorageInterface methods to accept NamespaceStringOrUUIDKyle Suarez2018-03-151-5/+5
* SERVER-33292 Have storage dictate where replication recovery should begin pla...Judah Schvimer2018-03-121-3/+13
* SERVER-32272 Remove 3.4 to 3.6-specific UUID handlingMaria van Keulen2018-03-011-6/+0
* SERVER-32206 timestamp catalog change to declare index multikeyJudah Schvimer2018-02-021-0/+9
* SERVER-30926 Add timestamps to writes to minValid documentJudah Schvimer2017-12-131-4/+4
* SERVER-31662 Initialize rollback id to 1 and log when it changesWilliam Schultz2017-11-281-3/+18