summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-47701 Allow CRUD and DDL commands on shards when connected to the prim...Marcos José Grillo Ramírez2020-05-191-1/+1
* SERVER-48010 Substitute ghost timestamp with no-op write in multi-statement t...Judah Schvimer2020-05-121-6/+4
* SERVER-47531 restore OpObserverImpl::onDelete() invariant for document keyBenety Goh2020-05-091-1/+3
* SERVER-47531 OpObserver: Convert usage of getCollectionDescription_DEPRECATED...Cheahuychou Mao2020-05-081-15/+46
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46758 In-memory FCV value should properly reflect the on-disk FCV afte...Jason Chan2020-04-221-0/+4
* SERVER-9306 Ability to temporarily forbid query optimizer from using index ("...Zhihui Fan2020-04-221-5/+12
* SERVER-47461 Remove commit quorum field from StartIndexBuild oplog entry.Suganthi Mani2020-04-141-3/+0
* SERVER-45781 Throw Stale Shard Version when collection is unknown on getColle...Marcos José Grillo Ramírez2020-04-081-1/+1
* SERVER-46865 Make collMod not take database MODE_X lockGregory Noma2020-04-011-1/+1
* SERVER-46777 Remove 4.4-dependent coll/index creation in txns handlingMaria van Keulen2020-04-011-4/+0
* Revert "SERVER-46865 Make collMod not take database MODE_X lock"Gregory Noma2020-03-301-1/+1
* SERVER-46865 Make collMod not take database MODE_X lockGregory Noma2020-03-241-1/+1
* SERVER-45780 Rename getCurrentMetadataTommaso Tocci2020-03-031-2/+2