summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/compact.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* 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-1/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-6/+6
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-021-1/+1
* SERVER-25680 Don't check for view if collection existsKyle Suarez2016-08-241-1/+2
* SERVER-24767 Replicate viewsGeert Bosch2016-08-011-1/+1
* SERVER-24823 Add admin commands, durable system.views catalogGeert Bosch2016-07-241-4/+9
* SERVER-23480 make Command::parseNsCollectionRequired and oplog.cpp's parseNs ...Esha Maharishi2016-04-211-2/+1
* 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-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+3
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-16962 Allow compact on capped collection if supported by storage engineMathias Stearn2015-10-151-5/+0
* SERVER-19247 remove implicit conversion from NamespaceString to std::stringQingyang Chen2015-07-061-8/+8
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-98/+106
* SERVER-17923 prohibit database/collection actions when bg index is runningEric Milkie2015-06-041-14/+0
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-1/+6
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-2/+3
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1
* SERVER-16764 Give methods and member variables consistent names in repl Coord...Spencer T Brody2015-01-121-1/+1
* SERVER-16260 Accept Symbol BSON type arg for some commandsMatt Kangas2015-01-081-8/+3
* SERVER-16274 synchronize start of bg index builds on secondariesEric Milkie2015-01-061-1/+1
* SERVER-16711: do not create db for compact if missing db/collectionScott Hernandez2015-01-051-6/+9
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-2/+2
* SERVER-16500 Change the meaning of getReplicationMode() to be constant after ...Andy Schwerin2014-12-101-3/+1
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+1
* SERVER-16209 LogComponent::kCommands -> kCommandMatt Kangas2014-11-181-1/+1
* SERVER-16072 improve namespace construction in commandsMatt Kangas2014-11-171-3/+3
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* 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-2/+2
* Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-10-031-2/+2
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-301-2/+2
* BF-532: Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-09-291-2/+2
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-251-2/+2
* SERVER-13951 Split compact up into WriteUnitOfWorksMathias Stearn2014-08-261-3/+0
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-1/+1
* SERVER-14668 Move locking related files to be under mongo/db/concurrencyKaloian Manassiev2014-08-131-1/+1
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14404 eliminate isCurrentlyAReplSetPrimary()matt dannenberg2014-07-011-2/+5
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+3
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-1/+1
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-1/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-1/+1
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-1/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-1/+1