summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46865 Make collMod not take database MODE_X lockGregory Noma2020-04-031-1/+1
* SERVER-45987 Ensure apply op entries for deletes in multi-document transactio...Ruoxin Xu2020-03-251-2/+1
* SERVER-43978 Allow stable timestamp to advance after a transaction that reser...William Schultz2020-01-061-0/+8
* SERVER-40466 Unify checks for being in a multi-document transactionSamyukta Lanka2019-09-241-8/+9
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-6/+2
* SERVER-41041 ViewCatalog should actively reload after changesGregory Wlodarek2019-07-171-1/+1
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-07-031-1/+0
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-281-2/+2
* SERVER-36529 OpObservers for session operations should pass SessionTxnRecordJudah Schvimer2019-06-251-43/+29
* SERVER-39807 Remove the server parameter gating large transactionsMatthew Russotto2019-06-061-6/+3
* SERVER-41157 Remove abortguard when committing unprepared transactionsJason Chan2019-06-061-7/+7
* SERVER-40919 Remove stmtId from transaction oplog entriesJason Chan2019-05-221-64/+14
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-32/+4
* SERVER-41191 OpObserverImpl stops setting prepared field on commitTransaction...Benety Goh2019-05-211-5/+0
* 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