summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-55060 Direct modification must remove buckets from the time-series buc...Dan Larkin-York2021-04-021-2/+13
* SERVER-53679 No-op for filling in destined recipient for insert oplog entries...jannaerin2021-03-221-7/+30
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-9/+8
* SERVER-55033: OpObserverImpl should pass the shard key when calling shardObse...Jordi Serra Torrens2021-03-101-1/+1
* SERVER-54912: Use o2 field for tenant migration no-op writesLingzhi Deng2021-03-041-21/+0
* SERVER-53515: Process final applyOps entries for transactionsLingzhi Deng2021-03-021-0/+21
* SERVER-31540 Remove usages of boost::optional<UUID> from the collMod pathKaloian Manassiev2021-02-231-1/+1
* SERVER-54205 Proactively load external keys into the keys cacheJack Mulrow2021-02-221-0/+14
* SERVER-54425 Make TenantMigrationDonorAccessBlocker keep track of number of b...Cheahuychou Mao2021-02-101-1/+2
* SERVER-53581: Refactor TenantMigrationAccessBlockLingzhi Deng2021-02-011-2/+2
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-2/+3
* SERVER-52865 Test committing large transactions concurrently with tenant migr...Cheahuychou Mao2020-11-141-0/+3
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-1/+1
* SERVER-49844 Handle commitTransaction and abortTransaction during tenant migr...Cheahuychou Mao2020-11-131-0/+6
* SERVER-51147 Update onImportCollection() to accept the storage engines metadataGregory Wlodarek2020-10-121-1/+2
* SERVER-49824 Add destined recipient to oplog entries from deletesAlex Taskov2020-10-121-0/+10
* SERVER-49823 Add destined recipient to oplog entries from updatesAlex Taskov2020-10-021-3/+10
* SERVER-48771 Enforce constraints on multi timestamp storage transactionsGregory Wlodarek2020-10-021-0/+8
* Revert "SERVER-48771 Enforce constraints on multi timestamp storage transacti...Tommaso Tocci2020-10-021-8/+0
* SERVER-48771 Enforce constraints on multi timestamp storage transactionsGregory Wlodarek2020-10-021-0/+8
* SERVER-51142: Log and apply importCollection oplog entryLingzhi Deng2020-10-021-0/+18
* SERVER-49822 Add destined recipient to oplog entries from insertsAlex Taskov2020-09-301-0/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-2/+3
* SERVER-51043 Remove the TenantMigrationAccessBlocker when the state doc is re...Cheahuychou Mao2020-09-211-7/+0
* SERVER-50872 Make the OpObserver construct TenantMigrationAccessBlocker on ob...Cheahuychou Mao2020-09-111-1/+5
* SERVER-49204 Implement donorForgetMigration commandCheahuychou Mao2020-09-091-1/+1
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-2/+2
* SERVER-48860 Make migration oplog applier class apply oplog entries.Matthew Russotto2020-08-241-4/+15
* SERVER-47667: Create FCVOpObserverGrace Luong2020-08-191-23/+3
* SERVER-48860 Create migration oplog applier class, writing no-ops onlyMatthew Russotto2020-08-171-5/+20
* SERVER-49789 Make tenant migration donor use a StreamableReplicaSetMonitor to...Luis Osta2020-08-041-1/+1
* SERVER-49751 Rename all classes/functions/filenames/nss/variables etc to rela...Luis Osta2020-07-271-4/+3
* SERVER-48525 Forbid dropping config.transactions when there are prepared tran...Vesselina Ratcheva2020-07-161-0/+16
* Revert "SERVER-48525 Forbid dropping config.transactions when there are prepa...Vesselina Ratcheva2020-07-151-16/+0
* SERVER-48525 Forbid dropping config.transactions when there are prepared tran...Vesselina Ratcheva2020-07-141-0/+16
* SERVER-49182 Make the op observer for "start blocking" write update Migrating...Cheahuychou Mao2020-07-141-0/+4
* SERVER-49180 Make the donor's dataSync function reserve an OpTime at which to...Cheahuychou Mao2020-07-081-0/+3
* SERVER-48465 restore noop msg format for single phase index buildsBenety Goh2020-05-281-4/+6