summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-39071 Implements commit quorum for two phase index builds.Suganthi Mani2020-03-021-0/+3
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45120 Move 'localSetTime' out of the RWConcernDefault IDLKaloian Manassiev2020-02-141-1/+0
* SERVER-45806 Record pre-images on updates and deletes when recordPreImage is ...Jonathan Reams2020-02-101-56/+91
* SERVER-34039 Remove use of optional UUID in replication codebaseAli Mir2020-02-071-2/+2
* SERVER-44849 Allow new index creation inside multi-document transactionsMaria van Keulen2020-02-031-10/+21
* SERVER-45721 truncation using the oplogTruncateAfterPoint is always non-inclu...Dianna Hohensee2020-01-291-0/+3
* SERVER-45650 Allow exceptions during storage commit for unprepared txnsMaria van Keulen2020-01-231-77/+79
* SERVER-45280 Invalidate default read write concern cache on replication rollbackJack Mulrow2020-01-161-0/+4
* SERVER-44139 Allow collection creation in multi-document transactionsMaria van Keulen2020-01-071-3/+17
* SERVER-44890 MongoD RWCDefaults get refreshed through the OpObserverJack Mulrow2019-12-201-0/+15
* SERVER-44911 Make index operations abort concurrent outgoing migrationsCheahuychou Mao2019-12-111-0/+31