summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/storage_interface_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-8/+10
* SERVER-34895 only set stable timestamp to timestamps in oplogJudah Schvimer2018-08-071-0/+8
* SERVER-31662 Initialize rollback id to 1 and log when it changesWilliam Schultz2017-12-111-13/+23
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-12-101-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
* SERVER-29492 Fix use-after-free of OperationContext caused by wrong lifetime ...Andy Schwerin2017-06-151-3/+2
* SERVER-29276 adds renameCollection function to StorageInterfaceJudah Schvimer2017-06-151-0/+34
* SERVER-29492 Remove task runner from collection bulk loader.Andy Schwerin2017-06-081-71/+69
* SERVER-29197 initial sync now builds capped indexes correctlyEric Milkie2017-05-311-2/+29
* SERVER-29254 Moved MinValid into ReplicationProcessJudah Schvimer2017-05-301-149/+1
* SERVER-29254 add findSingleton and putSingleton methods to StorageInterfaceJudah Schvimer2017-05-191-0/+78
* SERVER-28218 add BSON() macro support for OpTimeBenety Goh2017-05-031-2/+2
* SERVER-27659 Persist Rollback IdJudah Schvimer2017-04-281-1/+73
* Revert "SERVER-27659 Persist Rollback Id"ADAM David Alan Martin2017-04-281-73/+1
* SERVER-27659 Persist Rollback IdJudah Schvimer2017-04-211-1/+73
* SERVER-28211 add StorageInterface::deleteByFilterBenety Goh2017-04-191-0/+49
* SERVER-28211 add StorageInterface::deleteById()Benety Goh2017-04-191-18/+31
* SERVER-28211 add StorageInterface::findById()Benety Goh2017-04-191-2/+36
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-6/+6
* SERVER-28211 StorageInterfaceImpl supports dropping system collectionsBenety Goh2017-04-061-1/+1
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-3/+3
* SERVER-28211 added StorageInterface::upsertByIdBenety Goh2017-04-051-0/+85
* SERVER-28211 centralize collection namespace checking on RAII objects in Stor...Benety Goh2017-04-051-31/+52
* SERVER-28211 removed StorageInterface::startup() and shutdown() functionsBenety Goh2017-03-291-9/+0
* SERVER-28219 Extend OplogBufferCollection so that it can be initialized using...Judah Schvimer2017-03-221-0/+32
* SERVER-26772 removed old initial sync codeJudah Schvimer2017-03-161-2/+55
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-11/+3
* SERVER-26965 Use RAII type for turning off replicated writesMatthew Russotto2017-03-131-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-94/+102
* SERVER-26631 Implement multiple document support for StorageInterface::findDo...Benety Goh2016-10-171-18/+19
* SERVER-26631 replaced StorageInterface::findOne/deleteOne with findDocuments/...Benety Goh2016-10-171-25/+41