summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_interface_local.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-2/+2
* SERVER-65488 Change OldClientContext ctor to take in NamespaceStringSophia Tan2022-07-061-1/+1
* SERVER-55559 StorageInterfaceImpl should use bounded collection scans on clus...Louis Williams2021-04-061-6/+7
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-7/+5
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-1/+1
* SERVER-45626: Introduce AutoGetOplog for consistent oplog locking rulesLingzhi Deng2020-03-131-4/+2
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-1/+1
* SERVER-43879 OplogInterfaceLocal::next should return an owned BSON objLouis Williams2019-10-081-1/+1
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-6/+7
* SERVER-41222 TransactionHistoryIterator should not yield PBWM lockJustin Seyster2019-05-241-2/+2
* SERVER-39796 Make the transaction history iterator virtualizable, and make it...Matthew Russotto2019-04-241-0/+5
* SERVER-39796 Remove oplog name parameter from OplogInterfaceLocal. Remove us...Matthew Russotto2019-04-241-16/+15
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-1/+1
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-21693 add host and port to oplog interfaceKyle Suarez2018-03-291-0/+5
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-2/+2
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-1/+1
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-3/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-12/+13
* SERVER-24728 replace NoSuchKey error code with CollectionIsEmpty where approp...Judah Schvimer2016-06-231-1/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-23905 Remove getNS() from OperationContext.Andy Schwerin2016-05-271-1/+1
* SERVER-13123 All callers of PlanExecutor::getNext need to deal with error ret...Tess Avitabile2016-02-181-1/+6
* SERVER-19466 TTLMonitor::doTTLForIndex() use IXSCAN => FETCH => DELETEQingyang Chen2015-08-131-0/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-58/+48
* SERVER-18807 local oplog should grab database and collection locksBenety Goh2015-06-091-14/+18
* SERVER-18035 cleaned up syncRollback. added unit test rs_rollback_test.Benety Goh2015-06-021-0/+103