summaryrefslogtreecommitdiff
path: root/src/mongo/db/introspect.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2023-01-191-1/+1
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-2/+2
* SERVER-59226 Fix deadlock between uninterruptible profiling operation and ste...Wenbin Zhu2021-09-041-12/+16
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-2/+3
* SERVER-50865 Collect resource consumption metrics for index buildsLouis Williams2020-11-021-1/+1
* SERVER-49336 Set ClientMetadata before CommandInvocations are runBen Caimano2020-10-151-5/+2
* SERVER-51023 Collect document bytes read for operation resource consumption m...Louis Williams2020-10-141-3/+2
* SERVER-51031 Report operation resource consumption metrics in the profiler an...Louis Williams2020-10-021-0/+10
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-3/+2
* SERVER-49102 Custom filter for logging/profilingDavid Percy2020-09-041-31/+1
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-2/+2
* SERVER-48148 Cleanup of execution logs in db/Henrik Edin2020-05-151-2/+3
* SERVER-47931 Retry WriteConflictExceptions when creating a *.system.profile c...Dianna Hohensee2020-05-141-21/+28
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47360 Take collection MODE_IX lock instead of database MODE_X lock whe...Gregory Noma2020-04-091-82/+39
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-10/+21
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-3/+3
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-2/+5
* SERVER-29794 Adding a comment to all commandsArun Banala2019-09-241-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-42164 Allowed ErrorCode::is{Category} to take a StatusBen Caimano2019-07-231-1/+1
* SERVER-41474 Exclude writes to system.profile from Flow ControlMaria van Keulen2019-07-091-0/+13
* SERVER-40938: disallow afterClusterTime and ignore prepare conflicts for dbha...Lingzhi Deng2019-05-231-33/+6
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-1/+1
* SERVER-40519 Profiler should temporarily enforce prepare conflicts while perf...Louis Williams2019-04-231-0/+37
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-3/+2
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-1/+1
* SERVER-39848: Add flow control diagnostics.Daniel Gottlieb2019-04-091-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38481 No strong locks in profiling while uninterruptibleJustin Seyster2019-01-081-3/+17
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-26854 LockStats for sub-operations should not include wait time for pr...Xiangyu Yao2018-09-071-1/+1
* SERVER-34726 Lock acquisitions for profiling in transaction have 0 second tim...Tess Avitabile2018-05-181-2/+6
* SERVER-27534 All writing operations must fail if the term changes.Justin Seyster2018-04-181-0/+5
* 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