summaryrefslogtreecommitdiff
path: root/src/mongo/idl/cluster_server_parameter_op_observer.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76894 eliminate unnecessary OpObserver overrides using OpObserverNoop ...Benety Goh2023-05-101-189/+7
* SERVER-76563 remove OpObserver::_onReplicationRollback() indirectionBenety Goh2023-05-061-2/+1
* 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-72250 Update cluster parameter cache transactionallyGabriel Marks2023-03-131-6/+8
* SERVER-70789 Rename sharding global indexes utilities to reflect globalness o...Marcos José Grillo Ramirez2023-03-041-4/+5
* 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/+5
* SERVER-67123 Add getter for index list in shard roleAllison Easton2022-09-191-0/+4
* SERVER-67893 Add _shardsvrDropGlobalIndex commandYu Jin Kang Park2022-09-081-0/+4
* SERVER-67894 Add _shardsvrInsertGlobalIndexKey commandJosef Ahmad2022-09-061-0/+5
* SERVER-67892 Add _shardsvrCreateGlobalIndex commandJosef Ahmad2022-08-301-0/+3
* SERVER-67900 Thread CollectionPtr into the onInsert OpObserverKaloian Manassiev2022-08-231-4/+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-2/+2
* SERVER-67281 add OpObserver::onBatchedWriteStart() and onBatchedWriteAbort()Benety Goh2022-06-281-0/+4
* SERVER-66082: Propagate cluster server parameters to new nodes during file-co...Varun Ravichandran2022-05-131-9/+0
* 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-62263 Add ClusterServerParameterOpObserverSara Golemon2022-02-181-0/+216