summaryrefslogtreecommitdiff
path: root/src/mongo/db/free_mon
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-60621 Avoid global lock upgrade in some C++ testsDan Larkin-York2021-12-011-2/+2
* SERVER-61190 Rename numberOfPreImagesToWrite to numberOfPrePostImagesToWriteCheahuychou Mao2021-11-201-2/+2
* SERVER-61611 OpObserver::aboutToDelete() accepts UUIDBenety Goh2021-11-192-0/+2
* SERVER-60690: Refactor OplogUpdateEntryArgs to use retryable FAM enum.Daniel Gottlieb2021-11-021-2/+2
* SERVER-60509 onReplicationRollback should crash on failureJason Chan2021-10-262-5/+5
* SERVER-60509 make OpObserver::OnReplicationRollback noexceptJason Chan2021-10-192-2/+3
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObservers (Part 2)Kaloian Manassiev2021-10-192-8/+8
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObserversKaloian Manassiev2021-10-152-4/+4
* SERVER-60343 Single-phase index builds perform timestamped catalog writes on ...Gregory Wlodarek2021-10-041-0/+2
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-1/+1
* 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-042-4/+2
* SERVER-56353 Cleanup incomplete chunks from a failed pre-5.0 shard/dropCollec...Kaloian Manassiev2021-04-281-1/+0
* SERVER-55197: Synchronize free monitoring controller decorationVarun Ravichandran2021-03-233-9/+12
* SERVER-31540 Remove usages of boost::optional<UUID> from the collMod pathKaloian Manassiev2021-02-231-1/+1
* SERVER-52857 Require apiVersion field for all IDL commandsSamy Lanka2021-01-221-0/+2
* SERVER-40811 make initializers throwyBilly Donahue2020-12-082-4/+2
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-2/+2
* SERVER-51679 Fix race condition in Free Monitoring when free monitoring docum...Mark Benvenuto2020-11-097-6/+104
* SERVER-52624: Remove useless setOplogCollectionName and getOplogCollectionNam...Lingzhi Deng2020-11-062-2/+0
* SERVER-51372 Add command_name field to IDL command syntaxSamy Lanka2020-11-031-0/+2