summaryrefslogtreecommitdiff
path: root/src/mongo/db/free_mon
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76894 eliminate unnecessary OpObserver overrides using OpObserverNoop ...Benety Goh2023-05-101-179/+2
* SERVER-76563 remove OpObserver::_onReplicationRollback() indirectionBenety Goh2023-05-062-5/+4
* 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-052-3/+4
* SERVER-76636 Add accumulator to OpObserver::onInsertsMatt Kneiser2023-05-012-2/+4
* SERVER-76562 Add accumulator to OpObserver::onUnpreparedTransactionCommitMatt Kneiser2023-04-271-1/+2
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-262-0/+10
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-252-10/+0
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-252-0/+10
* SERVER-76063 Always report FreeMonitoring as disabledSara Golemon2023-04-251-9/+15
* SERVER-76369 Accumulate state among early OpObserversMatt Kneiser2023-04-242-4/+10
* SERVER-74589 OpObserver::onInserts() accepts fromMigrate bool arrayBenety Goh2023-03-282-2/+4
* SERVER-70789 Rename sharding global indexes utilities to reflect globalness o...Marcos José Grillo Ramirez2023-03-041-4/+4
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-262-9/+3
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-082-4/+11
* SERVER-73634 Merge the `server_options_core` library into `server_base`Kaloian Manassiev2023-02-061-2/+1
* 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-042-10/+6
* SERVER-70044 Thread-through CollectionPtr into the onUpdate OpObserverDaniel Gómez Ferro2022-10-281-1/+1
* SERVER-69749 OpObserver::preTransactionPrepare() accepts TransactionOperationsBenety Goh2022-10-121-1/+1
* SERVER-69749 OpObserver::onUnpreparedTransactionCommit() accepts TransactionO...Benety Goh2022-10-121-2/+1
* SERVER-70147 Migrate addRequiredPrivileges to checkAuthForOperationSara Golemon2022-10-051-3/+9
* SERVER-70146 Migrate checkAuthForCommand to checkAuthForOperationSara Golemon2022-10-042-15/+18
* 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-68910 Recieve -> ReceiveMatt Kneiser2022-08-301-1/+1
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-302-2/+4
* SERVER-67892 Add _shardsvrCreateGlobalIndex commandJosef Ahmad2022-08-301-0/+4
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-291-3/+3
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-265-5/+5
* SERVER-67900 Thread CollectionPtr into the onInsert OpObserverKaloian Manassiev2022-08-232-5/+3
* SERVER-67459 Change BasicCommand to use DatabaseNameSophia Tan2022-08-102-3/+3
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-274-78/+82
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-267-33/+32
* 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-083-4/+4
* SERVER-67281 add OpObserver::onBatchedWriteStart() and onBatchedWriteAbort()Benety Goh2022-06-281-0/+4
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-271-1/+1
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-1/+0
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-065-6/+14