summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/capped_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-061-2/+2
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-061-2/+2
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-061-2/+2
* SERVER-25115 emptycapped test command doesn't verify argumentsJonathan Abrahams2016-08-151-2/+22
* SERVER-24823 Add support for remaining admin commandsGeert Bosch2016-08-011-1/+12
* SERVER-23238 remove the public method PlanExecutor::collection()Sally McNichols2016-06-091-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-1/+3
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-3/+1
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-1/+3
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-1/+0
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-0/+1
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-1/+0
* SERVER-20463 DatabaseNotFound -> NamespaceNotFoundKaloian Manassiev2015-09-221-1/+1
* SERVER-19466 TTLMonitor::doTTLForIndex() use IXSCAN => FETCH => DELETEQingyang Chen2015-08-131-2/+2
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-180/+160
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-18807 modified ReplicationCoordinator::canAcceptWritesForDatabases to ...Benety Goh2015-06-091-3/+3
* SERVER-2454 Improve PlanExecutor::DEAD handlingJames Wahlin2015-06-091-5/+13
* SERVER-17923 prohibit database/collection actions when bg index is runningEric Milkie2015-06-041-27/+1
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-1/+1
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-1/+1
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-1/+1
* SERVER-17075: Handle WCE in cloneCollectionAsCappedGeert Bosch2015-05-151-21/+61
* SERVER-18227 Propagate all options when creating collections based on othersMathias Stearn2015-05-141-0/+6
* SERVER-18227 Add a mechanism to disable document validation and start using itMathias Stearn2015-05-081-0/+3
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-2/+3
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-0/+261