summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer/op_observer_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71488 remove redundant prepare parameter from logOplogEntries()Benety Goh2022-11-281-5/+6
* SERVER-71367 Make getDocumentKey get the shardKeyPattern from collectionPtr i...Jordi Serra Torrens2022-11-221-4/+4
* SERVER-69237 Make preImage doc available to CollectionUpdateArgsIsrael Hsu2022-11-181-7/+7
* SERVER-71385 logOplogEntries() retrieves TID from ReplOperation rather than B...Benety Goh2022-11-161-3/+1
* SERVER-71210 move packTransactionStatementsForApplyOps() from op_observer_imp...Benety Goh2022-11-151-44/+6
* SERVER-71210 OpObserver::onTransactionPrepare() accepts const statements and ...Benety Goh2022-11-151-10/+7
* SERVER-71210 ensure logOplogEntries does not modify provided repl opsBenety Goh2022-11-151-14/+13
* SERVER-71210 annotate logApplyOps() parameters in OpObserverImpl::onTransacti...Benety Goh2022-11-151-3/+3
* SERVER-71210 logApplyOps() always gets a non-optional txnStateBenety Goh2022-11-151-1/+1
* SERVER-70897 move BatchedWriteContext into db/op_observerShin Yee Tan2022-11-101-1/+1
* SERVER-68361 Make migration properly handle cases when shard key value modifi...Randolph Tan2022-11-101-0/+10
* SERVER-71025 Fix synchronization between time series direct writes and bucket...Dan Larkin-York2022-11-091-18/+5
* SERVER-71069 add ReplOperation::extractPrePostImageForTransaction()Benety Goh2022-11-041-68/+24
* SERVER-70043 Thread-through CollectionPtr into the onDelete OpObserverJordi Serra Torrens2022-11-041-8/+8
* SERVER-71054 TransactionParticipant should have a null last write optime befo...Benety Goh2022-11-041-1/+3
* SERVER-70044 Thread-through CollectionPtr into the onUpdate OpObserverDaniel Gómez Ferro2022-10-281-21/+23
* SERVER-70765 make TransactionOperations::getApplyOpsInfo() limits mandatoryBenety Goh2022-10-271-6/+6
* SERVER-70765 add configurable limits for batched writes oplog entriesBenety Goh2022-10-261-4/+31
* SERVER-69715 Enable currentOp to be run in multitenancy modejannaerin2022-10-261-1/+1
* SERVER-69914 Track document IDs for time series deletions without recording p...Dan Larkin-York2022-10-181-4/+12
* SERVER-69749 move getApplyOpsOplogSlotAndOperationAssignmentForTransaction() ...Benety Goh2022-10-131-127/+14
* SERVER-69749 move batched write check out of getApplyOpsOplogSlotAndOperation...Benety Goh2022-10-131-9/+5
* SERVER-69749 move multi-doc transaction settings out of packOperationsIntoApp...Benety Goh2022-10-131-25/+64
* SERVER-69749 OpObserver::preTransactionPrepare() accepts TransactionOperationsBenety Goh2022-10-121-1/+2
* SERVER-69749 OpObserver::onUnpreparedTransactionCommit() accepts TransactionO...Benety Goh2022-10-121-2/+4
* SERVER-69749 BatchedWriteContext::getBatchedOperations() returns TransactionO...Benety Goh2022-10-121-5/+9
* SERVER-69749 BatchedWriteContext uses TransactionOperations internally to hol...Benety Goh2022-10-111-6/+6
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-111-12/+23
* SERVER-69499 Change callsites to use serialize and deserialize from Namespace...Adityavardhan Agrawal2022-10-101-9/+2
* SERVER-66643 Create pre-image collections per tenantRomans Kasperovics2022-10-101-10/+3
* Revert "SERVER-63731 Initialize views in `CollectionCatalog`"auto-revert-processor2022-10-071-30/+12
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-071-12/+30
* SERVER-69847 Handle repl rollback of global indexesJosef Ahmad2022-09-301-4/+20
* SERVER-70092 remove unused parameter from OpObserver::preTransactionPrepare()Benety Goh2022-09-301-1/+0
* SERVER-69719 Shorten the global index crud oplog entriesJosef Ahmad2022-09-271-0/+2
* SERVER-69649 Remove unused internal transactions feature flag includesJason Zhang2022-09-261-1/+0
* SERVER-69242 Add _shardsvrDeleteGlobalIndexKey commandYu Jin Kang Park2022-09-221-0/+19
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-3/+3
* SERVER-67123 Add getter for index list in shard roleAllison Easton2022-09-191-0/+14
* SERVER-66690 Insert into closed buckets identified via aggregation pipelineFaustoleyva542022-09-171-0/+6
* SERVER-60919 Remove oplog based change stream pre-image storageMindaugas Malinauskas2022-09-141-223/+14
* SERVER-67893 Add _shardsvrDropGlobalIndex commandYu Jin Kang Park2022-09-081-13/+31
* SERVER-67894 Add _shardsvrInsertGlobalIndexKey commandJosef Ahmad2022-09-061-0/+19
* SERVER-5972 Allow `system.js` to be droppedGregory Noma2022-09-021-0/+3
* SERVER-69233 Replace transaction top level tenantId with operation doc tenantIdHugh Tong2022-09-011-1/+10
* SERVER-67892 Add _shardsvrCreateGlobalIndex commandJosef Ahmad2022-08-301-0/+34
* SERVER-69052 Use tassert to ensure collection when checking for time series e...Dan Larkin-York2022-08-251-1/+1
* SERVER-69052 Ensure bucket collection is valid when checking for extended rangeDan Larkin-York2022-08-241-0/+2
* SERVER-68215 make MongoDSessionCatalog a decoration on ServiceContextBenety Goh2022-08-231-6/+12
* SERVER-68899 Check FCV is initialized before checking that featureFlagRequire...jannaerin2022-08-231-3/+3