summaryrefslogtreecommitdiff
path: root/src/mongo/db/introspect.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-131-0/+7
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-3/+3
* SERVER-72173 Fix missing tenantId when calling the profile functionHugh Tong2023-01-131-3/+2
* Revert "SERVER-72173 Fix missing tenantId when calling the profile function"Didier Nadeau2023-01-111-2/+3
* SERVER-72173 Fix missing tenantId when calling the profile functionHugh Tong2023-01-101-3/+2
* SERVER-59673 Exclude profiling from taking RSTL lockJordi Olivares Provencio2022-12-021-34/+25
* SERVER-69820 Simplify Flow control ticket acquisitionJordi Olivares Provencio2022-10-271-14/+5
* SERVER-70197 Fix locking issue when creating tenant's profile collection.Rishab Joshi2022-10-101-1/+1
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-6/+3
* SERVER-63650 Change Locker::isDbLockedForMode to take in DatabaseNamejannaerin2022-07-111-1/+1
* SERVER-66360 Remove multi-user authentication supportSara Golemon2022-05-241-1/+0
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-2/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-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