summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/storage_timestamp_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-1/+1
* SERVER-71123 implement IWYU tool and add required human changesDaniel Moody2023-05-111-1/+3
* SERVER-76538 Use acquisitons on internal update pathsJordi Serra Torrens2023-05-091-5/+13
* SERVER-69317 Remove Feature Flag for PM-2213Moustafa Maher Khalil2023-05-011-3/+0
* SERVER-74493 Make DatabaseName constructors private - test filesmathisbessamdb2023-04-271-1/+1
* SERVER-54150 Recovery from a stable checkpoint should fassert on oplog applic...Moustafa Maher Khalil2023-04-261-2/+2
* SERVER-70984 Remove _affectIndices in UpdateDriver in favor of reporting inde...Irina Yatsenko2023-04-211-2/+4
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-12/+14
* SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb2023-04-171-4/+4
* Revert "SERVER-54150 Recovery from a stable checkpoint should fassert on oplo...Moustafa Maher Khalil2023-04-121-2/+2
* SERVER-72502 Implement OplogBatcher changes for parallelizing prepared transa...Wenbin Zhu2023-04-051-7/+8
* SERVER-71490: Move steady state replication constraint relaxation opCounters ...XueruiFa2023-03-311-1/+0
* SERVER-54150 Recovery from a stable checkpoint should fassert on oplog applic...Moustafa Maher Khalil2023-03-281-2/+2
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-32/+32
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-36/+68
* SERVER-73112 Create function to construct system.views namespacejannaerin2023-02-021-1/+2
* SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan2023-01-231-5/+5
* SERVER-72500: Change oplog application to work on batches of ApplierOperation...Daniel Gottlieb2023-01-101-8/+13
* SERVER-65364 Allow fine-grained selection of indexes to updateAlberto Massari2022-12-211-3/+11
* SERVER-69237 Make preImage doc available to CollectionUpdateArgsIsrael Hsu2022-11-181-6/+6
* SERVER-33182 Remove atomic applyOpsAdityavardhan Agrawal2022-11-101-169/+57
* SERVER-70043 Thread-through CollectionPtr into the onDelete OpObserverJordi Serra Torrens2022-11-041-9/+13
* SERVER-70044 Thread-through CollectionPtr into the onUpdate OpObserverDaniel Gómez Ferro2022-10-281-3/+6
* SERVER-68550 Change applyOps command path to use DatabaseNameDidier Nadeau2022-10-181-12/+12
* SERVER-69365 Support updating indices in updateWithDamagesJordi Olivares Provencio2022-09-191-3/+1
* SERVER-67549 Change dropDatabase command path to use DatabaseNamejannaerin2022-08-251-2/+2
* SERVER-68215 MongoDSessionCatalog constructor accepts MongoDSessionCatalogTra...Benety Goh2022-08-251-2/+5
* SERVER-68215 check out mongod sessions through MongoDSessionCatalogBenety Goh2022-08-241-5/+5
* SERVER-68215 make MongoDSessionCatalog a decoration on ServiceContextBenety Goh2022-08-231-3/+9
* SERVER-68833 did some tidy clang fixesJuan Gu2022-08-221-2/+4
* SERVER-67409 Change mongo::createCollection to take db nameSophia Tan2022-08-181-6/+6
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-2/+2
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-11/+11
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-2/+2
* SERVER-68133 Ensure tenantId included in namespace in durable catalogjannaerin2022-07-291-2/+2
* SERVER-68378 remove all uses of optional_io.hppBilly Donahue2022-07-291-1/+2
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-65971: Have _restoreTxnsTableEntryFromRetryableWrites declare its inte...Daniel Gottlieb2022-07-261-4/+9
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-1/+1
* SERVER-67508 OpObserverImpl constructor accepts OplogWriterBenety Goh2022-07-151-1/+3
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-2/+2
* SERVER-65488 Change OldClientContext ctor to take in NamespaceStringSophia Tan2022-07-061-5/+5
* SERVER-50301 Delete code which handles $v:1 update oplog entriesMihai Andrei2022-06-301-12/+30
* SERVER-62370 Remove the _opCtx from the CollectionWriter and instead use the ...Shin Yee Tan2022-06-101-3/+3
* SERVER-66609: Avoid global lock upgrade within storage_timestamp_test.cppYu Jin Kang Park2022-06-031-5/+8
* SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma2022-05-311-2/+4
* SERVER-61788: Take global write lock in SecondaryInsertTimes to avoid lock up...Yu Jin Kang Park2022-05-201-0/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64315 Re-enable caching of SBE plans when there is a single query solu...David Storch2022-05-041-2/+1