summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70721 Rename SetTicketAquisitionPriorityForLock to SetAdmissionPriorit...Haley Connelly2022-10-311-6/+3
* SERVER-70044 Thread-through CollectionPtr into the onUpdate OpObserverDaniel Gómez Ferro2022-10-283-18/+25
* SERVER-69820 Simplify Flow control ticket acquisitionJordi Olivares Provencio2022-10-271-6/+10
* SERVER-68125 Correctly track all memory used during index buildsLouis Williams2022-10-262-192/+0
* SERVER-70108 Optimize the change collection remover job scansDenis Grebennicov2022-10-201-0/+32
* SERVER-70556 Clean up index catalog counter methodsShin Yee Tan2022-10-182-6/+6
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-10-061-0/+53
* SERVER-70010 Fix opCtx interruption checks in execution codebaseMatt Diener2022-10-031-1/+1
* SERVER-67423 Include tenantId in requests sent with DBDirectClient to have us...Sophia Tan2022-09-302-30/+27
* SERVER-58712: Fix update performance on collections with multiple secondary i...Ivan Fefer2022-09-291-7/+16
* SERVER-69541 Modify Helpers::findById() to accept NamespaceString type collec...Romans Kasperovics2022-09-282-9/+9
* SERVER-69474 Add a helper for finding modified field names from pre and post ...Cheahuychou Mao2022-09-281-1/+1
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-204-7/+7
* SERVER-68689 Temporarily disable background validation to use checkpoint cursorsYuhong Zhang2022-09-191-53/+0
* SERVER-69365 Support updating indices in updateWithDamagesJordi Olivares Provencio2022-09-191-0/+55
* SERVER-69523 Only allow METADATA and MUTEX lock acqisitions with OpContextKaloian Manassiev2022-09-151-5/+0
* SERVER-69483 Merge db_raii and catalog_raii into shard_roleKaloian Manassiev2022-09-081-1/+1
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-09-061-0/+53
* SERVER-67611 Remove storage usages of `ErrorCategory::Interruption`Gregory Noma2022-09-021-2/+2
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-301-1/+1
* SERVER-69186 Track newly created indexes for background validation againYuhong Zhang2022-08-301-21/+67
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-291-17/+8
* SERVER-69135 Bring back the kCheckpoint ReadSource on the RecoveryUnitYuhong Zhang2022-08-261-2/+2
* SERVER-36334 Discontinue setting 'h' field in oplog entriesVesselina Ratcheva2022-08-251-1/+0
* SERVER-67880 : Check BSON column is decompressible in the validate command.Richard Hausman2022-08-193-17/+19
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-1/+1
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-172-4/+4
* SERVER-68820 Move temp collection cleanup paths out of DatabaseKaloian Manassiev2022-08-153-8/+5
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-1520-526/+529
* SERVER-66630 Implement computation of timestamp high-water mark for multi-ten...Mindaugas Malinauskas2022-08-121-2/+41
* SERVER-62042 Consolidate query optimization and execution control into a sing...Nicholas Zolnierz2022-08-041-1/+2
* Revert "SERVER-62042 Consolidate query optimization and execution control int...auto-revert-processor2022-08-041-2/+1
* SERVER-62042 Consolidate query optimization and execution control into a sing...Nicholas Zolnierz2022-08-031-1/+2
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-1/+1
* SERVER-63123 Add support for creating columnar indexes with a subset of field...Justin Zhang2022-07-301-1/+1
* SERVER-68378 remove all uses of optional_io.hppBilly Donahue2022-07-291-1/+0
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-6/+6
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-156-10/+10
* SERVER-67508 OpObserverImpl constructor accepts OplogWriterBenety Goh2022-07-153-2/+6
* SERVER-66760 Add ASSERT_DOES_NOT_THROW to unittest assertionsLeonardo Menti2022-07-121-9/+0
* SERVER-65360 Handle TemporarilyUnavailableException in query execJosef Ahmad2022-07-123-59/+79
* SERVER-63650 Change Locker::isDbLockedForMode to take in DatabaseNamejannaerin2022-07-111-3/+3
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-085-7/+7
* SERVER-9434 Audit and Normalize Process Exit CodesMatt Kneiser2022-07-072-3/+4
* SERVER-65488 Change OldClientContext ctor to take in NamespaceStringSophia Tan2022-07-0611-37/+37
* SERVER-65946 Have DBClient::call always throw exceptions on failureJason Chan2022-07-062-10/+7
* SERVER-67416 SERVER-23229 Always sort fieldpath string sets using custom comp...Steve Tarzia2022-07-061-1/+1
* SERVER-55208: Remove nojournal,duroff and evergreen variantYu Jin Kang Park2022-07-061-6/+0
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-2713-28/+27