summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-32198 Split CollectionShardingState::getMetadata into three methodsKaloian Manassiev2018-11-141-1/+1
* SERVER-35877 Secondaries commit transactions when applying commitTransaction ...Siyuan Zhou2018-11-061-0/+4
* SERVER-37244 Make sessions killable outside of the Session/TransactionPartici...Kaloian Manassiev2018-10-311-7/+7
* SERVER-37350 Shards should reject writes in snapshot sharded transactions to ...Jack Mulrow2018-10-301-4/+9
* 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-21/+23
* SERVER-36799 Move all transactions and retryable writes functionality from Se...Kaloian Manassiev2018-10-081-12/+21
* SERVER-37487 Aborting a prepared transaction must not respect maxTransactionL...Tess Avitabile2018-10-051-7/+9
* SERVER-31552 Allow users to be pinned in memoryJonathan Reams2018-10-011-1/+1
* SERVER-35876 SERVER-35869 Update the transaction table state when committing ...Judah Schvimer2018-09-291-5/+10
* Revert "SERVER-31552 Allow users to be pinned in memory"Jonathan Reams2018-09-281-1/+1
* SERVER-31552 Allow users to be pinned in memoryJonathan Reams2018-09-281-1/+1
* SERVER-35865 SERVER-35816 SERVER-35730 Write commit oplog entry on commit of ...Judah Schvimer2018-09-211-71/+67
* SERVER-36084 Remove sharding runtime dependency from OpObserverImplHenrik Edin2018-09-201-25/+26
* SERVER-35307 Support prepared transactions on secondaries and immediately abo...Siyuan Zhou2018-09-131-0/+13
* SERVER-36472 Convert OptionalCollectionUUID in OpObserver::onCreateIndex to C...Gregory Wlodarek2018-09-071-3/+1
* SERVER-35863 log abortTransaction oplog entry when prepared transactionsJudah Schvimer2018-09-071-2/+62
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-38/+20
* SERVER-36224 Refactor Collection::updateDocument argsJustin Seyster2018-08-261-50/+54
* SERVER-36534 don't acquire locks on oplog when writing oplog entriesEric Milkie2018-08-241-0/+8