summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/storage_interface_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-4/+5
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+1
* Revert "SERVER-33272 Proactively close newly empty databases"Gregory Wlodarek2019-08-271-17/+11
* SERVER-33272 Proactively close newly empty databasesGregory Wlodarek2019-08-271-11/+17
* SERVER-42221 Add concurrency control to checkpoint requests and expose it to ...Dianna Hohensee2019-08-231-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-25/+17
* SERVER-41861 Replace 'all_committed' with 'all_durable'Gregory Wlodarek2019-07-261-2/+2
* SERVER-40168 Pull the OplogTruncaterThread out of WiredTigerKVEngine and put ...Gabe Villasana2019-07-111-0/+14
* SERVER-39471 Remove unique index FCV upgrade codepathXiangyu Yao2019-07-101-4/+0
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-1/+0
* SERVER-36194 Remove the deprecated 'lastStableCheckpointTimestamp' field from...Zach Yam2019-06-251-12/+0
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-2/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-5/+5
* SERVER-41426 StorageInterface's dropCollection should only take Database IX lockXiangyu Yao2019-06-051-3/+4
* SERVER-41022 Remove dependency on expressions_mongod_only in parsed_update li...Nick Zolnierz2019-05-161-2/+5
* SERVER-40937 change DB X lock to IX lock during secondary multikey updatesPavi Vetriselvan2019-05-141-1/+1
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-1/+1
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-5/+4
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-3/+3
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-2/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39679 Get oldest transaction time when snapshottingA. Jesse Jiryu Davis2019-03-211-1/+1
* SERVER-39765 Rename `exec/update.{h,cpp}` to `exec/update_stage.{h,cpp}`Kaloian Manassiev2019-02-221-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37283 Use stronger locks for system.viewsCharlie Swanson2019-02-111-2/+6
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-02-041-1/+0
* Revert "SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsReco...Gregory Wlodarek2019-01-231-1/+5
* SERVER-38179 range deleter must be prepared for document to be deleted from u...Randolph Tan2019-01-111-4/+4
* SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsRecoveryTime...Gregory Wlodarek2019-01-101-5/+1
* SERVER-38479 allow lock acquisition interruptions in StorageInterface::create...Eric Milkie2019-01-071-2/+1
* Revert "SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsReco...Gregory Wlodarek2019-01-041-1/+5
* SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsRecoveryTime...Gregory Wlodarek2019-01-031-5/+1
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-3/+3
* SERVER-38700 fold dropAllDatabasesExceptLocal logic into StorageInterfaceImpl...Benety Goh2018-12-191-2/+32
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-2/+2
* SERVER-34620 Make speculative read atClusterTime not wait for the given clust...Matthew Russotto2018-12-061-1/+5
* SERVER-35449 Return the oldest read timestamp used by any open transactionJason Chan2018-11-291-0/+4
* SERVER-38033 Fix CollectionImpl::_ns thread safety.David Storch2018-11-141-5/+0
* SERVER-37446 Make UPDATE and DELETE inherit from RequiresMutableCollectionStage.David Storch2018-11-121-7/+0
* SERVER-37179 Pull out starting transaction from session checkout and push it ...Siyuan Zhou2018-11-081-0/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-121-1/+0
* SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-021-0/+4
* SERVER-36811: Save oplog dating back to oldest actively prepared transaction.Daniel Gottlieb2018-09-171-1/+1
* SERVER-37048 Hold global intent lock whenever accessing the oplog collection ...Spencer T Brody2018-09-101-2/+4
* SERVER-35860 Maintain multikey metadata keys for allPaths indexesBernard Gorman2018-08-091-0/+7
* SERVER-35367 Do not hold locks while calling waitForAllEarlierOplogWritesToBe...Spencer T Brody2018-07-311-2/+11
* SERVER-36101 Replication should not depend on the presence of lastStableCheck...Dianna Hohensee2018-07-251-2/+14
* SERVER-34615 Make UUIDCatalog updates for renameCollection atomicMaria van Keulen2018-06-061-2/+1
* SERVER-32825 Add upgrade/downgrade infrastructure for timestamp safe unique i...nehakhatri52018-05-181-0/+4