summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/storage_interface_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37048 Hold global intent lock whenever accessing the oplog collection ...Spencer T Brody2018-09-121-2/+6
* Revert "SERVER-37048 Hold global intent lock whenever accessing the oplog col...Spencer T Brody2018-09-111-4/+2
* SERVER-37048 Hold global intent lock whenever accessing the oplog collection ...Spencer T Brody2018-09-101-2/+4
* SERVER-35367 Do not hold locks while calling waitForAllEarlierOplogWritesToBe...Spencer T Brody2018-08-161-2/+11
* SERVER-34615 Make UUIDCatalog updates for renameCollection atomicMaria van Keulen2018-06-071-2/+1
* SERVER-32825 Add upgrade/downgrade infrastructure for timestamp safe unique i...nehakhatri52018-05-181-0/+4
* SERVER-34895 only set stable timestamp to timestamps in oplogJudah Schvimer2018-05-151-0/+8
* SERVER-34967 Handle PlanExecutor failure in StorageInterfaceImplCharlie Swanson2018-05-151-98/+108
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-6/+6
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-1/+1
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-1/+1
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-1/+1
* SERVER-33349 Add command to get stable checkpoint timestampJudah Schvimer2018-04-101-0/+15
* SERVER-33493 Have WT RTT rollback keep correct countsJudah Schvimer2018-03-291-3/+23
* SERVER-29213: Have WiredTiger support recoverToStableTimestamp.Daniel Gottlieb2018-03-241-2/+2
* SERVER-33846: Set oplog visibility synchronously on secondaries, at the end o...Daniel Gottlieb2018-03-151-0/+8
* SERVER-33873 change StorageInterface methods to accept NamespaceStringOrUUIDKyle Suarez2018-03-151-43/+50
* SERVER-33292 Have storage dictate where replication recovery should begin pla...Judah Schvimer2018-03-121-1/+10
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-1/+0
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-0/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-1/+0
* SERVER-32272 Remove 3.4 to 3.6-specific UUID handlingMaria van Keulen2018-03-011-4/+0
* SERVER-32638 Rename interruptable to interruptibleLouis Williams2018-03-011-2/+2
* SERVER-32638: Allow lock acquisition to be interruptableLouis Williams2018-03-011-0/+2
* SERVER-33496: Stop timestamping collection drops.Daniel Gottlieb2018-02-281-4/+0
* SERVER-32206 timestamp catalog change to declare index multikeyJudah Schvimer2018-02-021-0/+40
* SERVER-32251: Timestamp drop collection/databaseDaniel Gottlieb2018-01-241-0/+5
* SERVER-30926 Add timestamps to writes to minValid documentJudah Schvimer2017-12-131-8/+16
* SERVER-31662 Initialize rollback id to 1 and log when it changesWilliam Schultz2017-11-281-13/+23
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-4/+3
* SERVER-31002 minValid should alway be set to existent OpTime.Siyuan Zhou2017-10-271-11/+20
* SERVER-30131 Ensure collections on local have UUIDsMaria van Keulen2017-10-091-0/+18
* Revert "SERVER-30131 Ensure collections on local have UUIDs"Maria van Keulen2017-10-091-18/+0
* SERVER-30131 Ensure collections on local have UUIDsMaria van Keulen2017-10-091-0/+18
* SERVER-31086 adorn secondary inserts and vector inserts with timestampsEric Milkie2017-09-251-3/+7
* SERVER-30827 SERVER-30639 Timestamp bulk writes via changes to optime generatorEric Milkie2017-09-121-3/+25
* SERVER-30865 Synchronize a node's initial sync writes to the oplog with its l...Eric Milkie2017-08-291-0/+5
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-3/+4
* SERVER-30212 UUIDCatalog::onRenameCollection() defers registering UUID until ...Benety Goh2017-08-221-1/+2
* SERVER-29898 Change StorageEngine args to ServiceContext argsWilliam Schultz2017-08-171-6/+6
* SERVER-29898 Call recoverToStableTimestamp under the global lock in rollbackWilliam Schultz2017-08-161-0/+4
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-29891 Call setStableTimestamp() when commit point or last applied opti...William Schultz2017-08-081-4/+5
* SERVER-30184 Add functions to storage interface for rollback toJudah Schvimer2017-07-201-0/+9
* SERVER-30106 Allow syncTail replication to write to drop-pending collectionsGeert Bosch2017-07-181-1/+1
* Revert "SERVER-30106 Allow syncTail replication to write to drop-pending coll...Geert Bosch2017-07-151-1/+1
* SERVER-30106 Allow syncTail replication to write to drop-pending collectionsGeert Bosch2017-07-151-1/+1
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-121-4/+4
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-031-61/+63
* SERVER-27992 Use UUIDs for replicationGeert Bosch2017-06-231-2/+9