summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer/user_write_block_mode_op_observer.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76563 remove OpObserver::_onReplicationRollback() indirectionBenety Goh2023-05-061-2/+2
* SERVER-76639 remove OpObserver::preRenameCollection() overloadBenety Goh2023-05-051-1/+2
* SERVER-76639 remove OpObserver::onRenameCollection() overloadBenety Goh2023-05-051-1/+2
* SERVER-76639 remove OpObserver::onDropCollection() overloadBenety Goh2023-05-051-1/+2
* SERVER-76636 Add accumulator to OpObserver::onInsertsMatt Kneiser2023-05-011-1/+2
* SERVER-76369 Accumulate state among early OpObserversMatt Kneiser2023-04-241-2/+4
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-1/+1
* SERVER-74589 OpObserver::onInserts() accepts fromMigrate bool arrayBenety Goh2023-03-281-2/+3
* SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams2023-02-221-40/+39
* SERVER-59673 Exclude profiling from taking RSTL lockJordi Olivares Provencio2022-12-021-10/+17
* SERVER-70043 Thread-through CollectionPtr into the onDelete OpObserverJordi Serra Torrens2022-11-041-5/+4
* SERVER-70044 Thread-through CollectionPtr into the onUpdate OpObserverDaniel Gómez Ferro2022-10-281-2/+2
* SERVER-67900 Thread CollectionPtr into the onInsert OpObserverKaloian Manassiev2022-08-231-4/+3
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-3/+3
* 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-0/+285