summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_applier_impl_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76368 Allow TransactionRouter on a mongod to early reap retryable sess...Jack Mulrow2023-05-101-4/+0
* SERVER-74489 Make NamespaceString::toStringWithTenantId privateSophia Tan2023-05-051-13/+13
* SERVER-54150 Recovery from a stable checkpoint should fassert on oplog applic...Moustafa Maher Khalil2023-04-261-5/+8
* SERVER-76125 Make ChangeStreamPreImagesCollectionManager a decoration on Serv...Haley Connelly2023-04-191-7/+8
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-4/+6
* Revert "SERVER-54150 Recovery from a stable checkpoint should fassert on oplo...Moustafa Maher Khalil2023-04-121-8/+5
* SERVER-70574 Enable feature flag for parallelizing prepared transaction oplog...Wenbin Zhu2023-04-061-6/+0
* SERVER-72502 Implement OplogBatcher changes for parallelizing prepared transa...Wenbin Zhu2023-04-051-29/+0
* SERVER-71490: Move steady state replication constraint relaxation opCounters ...XueruiFa2023-03-311-35/+34
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-2/+2
* SERVER-73119 Update top-level prepared txn states during secondary oplog appl...Wenbin Zhu2023-03-291-27/+57
* SERVER-54150 Recovery from a stable checkpoint should fassert on oplog applic...Moustafa Maher Khalil2023-03-281-5/+8
* SERVER-74117 Factor out remaining DDL references to TransactionOperations in ...Matt Kneiser2023-03-021-6/+10
* SERVER-73532: Invalidate image collection entry when namespace is missing dur...seanzimm2023-03-011-0/+79
* SERVER-73118 Implement split prepare/commit/abort oplog application on second...Wenbin Zhu2023-02-271-1/+177
* Revert "SERVER-73118 Implement split prepare/commit/abort oplog application o...liubov.molchanova2023-02-261-177/+1
* SERVER-73118 Implement split prepare/commit/abort oplog application on second...Wenbin Zhu2023-02-251-1/+177
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-4/+12
* SERVER-72762 Split commit and abort entries during secondary oplog application.Wenbin Zhu2023-02-091-33/+134
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-102/+152
* SERVER-73112 Create function to construct system.views namespacejannaerin2023-02-021-1/+1
* SERVER-72761 Split prepareTransaction oplog entries during secondary oplog ap...Wenbin Zhu2023-01-251-14/+168
* SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan2023-01-231-5/+5
* SERVER-73131 add invariant for abortTransaction and cached partial transactio...Benety Goh2023-01-201-13/+5
* SERVER-73131 add test for preparing and aborting a multi-oplog transaction in...Benety Goh2023-01-201-0/+38
* SERVER-72500: Change oplog application to work on batches of ApplierOperation...Daniel Gottlieb2023-01-101-34/+40
* SERVER-62880 Use tid field to apply applyOps and transactions oplog entriesjannaerin2022-10-241-0/+216
* Revert "SERVER-62880 Use tid field to apply applyOps and transactions oplog e...auto-revert-processor2022-10-221-216/+0
* SERVER-62880 Use tid field to apply applyOps and transactions oplog entriesjannaerin2022-10-211-0/+216
* SERVER-62395 Use tid field to create namespace on non-txn commands during opl...jannaerin2022-10-171-102/+391
* Revert "SERVER-62395 Use tid field to create namespace on non-txn commands du...auto-revert-processor2022-10-151-373/+102
* SERVER-62395 Use tid field to create namespace on non-txn commands during opl...Hugh Tong2022-10-141-102/+373
* SERVER-70264 make slowMS and sampleRate atomicMatt Diener2022-10-121-3/+3
* SERVER-69499 Change callsites to use serialize and deserialize from Namespace...Adityavardhan Agrawal2022-10-101-10/+18
* SERVER-66643 Create pre-image collections per tenantRomans Kasperovics2022-10-101-3/+2
* SERVER-69554: Parallelise global index CRUD replicationYu Jin Kang Park2022-10-061-0/+178
* SERVER-67423 Include tenantId in requests sent with DBDirectClient to have us...Sophia Tan2022-09-301-18/+14
* SERVER-69871 Move feature_flag unit into server_baseSara Golemon2022-09-221-1/+1
* SERVER-66641 Introduce multi-tenancy for change collections.Rishab Joshi2022-09-151-4/+4
* SERVER-60919 Remove oplog based change stream pre-image storageMindaugas Malinauskas2022-09-141-3/+13
* SERVER-62393 Apply CRUD ops using correct tenant namespace during oplog appli...Hugh Tong2022-09-091-13/+182
* SERVER-36334 Discontinue setting 'h' field in oplog entriesVesselina Ratcheva2022-08-251-2/+0
* SERVER-68215 MongoDSessionCatalog constructor accepts MongoDSessionCatalogTra...Benety Goh2022-08-251-2/+5
* SERVER-68215 make MongoDSessionCatalog a decoration on ServiceContextBenety Goh2022-08-231-1/+5
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-3/+3
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-2/+2
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-4/+4
* SERVER-65971: Have _restoreTxnsTableEntryFromRetryableWrites declare its inte...Daniel Gottlieb2022-07-261-0/+5
* SERVER-66639 Manager class for pre-image collectioncsum1122022-07-261-1/+3
* SERVER-67386 Remove featureFlagChangeStreamPreAndPostImagesDenis Grebennicov2022-07-151-2/+0