summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/primary_only_service_op_observer.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76894 eliminate unnecessary OpObserver overrides using OpObserverNoop ...Benety Goh2023-05-101-193/+2
* SERVER-76563 remove OpObserver::_onReplicationRollback() indirectionBenety Goh2023-05-061-3/+2
* SERVER-76639 remove OpObserver::preRenameCollection() overloadBenety Goh2023-05-051-2/+2
* SERVER-76639 remove OpObserver::onRenameCollection() overloadBenety Goh2023-05-051-2/+2
* SERVER-76639 remove OpObserver::onDropCollection() overloadBenety Goh2023-05-051-2/+2
* SERVER-76636 Add accumulator to OpObserver::onInsertsMatt Kneiser2023-05-011-1/+2
* SERVER-76562 Add accumulator to OpObserver::onUnpreparedTransactionCommitMatt Kneiser2023-04-271-1/+2
* SERVER-76369 Accumulate state among early OpObserversMatt Kneiser2023-04-241-2/+5
* SERVER-74589 OpObserver::onInserts() accepts fromMigrate bool arrayBenety Goh2023-03-281-1/+2
* SERVER-70789 Rename sharding global indexes utilities to reflect globalness o...Marcos José Grillo Ramirez2023-03-041-4/+4
* SERVER-71219 Migration can miss writes from prepared transactionsRandolph Tan2023-01-271-0/+4
* SERVER-72006 add OpObserver::onTransactionStart()Benety Goh2022-12-131-0/+2
* SERVER-71657 OpObserver::onUnpreparedTransactionCommit() does not modify Tran...Benety Goh2022-12-081-1/+1
* SERVER-71657 OpObserver::preTransactionPrepare() does not modify TransactionO...Benety Goh2022-12-081-2/+2
* SERVER-71657 OpObserver::onTransactionPrepare() accepts TransactionOperationsBenety Goh2022-12-081-1/+1
* SERVER-71210 OpObserver::onTransactionPrepare() accepts const statements and ...Benety Goh2022-11-151-2/+2
* SERVER-70043 Thread-through CollectionPtr into the onDelete OpObserverJordi Serra Torrens2022-11-041-4/+2
* SERVER-69749 OpObserver::preTransactionPrepare() accepts TransactionOperationsBenety Goh2022-10-121-1/+1
* SERVER-69749 OpObserver::onUnpreparedTransactionCommit() accepts TransactionO...Benety Goh2022-10-121-2/+1
* SERVER-69847 Handle repl rollback of global indexesJosef Ahmad2022-09-301-1/+2
* SERVER-70092 remove unused parameter from OpObserver::preTransactionPrepare()Benety Goh2022-09-301-1/+0
* SERVER-69242 Add _shardsvrDeleteGlobalIndexKey commandYu Jin Kang Park2022-09-221-0/+6
* SERVER-67123 Add getter for index list in shard roleAllison Easton2022-09-191-0/+5
* SERVER-67893 Add _shardsvrDropGlobalIndex commandYu Jin Kang Park2022-09-081-0/+4
* SERVER-67894 Add _shardsvrInsertGlobalIndexKey commandJosef Ahmad2022-09-061-0/+6
* SERVER-67892 Add _shardsvrCreateGlobalIndex commandJosef Ahmad2022-08-301-0/+4
* SERVER-67900 Thread CollectionPtr into the onInsert OpObserverKaloian Manassiev2022-08-231-2/+1
* SERVER-62781 Include tid in oplog entries for commandsHugh Tong2022-07-111-2/+2
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-1/+1
* SERVER-67281 add OpObserver::onBatchedWriteStart() and onBatchedWriteAbort()Benety Goh2022-06-281-0/+4
* SERVER-63838 expose createIndexes and create events from chunkMigration only ...Misha Tyulenev2022-03-291-1/+2
* SERVER-63047 Make delete batches fully transactionalJosef Ahmad2022-03-241-0/+2
* SERVER-62785 Write change stream pre-images in the main storage engine transa...Mindaugas Malinauskas2022-03-231-4/+16
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-8/+8
* SERVER-61190 Rename numberOfPreImagesToWrite to numberOfPrePostImagesToWriteCheahuychou Mao2021-11-201-2/+2
* SERVER-61611 OpObserver::aboutToDelete() accepts UUIDBenety Goh2021-11-191-0/+1
* SERVER-60509 onReplicationRollback should crash on failureJason Chan2021-10-261-3/+3
* SERVER-60509 make OpObserver::OnReplicationRollback noexceptJason Chan2021-10-191-1/+2
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObservers (Part 2)Kaloian Manassiev2021-10-191-7/+7
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObserversKaloian Manassiev2021-10-151-3/+3
* SERVER-60343 Single-phase index builds perform timestamped catalog writes on ...Gregory Wlodarek2021-10-041-0/+2
* SERVER-54982 Test resumability of changes streams together with reshardCollec...jannaerin2021-05-051-0/+3
* SERVER-56373: Introduce `needsRetryImage` field to oplog entries. Refactor Op...Daniel Gottlieb2021-05-041-2/+1
* SERVER-31540 Remove usages of boost::optional<UUID> from the collMod pathKaloian Manassiev2021-02-231-1/+1
* SERVER-51147 Update onImportCollection() to accept the storage engines metadataGregory Wlodarek2020-10-121-0/+1
* SERVER-51142: Log and apply importCollection oplog entryLingzhi Deng2020-10-021-0/+8
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+1
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-1/+1
* SERVER-50053 Remove PrimaryOnlyService instances from registry when their sta...Spencer T Brody2020-08-191-0/+197