summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66641 Introduce multi-tenancy for change collections.Rishab Joshi2022-09-151-3/+3
* SERVER-60919 Remove oplog based change stream pre-image storageMindaugas Malinauskas2022-09-143-513/+36
* SERVER-69560 TransactionParticipant::retrieveCompletedTransactionOperations()...Benety Goh2022-09-091-23/+23
* SERVER-67893 Add _shardsvrDropGlobalIndex commandYu Jin Kang Park2022-09-087-13/+59
* SERVER-67894 Add _shardsvrInsertGlobalIndexKey commandJosef Ahmad2022-09-067-0/+61
* SERVER-5972 Allow `system.js` to be droppedGregory Noma2022-09-021-0/+3
* SERVER-69233 Replace transaction top level tenantId with operation doc tenantIdHugh Tong2022-09-012-11/+43
* SERVER-67892 Add _shardsvrCreateGlobalIndex commandJosef Ahmad2022-08-307-0/+62
* SERVER-68215 move MongoDSessionCatalog into its own libraryBenety Goh2022-08-291-0/+1
* SERVER-69052 Use tassert to ensure collection when checking for time series e...Dan Larkin-York2022-08-251-1/+1
* SERVER-68215 MongoDSessionCatalog constructor accepts MongoDSessionCatalogTra...Benety Goh2022-08-251-2/+5
* SERVER-69052 Ensure bucket collection is valid when checking for extended rangeDan Larkin-York2022-08-241-0/+2
* SERVER-68215 check out mongod sessions through MongoDSessionCatalogBenety Goh2022-08-241-16/+20
* SERVER-68215 make MongoDSessionCatalog a decoration on ServiceContextBenety Goh2022-08-232-7/+17
* SERVER-68899 Check FCV is initialized before checking that featureFlagRequire...jannaerin2022-08-231-3/+3
* SERVER-67900 Thread CollectionPtr into the onInsert OpObserverKaloian Manassiev2022-08-2311-48/+34
* SERVER-68826 Fold tenant_id into the server_base libraryKaloian Manassiev2022-08-233-26/+26
* SERVER-66698 Clear BucketCatalog namespaces lazily using clear registryDavid Wang2022-08-191-3/+4
* SERVER-67814 Fix detection of and report the number of time-series collection...Dan Larkin-York2022-08-182-0/+21
* SERVER-66708 Ensure deserializer methods for IDL defined types that construct...Hugh Tong2022-08-181-35/+13
* SERVER-68826 Introduce the server_base libraryKaloian Manassiev2022-08-181-1/+1
* SERVER-67900 Add an OpObserver::onInserts method that accepts a CollectionPtrKaloian Manassiev2022-08-185-253/+182
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-175-8/+8
* SERVER-59443 Remove storeFindAndModifyImagesInSideCollection=false pathsseanzimm2022-08-153-149/+1
* Revert "SERVER-59443 Remove storeFindAndModifyImagesInSideCollection=false pa...Tommaso Tocci2022-08-103-1/+149
* SERVER-59443 Remove storeFindAndModifyImagesInSideCollection=false pathsseanzimm2022-08-093-149/+1
* SERVER-64616: Install recipient access blocker when applying "create" entryChristopher Caplinger2022-08-042-16/+6
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-013-5/+5
* SERVER-68358 Turn off multitenancySupport flag in unit tests after usejannaerin2022-07-291-1/+11
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-274-37/+38
* SERVER-68321 make session_catalog library dependency private in db/transactionBenety Goh2022-07-271-0/+1
* SERVER-68321 make txn_cmd_request library dependency private in db/transactionBenety Goh2022-07-271-0/+1
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-263-10/+10
* SERVER-66639 Manager class for pre-image collectioncsum1122022-07-262-5/+19
* SERVER-67508 redirect OpObserverImpl oplog access through OplogWriterBenety Goh2022-07-172-49/+72
* SERVER-67508 add OplogWriterTransactionProxyBenety Goh2022-07-163-0/+147
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-12/+12
* SERVER-67508 OpObserverImpl constructor accepts OplogWriterBenety Goh2022-07-153-38/+52
* SERVER-67508 add OplogWriterBenety Goh2022-07-155-0/+299
* SERVER-62781 Include tid in oplog entries for commandsHugh Tong2022-07-1111-39/+219
* SERVER-63650 Change Locker::isDbLockedForMode to take in DatabaseNamejannaerin2022-07-111-1/+1
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-0816-0/+10351