summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/collection_to_capped.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-111-5/+11
* SERVER-17040: NULL pointer crash in cloneCollectionAsCappedGeert Bosch2015-02-051-0/+7
* SERVER-15308 SERVER-17150 cancel current command on the primary when the node...Benety Goh2015-02-051-0/+16
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16260 Accept Symbol BSON type arg for some commandsMatt Kangas2015-01-081-2/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+5
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-6/+6
* SERVER-15812 Rename PlanExecutor::EXEC_ERROR to PlanExecutor::FAILUREDavid Storch2014-12-051-1/+1
* SERVER-15875 rename new_find.{h,cpp} to find.{h,cpp}David Storch2014-12-031-1/+1
* SERVER-15826 convertToCapped doesn't need to take a global lockKaloian Manassiev2014-12-031-9/+18
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+2
* SERVER-16072 improve namespace construction in commandsMatt Kangas2014-11-171-1/+1
* SERVER-14425 Move LockManager out of the newlm namespaceKaloian Manassiev2014-10-101-1/+1
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-1/+1
* Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-10-031-1/+1
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-301-1/+1
* BF-532: Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-09-291-1/+1
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-251-1/+1
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-1/+1
* SERVER-13951 Better scoping for many WUOWsMathias Stearn2014-08-201-6/+5
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-2/+2
* SERVER-13635: fix cloneCollectionAsCapped skipping optimization to be genericEliot Horowitz2014-08-051-3/+6
* SERVER-14407 delete runner.hDavid Storch2014-07-231-5/+5
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-7/+7
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-3/+4
* SERVER-14471 Fix build break with the Visual Studio 2013 Update 2 toolkitKaloian Manassiev2014-07-071-0/+2
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-1/+14
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-3/+3
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-3/+3
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-3/+3
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-3/+3
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-3/+3
* SERVER-13635 RIP pdfile.h/cppMathias Stearn2014-06-231-1/+0
* SERVER-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-021-1/+1
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-6/+7
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-1/+1
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-1/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-1/+1
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-2/+2
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-2/+2
* SERVER-13641 remove recovery unit passthroughs from operationcontextHari Khalsa2014-05-151-1/+1
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-4/+4
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-2/+2
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-141-10/+8
* SERVER-13635: pull out interface for deleting records in capped collection du...Eliot Horowitz2014-05-091-1/+1
* SERVER-13643 Remove getDur() where we already have a TransactionExperimentMathias Stearn2014-05-011-1/+1
* SERVER-13643 Kill Command::logTheOp and have Commands log their own opsMathias Stearn2014-04-301-5/+6
* SERVER-13643 Plumb TransactionExperiment though logOpMathias Stearn2014-04-301-1/+1
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-11/+15
* SERVER-13750 prevent invariant failure when ConvertToCappeding a nonexistent ...matt dannenberg2014-04-281-3/+7