summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77125 Avoid unnecessary construction of NamespaceString on collection ...Jordi Serra Torrens2023-05-161-1/+1
* SERVER-76903 Run multi-tenant change stream suites only on all-feature-flags ...Romans Kasperovics2023-05-161-22/+2
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-10/+7
* SERVER-77025 Wait for index builds to complete on conflicting command applica...Josef Ahmad2023-05-121-12/+47
* SERVER-76538 Use acquisitons on internal update pathsJordi Serra Torrens2023-05-091-6/+11
* SERVER-76580 Allow overriding SerializationContext objs constructed in IDLHugh Tong2023-04-281-6/+10
* SERVER-74563 remove unused function repl::logInsertOps()Benety Goh2023-04-261-117/+0
* SERVER-54150 Recovery from a stable checkpoint should fassert on oplog applic...Moustafa Maher Khalil2023-04-261-9/+85
* SERVER-74563 remove unused headers and std imports from oplog.cppBenety Goh2023-04-261-12/+0
* SERVER-74563 move fail points addDestinedRecipient and sleepBetweenInsertOpTi...Benety Goh2023-04-261-3/+0
* SERVER-74563 rename repl::_logOpsInner to logOplogRecords() and add to oplog....Benety Goh2023-04-261-33/+24
* SERVER-75580 Thread-through `ScopedCollectionOrViewAcquisition` on the intern...Jordi Serra Torrens2023-04-251-6/+8
* SERVER-74024: Shard Merge supports change stream pre-imagesChristopher Caplinger2023-04-241-10/+66
* SERVER-76125 Make ChangeStreamPreImagesCollectionManager a decoration on Serv...Haley Connelly2023-04-191-1/+1
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-16/+18
* SERVER-75787 repl::logInsertOps() accepts ShardingWriteRouter instead of wrap...Benety Goh2023-04-131-9/+9
* Revert "SERVER-54150 Recovery from a stable checkpoint should fassert on oplo...Moustafa Maher Khalil2023-04-121-69/+9
* SERVER-75829 repl::logInsertOps() skips 'fromMigrate' check on unreplicated w...Benety Goh2023-04-071-2/+6
* SERVER-75829 repl::logInsertOps() accepts reference to fromMigrate array rath...Benety Goh2023-04-071-1/+1
* SERVER-75829 move tenant migration check in repl::logInsertOps()Benety Goh2023-04-071-7/+7
* SERVER-72199 Shard merge handles initial sync, resync and unclean restarts.Suganthi Mani2023-04-061-0/+24
* SERVER-71490: Move steady state replication constraint relaxation opCounters ...XueruiFa2023-03-311-13/+71
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-1/+1
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-1/+1
* SERVER-74589 mark orphan documents for inserts in insertDocumentsImpl() befor...Benety Goh2023-03-291-18/+2
* SERVER-54150 Recovery from a stable checkpoint should fassert on oplog applic...Moustafa Maher Khalil2023-03-281-9/+69
* SERVER-74485 Always include tenant in db name attributes in log linesmathisbessamdb2023-03-281-4/+4
* SERVER-74589 repl::logInsertOps() accepts fromMigrate bool arrayBenety Goh2023-03-281-0/+4
* SERVER-74589 OpObserverImpl::onInserts() should create well-formed MutableOpl...Benety Goh2023-03-281-1/+1
* SERVER-74214 New oplog size should be a multiple of 256 for back-compatMatt Kneiser2023-03-241-0/+16
* Revert "SERVER-71490: Move steady state replication constraint relaxation opC...Samy Lanka2023-03-161-72/+13
* SERVER-73601 Add info-level logging for DDL oplog entries on primary and seco...Kaitlin Mahar2023-03-051-7/+15
* SERVER-70789 Rename sharding global indexes utilities to reflect globalness o...Marcos José Grillo Ramirez2023-03-041-28/+30
* SERVER-71490: Move steady state replication constraint relaxation opCounters ...XueruiFa2023-03-021-13/+72
* SERVER-73532: Invalidate image collection entry when namespace is missing dur...seanzimm2023-03-011-0/+23
* SERVER-73118 Implement split prepare/commit/abort oplog application on second...Wenbin Zhu2023-02-271-58/+94
* Revert "SERVER-73118 Implement split prepare/commit/abort oplog application o...liubov.molchanova2023-02-261-94/+58
* SERVER-73118 Implement split prepare/commit/abort oplog application on second...Wenbin Zhu2023-02-251-58/+94
* SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams2023-02-221-1/+2
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-6/+6
* SERVER-73780 Make CollectionPtr constructor explicitHenrik Edin2023-02-131-10/+16
* SERVER-73858 Oplog batch application index builds on an empty collection shou...Benety Goh2023-02-111-9/+14
* SERVER-73777 Fix so AutoGetOplog returns a yieldable pointerHenrik Edin2023-02-091-2/+2
* SERVER-69008 Retain CappedCollection Sizes as IntsMatt Kneiser2023-02-041-1/+1
* SERVER-69573 Use an idl to generate the oplog entries for the sharding index ...Marcos José Grillo Ramirez2023-02-031-54/+47
* Revert "SERVER-73212 Remove collection locks on sharding index catalog shard ...Sviatlana Zuiko2023-02-021-1/+2
* SERVER-73212 Remove collection locks on sharding index catalog shard observer...Marcos José Grillo Ramirez2023-02-011-2/+1
* SERVER-70828 Add index metadata changes to reshardingMarcos José Grillo Ramirez2023-01-261-0/+4
* SERVER-70795 Add sharding index catalog operations to rename collectionMarcos José Grillo Ramirez2023-01-231-2/+14
* SERVER-68122 Remove encryption from storageOptions on secondary replicationYu Jin Kang Park2023-01-191-3/+47