summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer/op_observer_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76807 Avoid adding opTimes for non-retryable internal transactions to ...Cheahuychou Mao2023-05-161-1/+2
* 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-25/+3
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-97/+96
* SERVER-76408 create feature flag for large batched writesBenety Goh2023-05-111-2/+1
* SERVER-76538 Use acquisitons on internal update pathsJordi Serra Torrens2023-05-091-4/+8
* SERVER-76563 remove OpObserver::_onReplicationRollback() indirectionBenety Goh2023-05-061-2/+2
* SERVER-76639 remove OpObserver::preRenameCollection() overloadBenety Goh2023-05-051-17/+0
* SERVER-76639 remove OpObserver::onRenameCollection() overloadBenety Goh2023-05-051-17/+0
* SERVER-76639 remove OpObserver::onDropCollection() overloadBenety Goh2023-05-051-9/+0
* SERVER-76268 Create FallbackOpObserverMatt Kneiser2023-05-031-112/+1
* SERVER-76636 Add accumulator to OpObserver::onInsertsMatt Kneiser2023-05-011-1/+6
* SERVER-76562 Add accumulator to OpObserver::onUnpreparedTransactionCommitMatt Kneiser2023-04-271-3/+8
* SERVER-74563 copy repl::logInsertOps to OpObserverImpl implementationBenety Goh2023-04-261-7/+155
* SERVER-74024: Shard Merge supports change stream pre-imagesChristopher Caplinger2023-04-241-5/+17
* SERVER-76369 Accumulate state among early OpObserversMatt Kneiser2023-04-241-7/+13
* SERVER-76396 Refactor special database constant handlingTommaso Tocci2023-04-241-1/+1
* SERVER-76425 Removed unused prePostImageOpTime from OpTimeBundleMatt Kneiser2023-04-211-3/+0
* SERVER-76125 Make ChangeStreamPreImagesCollectionManager a decoration on Serv...Haley Connelly2023-04-191-3/+4
* SERVER-76129 Break out TimeSeriesOpObserver from OpObserverImplMatt Kneiser2023-04-181-52/+0
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-5/+5
* SERVER-75787 OplogWriter::logInsertOps() accepts ShardingWriteRouter instead ...Benety Goh2023-04-121-6/+1
* SERVER-75716 Align Logical Exception Handling in onUpdate & onDeleteMatt Kneiser2023-04-121-19/+29
* SERVER-75759 unify call to MongoDSessionCatalog in OpObserverImpl::onDeleteBenety Goh2023-04-071-6/+1
* SERVER-73899 remove TODO commentBenety Goh2023-04-061-2/+0
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-9/+9
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-3/+4
* SERVER-74589 mark orphan documents for inserts in insertDocumentsImpl() befor...Benety Goh2023-03-291-28/+2
* SERVER-74589 OpObserver::onInserts() accepts fromMigrate bool arrayBenety Goh2023-03-281-1/+1
* SERVER-74589 OplogWriter::logInsertOps() accepts fromMigrate bool arrayBenety Goh2023-03-281-7/+13
* SERVER-74589 OpObserverImpl::onInserts() should create well-formed MutableOpl...Benety Goh2023-03-281-0/+4
* SERVER-72218 Garbage collect tenant data when shard merge abortsDidier Nadeau2023-03-211-9/+7
* SERVER-72610 Refactor BucketCatalog to improve testabilityDan Larkin-York2023-03-141-7/+8
* SERVER-74119 More efficient MutableOplogEntry to ReplOperation type conversionMatt Kneiser2023-03-061-1/+1
* SERVER-73601 Add info-level logging for DDL oplog entries on primary and seco...Kaitlin Mahar2023-03-051-14/+93
* SERVER-70789 Rename sharding global indexes utilities to reflect globalness o...Marcos José Grillo Ramirez2023-03-041-5/+5
* SERVER-74562 always set fromMigrate (if true) in OpObserverImpl::onCreateInde...Benety Goh2023-03-031-14/+8
* SERVER-74117 Factor out remaining DDL references to TransactionOperations in ...Matt Kneiser2023-03-021-13/+26
* SERVER-55280 Remove the interface that returns Collection as shared_ptr from ...Henrik Edin2023-03-021-2/+3
* SERVER-74351 remove unnecessary conditional from OpObserverImpl::onDelete()Benety Goh2023-02-271-5/+3
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-3/+3
* SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams2023-02-221-2/+2
* SERVER-73051 Streamline logical branches in OpObserverImpl::onCreateCollectionMatt Kneiser2023-02-161-17/+9
* SERVER-73050 Streamline logical branches in OpObserverImpl::onCreateIndexMatt Kneiser2023-02-161-20/+35
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-2/+1
* SERVER-71219 Migration can miss writes from prepared transactionsRandolph Tan2023-01-271-0/+6
* SERVER-73288 Cache sharding collection description on update_stageJordi Serra Torrens2023-01-251-5/+5
* SERVER-72845 Flatten BucketCatalog class structureDan Larkin-York2023-01-201-7/+8
* SERVER-70903 keep prevOpTime field for large batched writes (multiple oplog e...Benety Goh2023-01-141-4/+9
* SERVER-70903 relax multi timestamp constraint for large batched writes spanni...Benety Goh2023-01-131-0/+8