summaryrefslogtreecommitdiff
path: root/src/mongo/db/introspect.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-121-1/+2
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-2/+2
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-2/+2
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-2/+0
* SERVER-26965 Use RAII type for turning off replicated writesMatthew Russotto2017-03-131-3/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-26/+26
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-021-3/+2
* SERVER-24614 Add Client Metadata's appname to system.profileMark Benvenuto2016-08-041-0/+11
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-1/+2
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-2/+1
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-1/+2
* SERVER-21276: Fix various issues with topMartin Bligh2015-11-111-3/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-112/+103
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-021-0/+1
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-291-1/+0
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-291-0/+1
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-5/+5
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-5/+5
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-5/+5
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-1/+1
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-0/+4
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-1/+2
* SERVER-16799 Report locking stats in the slow query logKaloian Manassiev2015-02-111-1/+5
* SERVER-16923 Create the system.profile collection if under DB X lockKaloian Manassiev2015-01-201-2/+5
* SERVER-16431 Simplify DB profile codeKaloian Manassiev2015-01-151-132/+97
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+4
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-13256 Remove goodies.hAndrew Morrow2015-01-051-1/+0
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-1/+1
* Revert "SERVER-16431 Simplify DB profile code"Kaloian Manassiev2014-12-171-99/+134
* SERVER-16431 Simplify DB profile codeKaloian Manassiev2014-12-171-134/+99
* SERVER-6218 Profiler should only abbreviate query/updateobjJason Rassi2014-11-251-27/+1
* SERVER-16057 mongo::profile() shouldn't reuse BufBuilderJason Rassi2014-11-141-4/+4
* SERVER-15541 Clean up some usages of WriteUnitOfWorkJason Rassi2014-11-041-7/+7
* SERVER-15888: fix profiling inf. loop when can't profileEliot Horowitz2014-11-031-0/+4
* SERVER-15888: fix lock for collection creation in profilingEliot Horowitz2014-11-031-25/+48
* SERVER-14668: fix possible deadlock on profilingEliot Horowitz2014-10-191-2/+7
* 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-4/+5
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-0/+3
* Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-10-031-5/+4
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-301-4/+5
* BF-532: Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-09-291-5/+4
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-251-4/+5
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-1/+1
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1