summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_history_iterator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-1/+2
* Revert "SERVER-60742 Maintain RecoveryUnit and storage resources across getMo...Ian Boros2022-01-211-1/+0
* SERVER-60742 Maintain RecoveryUnit and storage resources across getMores for ...Ian Boros2022-01-191-0/+1
* SERVER-58427 Implement pushdown of $group for plans with one solutionYoonsoo Kim2021-09-221-2/+5
* SERVER-57096 Make SBE rely purely on the kExternal lock policyDavid Storch2021-06-151-6/+2
* SERVER-56453 move LocalOplogInfo header from repl/ to catalog/Benety Goh2021-05-141-1/+0
* SERVER-55676 [SBE][replica_sets] Tests trigger fatal assertion: NotPrimaryOrS...Mindaugas Malinauskas2021-04-141-2/+6
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-1/+1
* SERVER-54603 Improve AggregationRequest validation unit testsMihai Andrei2021-03-111-1/+0
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-5/+6
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-1/+1
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-1/+1
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-5/+8
* SERVER-47803 Move the database level profile setting from Database into Colle...Dianna Hohensee2020-05-141-7/+8
* SERVER-45626: Introduce AutoGetOplog for consistent oplog locking rulesLingzhi Deng2020-03-131-5/+3
* SERVER-46585 Move redact to logv2Henrik Edin2020-03-101-1/+1
* SERVER-42744 Fix transation history iterator to not return potentially-dangli...Jacob Evans2019-08-091-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
* SERVER-36186 Default to the the oplogreplay optimization path for oplog colle...Xin Hao Zhang2019-07-241-1/+0
* SERVER-41448: TransactionHistoryIterator should only take global IS lock and ...Lingzhi Deng2019-06-101-8/+22
* SERVER-41182 Change streams support for transactions larger than 16MBJustin Seyster2019-05-291-6/+29
* SERVER-41222 TransactionHistoryIterator should not yield PBWM lockJustin Seyster2019-05-241-5/+7
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39676 Replace DBDirectClient in TransactionHistoryIteratorJustin Seyster2019-04-031-16/+56
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-31863 Make TransactionHistoryIterator use oplogHackRandolph Tan2017-11-091-1/+4
* SERVER-29843 Make oplog queries use eq, gt, and gte predicates on ts for scan...Tess Avitabile2017-11-071-1/+0
* SERVER-31030 Use full OpTime instead of just Timestamps to refer to oplog ent...Randolph Tan2017-10-041-10/+8
* SERVER-30318 Remove workaround for multiple instances of OperationContextSess...Randolph Tan2017-07-311-4/+1
* SERVER-28509 DBClientCursor now uses read commandsMathias Stearn2017-07-261-1/+2
* SERVER-28918 Move rsOplogName to NamespaceStringJack Mulrow2017-07-191-2/+2
* SERVER-28903 Implement session history iteratorRandolph Tan2017-07-061-0/+79