summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40728 remove unused function logCommitForUnpreparedTransaction()Benety Goh2019-05-161-47/+0
* SERVER-40726 Remove dead code for logging explicit prepareTransaction oplog e...William Schultz2019-05-161-42/+0
* SERVER-40678 Log implicit prepare for large transactions on primaryWilliam Schultz2019-05-151-49/+91
* SERVER-40763 Remove the inTxn field from oplog entriesJason Chan2019-05-151-23/+0
* SERVER-39794 Abort in-progress transactions on stepupSiyuan Zhou2019-05-141-1/+7
* SERVER-39438 Write "abortTransaction" oplog entry when aborting unprepared tr...Jason Chan2019-05-141-7/+7
* SERVER-37235 Use an onCommit/Abort handler to complete session kill on direct...Kaloian Manassiev2019-05-141-5/+6
* SERVER-40790 Test downgrading from FCV4.2 to FCV4.0 with a large running tran...Jason Chan2019-05-091-2/+12
* SERVER-40498 Writing transaction oplog entries must not take locks while hold...Siyuan Zhou2019-05-081-8/+12
* SERVER-40676 Write implicit commit oplog entry on primary for new large trans...William Schultz2019-05-081-52/+144
* SERVER-39498 Make rollback trigger a lazy (rather than blocking) reload of th...Matthew Saltz2019-05-081-8/+3
* SERVER-40725 Pack multiple operations into a single applyOps on primary for l...Matthew Russotto2019-05-061-43/+72
* SERVER-40475 Migrate sentinel entry for retryable writes converted to transac...Matthew Saltz2019-05-021-2/+2
* SERVER-40888 Remove NamespaceUUIDCacheGeert Bosch2019-04-291-19/+0
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-1/+1
* SERVER-40674 Record all transaction operations as single entry applyOps on pr...Jason Chan2019-04-261-46/+83
* SERVER-39940 Model a shard key update as a delete inside the chunk migration ...Blake Oler2019-04-241-0/+1
* SERVER-39798 Gate transactions larger than 16MB to FCV4.2Jason Chan2019-04-151-4/+12
* SERVER-40508 Remove hash from OplogSlot and make OplogSlot an alias for OpTime.r4.1.10Siyuan Zhou2019-04-091-11/+11
* SERVER-40449 Add count field to commitTransaction for unprepared txns using l...Jason Chan2019-04-031-3/+8
* SERVER-39792 Update the txn table only on the first txn operation on primaryJason Chan2019-03-251-22/+60
* SERVER-39935 Don't pass in optime when migrating transaction statementsBlake Oler2019-03-201-2/+2
* SERVER-39442 Write the new commit command on primary for large prepared trans...Jason Chan2019-03-141-0/+3
* SERVER-39434 Fix typo in txn_cmds.idl -- 'prepare' -> 'prepared'.Matthew Russotto2019-03-141-1/+1
* SERVER-39441 Write the new 'prepareTransaction' command on primaryJason Chan2019-03-111-23/+85
* SERVER-39926 Observe prepared transactions on prepare for migration to guaran...Blake Oler2019-03-081-3/+3
* Revert "SERVER-39441 Write the new 'prepareTransaction' command on primary"Benety Goh2019-03-071-81/+22
* SERVER-39441 Write the new 'prepareTransaction' command on primaryJason Chan2019-03-071-22/+81
* SERVER-39732 Migrate transaction participant set parameters to IDLSara Golemon2019-03-011-5/+3
* SERVER-39495 Only return versioned filtering metadata for cases that actually...Kaloian Manassiev2019-02-281-1/+1
* SERVER-39432 Write commitTransaction oplog entry on primary for large unprepa...Matthew Russotto2019-02-271-13/+52
* SERVER-39440 Write oplog entries with "inTxn" field before prepareJason Chan2019-02-271-17/+29
* SERVER-39431 Write oplog entries with "inTxn" field before commit for large t...Matthew Russotto2019-02-221-3/+105
* SERVER-35872 reconstruct prepared transactions on rollback, fastcount inaccuratePavi Vetriselvan2019-02-221-6/+0
* 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-20/+24
* SERVER-36498 Gate "state" field in config.transactions on FCV and remove entr...Jack Mulrow2019-02-201-1/+10
* SERVER-38810 Use Session's concurrency control rules instead of internal mute...Andy Schwerin2019-02-151-25/+24
* SERVER-39429 Add server parameter to gate the new oplog format of large trans...Matthew Russotto2019-02-131-0/+4
* SERVER-39017 Allow prepared transaction statements to persist in-memory until...Blake Oler2019-02-011-13/+9
* SERVER-39067 Implement new simultaneous index builds abortIndexBuild oplog en...Gregory Wlodarek2019-02-011-2/+32
* SERVER-39066 Add OpObservers and oplog handling for startIndexBuild and commi...Dianna Hohensee2019-01-221-0/+81
* SERVER-36825 Wrap SideTransaction oplog entry writes in write conflict retry ...Judah Schvimer2019-01-101-6/+9
* SERVER-38800 add collection count to o2 field of collection drop and rename o...Benety Goh2019-01-091-2/+38
* SERVER-38800 OpObserver accepts numRecords for drop and rename operationsBenety Goh2019-01-081-1/+5
* SERVER-38587 Extract authorization logic from OpObserverImpl to new AuthOpObs...Isabella Siu2019-01-081-104/+2
* SERVER-38713 Get rid of transaction number equality checking from _makeUpdate...Kaloian Manassiev2018-12-221-4/+4
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-1/+2
* SERVER-37929 reload ShardRegistry on config servers on rollbackMisha Tyulenev2018-12-131-0/+15
* SERVER-37245 Do not access the SessionCatalog directly if not necessaryKaloian Manassiev2018-11-191-68/+41