summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-60236 Ensure pre-/post-images are not retained for documents belonging...Rishab Joshi2021-11-051-4/+9
* SERVER-60690: Refactor OplogUpdateEntryArgs to use retryable FAM enum.Daniel Gottlieb2021-11-021-44/+44
* SERVER-58756 Support retrying internal transactions for retryable writesCheahuychou Mao2021-10-291-3/+10
* SERVER-58756 Store stmtIds for the operations in retryable internal transacti...Cheahuychou Mao2021-10-291-9/+38
* SERVER-60509 onReplicationRollback should crash on failureJason Chan2021-10-261-2/+2
* SERVER-60877: Correct an unintended heavy object copy.Daniel Gottlieb2021-10-211-17/+17
* SERVER-60509 make OpObserver::OnReplicationRollback noexceptJason Chan2021-10-191-1/+1
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObservers (Part 2)Kaloian Manassiev2021-10-191-10/+10
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObserversKaloian Manassiev2021-10-151-6/+6
* SERVER-58687 Implement writing of pre-images for non-transactional delete ope...Denis Grebennicov2021-10-141-14/+37
* SERVER-58915 Remove unused variablesRandolph Tan2021-10-111-2/+0
* SERVER-60343 Single-phase index builds perform timestamped catalog writes on ...Gregory Wlodarek2021-10-041-17/+44
* SERVER-58686 Implement writing of pre-images for non-transactional update/rep...Denis Grebennicov2021-09-231-0/+28
* SERVER-58915 Implement ReshardingDonorWriteRouter functionality along…Randolph Tan2021-09-211-22/+26
* SERVER-60061 Avoid checking internal transactions feature flag more than once...Cheahuychou Mao2021-09-201-16/+20
* SERVER-58752 Persist txnRetryCounter and reload it on stepupCheahuychou Mao2021-09-081-0/+19
* SERVER-58804 Close in-memory buckets on time-series metaField-only up…Gregory Noma2021-08-191-2/+1
* SERVER-58394 Translate multiple ordered updates on a time-series collection's...Alison Lu2021-07-271-1/+2
* SERVER-58740 Reserve multiple oplog slots when writing retryable findAndModif...Jason Chan2021-07-271-8/+5
* SERVER-48129 Invariant that operations which are holding open an oplog hole c...Gregory Wlodarek2021-07-131-0/+5
* SERVER-56518: Only record preimages for findAndModify deletes in multi-statem...Daniel Gottlieb2021-06-071-1/+1
* SERVER-56981 Verify the blockTimestamp is higher than the timestamp of any do...Jack Mulrow2021-06-011-2/+2
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-2/+0
* SERVER-56713: Avoid creating retryable find and modify images during initial ...Daniel Gottlieb2021-05-121-5/+5
* SERVER-56375: Add ability to write retryable findAndModify deletes to `config...Daniel Gottlieb2021-05-111-75/+100
* SERVER-56374: Add ability to write retryable findAndModify updates to `config...Daniel Gottlieb2021-05-071-51/+86
* SERVER-56679 Clear time-series bucket catalog on replication rollbackGregory Noma2021-05-071-0/+10
* SERVER-54982 Test resumability of changes streams together with reshardCollec...jannaerin2021-05-051-4/+57
* SERVER-56373: Introduce `needsRetryImage` field to oplog entries. Refactor Op...Daniel Gottlieb2021-05-041-19/+43
* SERVER-56292 Ensure time-series collections properly handle stepdown and stepupGregory Noma2021-04-291-0/+4
* SERVER-16049 Replicate capped collection deletesGregory Wlodarek2021-04-231-1/+4