summaryrefslogtreecommitdiff
path: root/src/mongo/db/db_raii_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55505 Enable feature flag for point-in-time catalog lookupsHenrik Edin2023-03-291-56/+8
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-171-1/+1
* Revert "SERVER-73307 Ensure CurOpStack always has access to its OperationCont...liubov.molchanova2023-02-151-1/+1
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-151-1/+1
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-02-101-1/+1
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-2/+3
* Revert "SERVER-70032 Report CPU time in slow query logs and profiler as cpuNa...dziana.hurynovich2023-01-301-1/+1
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-01-271-1/+1
* SERVER-68336 Add version of AutoGetCollection which takes a struct for its op...Faustoleyva542022-09-151-17/+15
* SERVER-69523 Only allow METADATA and MUTEX lock acqisitions with OpContextKaloian Manassiev2022-09-151-4/+0
* SERVER-63650 Change Locker::isDbLockedForMode to take in DatabaseNamejannaerin2022-07-111-10/+10
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-271-10/+10
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64467 Refactor TicketHolders to not use global contextJordi Olivares Provencio2022-04-201-1/+1
* SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma2022-04-071-1/+0
* Revert "SERVER-60742 Maintain RecoveryUnit and storage resources across getMo...Ian Boros2022-01-211-1/+0
* SERVER-60742 Maintain RecoveryUnit and storage resources across getMores for ...Ian Boros2022-01-191-0/+1
* SERVER-58427 Implement pushdown of $group for plans with one solutionYoonsoo Kim2021-09-221-1/+5
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-1/+1
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-3/+5
* SERVER-51807 Get point-in-time read timestamp in global lockA. Jesse Jiryu Davis2020-11-121-1/+2
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-1/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+1
* SERVER-47866 Secondary readers do not need to reacquire PBWM lock if there ar...Louis Williams2020-09-231-8/+17
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-101-4/+78
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-7/+7
* SERVER-48475 Reimplement lastApplied for secondary readsLouis Williams2020-06-051-18/+16
* SERVER-44529 Query yield recovery after a stepdown should switch to read at t...Louis Williams2020-05-151-19/+74
* SERVER-46721 Secondary readers should read at the no-overlap time instead of ...Louis Williams2020-05-121-3/+111
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+2
* SERVER-46034 no deadline in test setup lockBilly Donahue2020-02-101-2/+1
* SERVER-44127 abort ops that encounter a catalog conflict after already lockin...Eric Milkie2019-11-251-0/+238