summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-2315/+0
* SERVER-65488 Change OldClientContext ctor to take in NamespaceStringSophia Tan2022-07-061-2/+2
* SERVER-67281 move BatchedWriteContext logic out of WriteUnitOfWork into OpObs...Benety Goh2022-06-291-2/+9
* SERVER-67219 move DocumentKey decoration from OpObserverImpl to op_observer_utilBenety Goh2022-06-281-5/+3
* SERVER-67281 add OpObserver::onBatchedWriteStart() and onBatchedWriteAbort()Benety Goh2022-06-281-0/+4
* SERVER-64717 Ensure the ShardRegistry always read with majority write concern...Marcos José Grillo Ramirez2022-06-201-8/+0
* SERVER-62766 Write tenantId fields to oplog entries on deleteHugh Tong2022-06-061-0/+3
* SERVER-62765 Write tenantId fields to oplog entries on updateHugh Tong2022-06-021-0/+3
* SERVER-62764 Write tenantId fields to oplog entries on insertHugh Tong2022-05-251-0/+4
* SERVER-66280 Make batched writes aware of tenant migrationsJosef Ahmad2022-05-101-0/+6
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-2/+1
* SERVER-65858 Mark the applyOps entries when the operations involves orphaned ...Antonio Fuschetto2022-05-061-1/+41
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63044 Batch non-sharded user multi-doc deletes by defaultJosef Ahmad2022-05-021-0/+4
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-64972 Generate change stream events for batched deletesJosef Ahmad2022-04-221-1/+3
* SERVER-53870 Improve view creation performance over time by avoiding reloadin...Shin Yee Tan2022-04-201-1/+9
* SERVER-45033 Atomic applyOps logs the actual writes not the requestJosef Ahmad2022-04-191-2/+23
* SERVER-65454: Reset curop namespace after config.image_collection lookup.Daniel Gottlieb2022-04-131-0/+8
* SERVER-65018 Batched writes must fit inside a single applyOpsJosef Ahmad2022-04-081-21/+39
* SERVER-63838 expose createIndexes and create events from chunkMigration only ...Misha Tyulenev2022-03-291-1/+3
* SERVER-64927 Add batched deletes passthrough suitesJosef Ahmad2022-03-291-0/+4
* SERVER-64225 Write change stream pre-images at transaction commit timestampMindaugas Malinauskas2022-03-251-3/+7
* SERVER-64860 Tighten up "applyOps" oplog entry size computationMindaugas Malinauskas2022-03-251-0/+7
* SERVER-63047 Make delete batches fully transactionalJosef Ahmad2022-03-241-47/+94
* SERVER-62785 Write change stream pre-images in the main storage engine transa...Mindaugas Malinauskas2022-03-231-61/+254
* SERVER-63162 Add new change stream event for collMod commandAndrii Dobroshynski2022-03-231-3/+5
* SERVER-63494 Transfer history for retryable transactions with more than one o...Cheahuychou Mao2022-03-191-3/+2
* SERVER-64624 Make OpObserver check the recordPreImages option when determinin...Cheahuychou Mao2022-03-181-3/+23
* SERVER-63444 Make retryable findAndModify executed in internal transactions r...Cheahuychou Mao2022-03-091-0/+3
* SERVER-63664 Rename disallowNewDuplicateKeys option to prepareUniquePavi Vetriselvan2022-02-241-3/+3
* SERVER-58694 Implement writing of pre-images for transactional update/replace...Mindaugas Malinauskas2022-02-091-4/+80
* Revert "SERVER-58694 Implement writing of pre-images for transactional update...auto-revert-processor2022-02-081-80/+4
* SERVER-58694 Implement writing of pre-images for transactional update/replace...Mindaugas Malinauskas2022-02-071-4/+80
* SERVER-61088 Make transaction participants check if txnRetryCounter is suppor...Jason Zhang2022-02-031-10/+4
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-1/+2
* SERVER-62886 Add the option `disallowNewDuplicateKeys` to collMod commandYuhong Zhang2022-01-281-0/+4
* SERVER-61085 Do not persist txnRetryCounter if value is defaultJason Zhang2022-01-191-4/+4
* SERVER-61709 Introduce implicitly replicated namespacesJosef Ahmad2022-01-131-1/+0
* SERVER-61891 Add document key to insert log entryRui Liu2022-01-111-44/+6
* SERVER-60240 Ensure pre-/post-images are available after a resharding operation.Rishab Joshi2021-12-151-2/+13
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-11/+11
* SERVER-59647: Test maximum client document size thresholds specfically for re...Daniel Gottlieb2021-11-241-0/+3
* SERVER-60238 Implement pre-image propagation to secondaries for non-transacti...Mindaugas Malinauskas2021-11-231-17/+1
* SERVER-59706 Extend tests for change stream pre-images retrieval capability c...Denis Grebennicov2021-11-231-12/+18
* SERVER-60540 Add retryability support for internal transactions for findAndMo...Cheahuychou Mao2021-11-201-40/+158
* SERVER-61190 Rename numberOfPreImagesToWrite to numberOfPrePostImagesToWriteCheahuychou Mao2021-11-201-7/+8
* SERVER-61611 OpObserver::aboutToDelete() accepts UUIDBenety Goh2021-11-191-0/+1
* SERVER-61188 Account for preImageRecordingEnabled when reserving oplog slots ...Jason Chan2021-11-151-4/+18
* SERVER-58757 Create partial index for config.transactions on parentLsidCheahuychou Mao2021-11-051-1/+5