summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer_impl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-1/+1
* SERVER-47667: Create FCVOpObserverGrace Luong2020-08-191-0/+3
* SERVER-48860 Create migration oplog applier class, writing no-ops onlyMatthew Russotto2020-08-171-1/+5
* SERVER-47531 OpObserver: Convert usage of getCollectionDescription_DEPRECATED...Cheahuychou Mao2020-05-081-4/+23
* SERVER-47870 Push updated majority commit point values on config servers into...Kevin Pulo2020-05-041-0/+2
* SERVER-9306 Ability to temporarily forbid query optimizer from using index ("...Zhihui Fan2020-04-221-1/+1
* SERVER-47461 Remove commit quorum field from StartIndexBuild oplog entry.Suganthi Mani2020-04-141-1/+0
* SERVER-39071 Implements commit quorum for two phase index builds.Suganthi Mani2020-03-021-0/+1
* SERVER-45806 Record pre-images on updates and deletes when recordPreImage is ...Jonathan Reams2020-02-101-2/+4
* SERVER-44911 Make index operations abort concurrent outgoing migrationsCheahuychou Mao2019-12-111-0/+1
* SERVER-43315 OpObserver::onAbortIndexBuild() accepts reason for aborting inde...Benety Goh2019-09-131-0/+1
* SERVER-40475 Migrate sentinel entry for retryable writes converted to transac...Matthew Saltz2019-05-021-1/+3
* SERVER-39940 Model a shard key update as a delete inside the chunk migration ...Blake Oler2019-04-241-1/+2
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* SERVER-39935 Don't pass in optime when migrating transaction statementsBlake Oler2019-03-201-3/+1
* SERVER-39441 Write the new 'prepareTransaction' command on primaryJason Chan2019-03-111-2/+2
* SERVER-39926 Observe prepared transactions on prepare for migration to guaran...Blake Oler2019-03-081-4/+4
* Revert "SERVER-39441 Write the new 'prepareTransaction' command on primary"Benety Goh2019-03-071-2/+2
* SERVER-39441 Write the new 'prepareTransaction' command on primaryJason Chan2019-03-071-2/+2
* SERVER-39021 Switch migrations to observe multi-statement transaction CRUD st...Blake Oler2019-02-211-0/+4
* SERVER-39561 Split OpObserver::onTransactionCommit() into two functions for u...Blake Oler2019-02-201-4/+7
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39017 Allow prepared transaction statements to persist in-memory until...Blake Oler2019-02-011-2/+5
* SERVER-39067 Implement new simultaneous index builds abortIndexBuild oplog en...Gregory Wlodarek2019-02-011-1/+3
* SERVER-39066 Add OpObservers and oplog handling for startIndexBuild and commi...Dianna Hohensee2019-01-221-0/+20
* SERVER-38800 OpObserver accepts numRecords for drop and rename operationsBenety Goh2019-01-081-0/+3
* SERVER-37350 Shards should reject writes in snapshot sharded transactions to ...Jack Mulrow2018-10-301-3/+6
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-231-1/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37487 Aborting a prepared transaction must not respect maxTransactionL...Tess Avitabile2018-10-051-1/+2
* SERVER-35865 SERVER-35816 SERVER-35730 Write commit oplog entry on commit of ...Judah Schvimer2018-09-211-1/+3
* SERVER-36084 Remove sharding runtime dependency from OpObserverImplHenrik Edin2018-09-201-20/+44
* SERVER-36472 Convert OptionalCollectionUUID in OpObserver::onCreateIndex to C...Gregory Wlodarek2018-09-071-1/+1
* SERVER-35798 preallocate prepare timestampJudah Schvimer2018-08-071-1/+1
* SERVER-35597 SERVER-35598 Ensure prepared transactions can be committedJudah Schvimer2018-07-201-1/+1
* SERVER-34414 Create system indexes using the normal index creation and replic...Matthew Russotto2018-07-031-1/+2
* SERVER-34615 Make UUIDCatalog updates for renameCollection atomicMaria van Keulen2018-06-061-6/+18
* SERVER-34196 remove redundant dropTarget boolean argument from OpObserver::on...Benety Goh2018-03-301-1/+0
* SERVER-33306 SERVER-33307 SERVER-33308 Add prepareTransaction command stub. A...Louis Williams2018-03-211-0/+1
* SERVER-29933 Add onReplicationRollback OpObserver methodWilliam Schultz2018-02-211-0/+2
* SERVER-33058 Add onTransactionCommit and onTransactionAbort opObserversMatthew Russotto2018-02-131-0/+2
* SERVER-29602 New OpObserverRegistry to allow multiple observersGeert Bosch2017-12-211-4/+3
* SERVER-29961 Close change notification cursors when a chunk migrates to a new...Siyuan Zhou2017-09-131-1/+5
* SERVER-30371 remove dropSource from renameCollection oplog entry formatBenety Goh2017-09-061-1/+0
* SERVER-30407 Store pre/post-image documents when running findAndModify with t...Randolph Tan2017-08-171-1/+2
* SERVER-30212 OpObserver::onRenameCollection() returns rename op timeBenety Goh2017-08-151-8/+8
* SERVER-28912 Thread stmtId from update and delete requests to oplogRandolph Tan2017-07-211-0/+1
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-121-2/+2
* SERVER-29904 don't generate convertToCapped oplog entriesGeert Bosch2017-07-031-5/+0
* SERVER-27992 Use UUIDs for replicationGeert Bosch2017-06-231-1/+2