summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76807 Avoid adding opTimes for non-retryable internal transactions to ...Cheahuychou Mao2023-05-165-5/+19
* 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-152-98/+97
* SERVER-76408 create feature flag for large batched writesBenety Goh2023-05-111-2/+1
* SERVER-76894 eliminate unnecessary OpObserver overrides using OpObserverNoop ...Benety Goh2023-05-102-282/+23
* SERVER-76755 Fix self-assignment errors with truncate markersJordi Olivares Provencio2023-05-091-7/+1
* SERVER-76894 clean up OpObserverNoop to use as base class for most OpObserver...Benety Goh2023-05-091-11/+46
* SERVER-76538 Use acquisitons on internal update pathsJordi Serra Torrens2023-05-091-4/+8
* SERVER-76563 remove OpObserver::_onReplicationRollback() indirectionBenety Goh2023-05-069-28/+21
* SERVER-76563 move OpObserver rollback exception handling from inlined interfa...Benety Goh2023-05-051-11/+2
* SERVER-76639 remove OpObserver::preRenameCollection() overloadBenety Goh2023-05-0510-73/+58
* SERVER-76639 remove OpObserver::onRenameCollection() overloadBenety Goh2023-05-0511-76/+71
* SERVER-76639 remove OpObserver::onDropCollection() overloadBenety Goh2023-05-0513-53/+43
* SERVER-74489 Make NamespaceString::toStringWithTenantId privateSophia Tan2023-05-051-3/+4
* SERVER-76268 Create FallbackOpObserverMatt Kneiser2023-05-035-116/+307
* SERVER-73468 Break dependency of commands on op_metricsKaloian Manassiev2023-05-021-1/+0
* SERVER-76636 Add accumulator to OpObserver::onInsertsMatt Kneiser2023-05-019-10/+29
* SERVER-76562 Add accumulator to OpObserver::onUnpreparedTransactionCommitMatt Kneiser2023-04-277-16/+28
* SERVER-74563 remove unused function OplogWriter::logInsertOps()Benety Goh2023-04-266-71/+2
* SERVER-74563 copy repl::logInsertOps to OpObserverImpl implementationBenety Goh2023-04-262-7/+156
* SERVER-74563 OplogWriterMock::getNextOpTimes() returns non-empty vector of Op...Benety Goh2023-04-261-1/+8
* SERVER-74563 add logOplogRecords to OplogWriter interfaceBenety Goh2023-04-266-0/+78
* SERVER-74563 move fail points addDestinedRecipient and sleepBetweenInsertOpTi...Benety Goh2023-04-262-0/+9
* SERVER-74024: Shard Merge supports change stream pre-imagesChristopher Caplinger2023-04-241-5/+17
* SERVER-76369 Accumulate state among early OpObserversMatt Kneiser2023-04-249-25/+70
* SERVER-76396 Refactor special database constant handlingTommaso Tocci2023-04-241-1/+1
* SERVER-76425 Removed unused prePostImageOpTime from OpTimeBundleMatt Kneiser2023-04-212-5/+0
* SERVER-76125 Make ChangeStreamPreImagesCollectionManager a decoration on Serv...Haley Connelly2023-04-191-3/+4
* SERVER-76129 Break out TimeSeriesOpObserver from OpObserverImplMatt Kneiser2023-04-182-54/+0
* SERVER-76222 Avoid temporary allocations of DatabaseNameMatt Broadstone2023-04-181-4/+4
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-183-7/+7
* SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb2023-04-172-7/+8
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-4/+4
* SERVER-75787 repl::logInsertOps() accepts ShardingWriteRouter instead of wrap...Benety Goh2023-04-132-8/+1
* SERVER-75787 OplogWriter::logInsertOps() accepts ShardingWriteRouter instead ...Benety Goh2023-04-128-40/+36
* SERVER-75716 Align Logical Exception Handling in onUpdate & onDeleteMatt Kneiser2023-04-121-19/+29
* SERVER-75829 repl::logInsertOps() accepts reference to fromMigrate array rath...Benety Goh2023-04-071-7/+2
* 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-75117: Avoid passing NamespaceString by value when possible.Colin Stolley2023-04-031-3/+3
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-9/+9
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-293-5/+7
* SERVER-74589 mark orphan documents for inserts in insertDocumentsImpl() befor...Benety Goh2023-03-292-29/+2
* SERVER-74589 move write_stage_common::PreWriteFilter into its own libraryBenety Goh2023-03-281-0/+1
* SERVER-74589 OpObserver::onInserts() accepts fromMigrate bool arrayBenety Goh2023-03-2811-41/+202
* SERVER-74589 OplogWriter::logInsertOps() accepts fromMigrate bool arrayBenety Goh2023-03-287-10/+26
* SERVER-74589 repl::logInsertOps() accepts fromMigrate bool arrayBenety Goh2023-03-281-2/+8
* SERVER-74589 OpObserverImpl::onInserts() should create well-formed MutableOpl...Benety Goh2023-03-281-0/+4
* SERVER-74784 add check topology version change for setFCV rollback testJiawei Yang2023-03-232-5/+12