summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71210 logApplyOps() always gets a non-optional txnStateBenety Goh2022-11-151-1/+1
* SERVER-33182 Remove atomic applyOpsAdityavardhan Agrawal2022-11-102-162/+2
* SERVER-70897 move BatchedWriteContext into db/op_observerShin Yee Tan2022-11-105-4/+166
* 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-0411-97/+81
* 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-286-75/+93
* SERVER-70765 make TransactionOperations::getApplyOpsInfo() limits mandatoryBenety Goh2022-10-271-6/+6
* SERVER-70765 add configurable limits for batched writes oplog entriesBenety Goh2022-10-262-13/+54
* SERVER-69715 Enable currentOp to be run in multitenancy modejannaerin2022-10-261-1/+1
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-1/+2
* SERVER-69914 Track document IDs for time series deletions without recording p...Dan Larkin-York2022-10-181-4/+12
* SERVER-68550 Change applyOps command path to use DatabaseNameDidier Nadeau2022-10-181-4/+4
* SERVER-62395 Use tid field to create namespace on non-txn commands during opl...jannaerin2022-10-171-6/+4
* Revert "SERVER-62395 Use tid field to create namespace on non-txn commands du...auto-revert-processor2022-10-151-4/+6
* SERVER-62395 Use tid field to create namespace on non-txn commands during opl...Hugh Tong2022-10-141-6/+4
* SERVER-69749 move getApplyOpsOplogSlotAndOperationAssignmentForTransaction() ...Benety Goh2022-10-132-146/+16
* 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-128-13/+15
* SERVER-69749 OpObserver::onUnpreparedTransactionCommit() accepts TransactionO...Benety Goh2022-10-128-54/+47
* SERVER-69749 TransactionParticipant::retrieveCompletedTransactionOperations()...Benety Goh2022-10-121-23/+44
* SERVER-69749 BatchedWriteContext::getBatchedOperations() returns TransactionO...Benety Goh2022-10-122-5/+10
* SERVER-69749 BatchedWriteContext uses TransactionOperations internally to hol...Benety Goh2022-10-111-6/+6
* SERVER-69749 move TransactionOperations into its own libraryBenety Goh2022-10-111-0/+1
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-112-13/+25
* SERVER-69499 Change callsites to use serialize and deserialize from Namespace...Adityavardhan Agrawal2022-10-102-13/+7
* SERVER-66643 Create pre-image collections per tenantRomans Kasperovics2022-10-101-10/+3
* Revert "SERVER-63731 Initialize views in `CollectionCatalog`"auto-revert-processor2022-10-072-32/+13
* SERVER-63731 Initialize views in `CollectionCatalog`Gregory Noma2022-10-072-13/+32
* SERVER-67423 Include tenantId in requests sent with DBDirectClient to have us...Sophia Tan2022-09-301-11/+11
* SERVER-69847 Handle repl rollback of global indexesJosef Ahmad2022-09-307-11/+33
* SERVER-70092 remove unused parameter from OpObserver::preTransactionPrepare()Benety Goh2022-09-308-14/+4
* SERVER-70093 add unit test executable for db/op_observerBenety Goh2022-09-291-0/+40
* 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-227-0/+58
* SERVER-69871 Move feature_flag unit into server_baseSara Golemon2022-09-221-1/+1
* 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-197-0/+47
* SERVER-66690 Insert into closed buckets identified via aggregation pipelineFaustoleyva542022-09-171-0/+6
* SERVER-66641 Introduce multi-tenancy for change collections.Rishab Joshi2022-09-151-3/+3
* SERVER-60919 Remove oplog based change stream pre-image storageMindaugas Malinauskas2022-09-143-513/+36
* SERVER-69560 TransactionParticipant::retrieveCompletedTransactionOperations()...Benety Goh2022-09-091-23/+23
* SERVER-67893 Add _shardsvrDropGlobalIndex commandYu Jin Kang Park2022-09-087-13/+59
* SERVER-67894 Add _shardsvrInsertGlobalIndexKey commandJosef Ahmad2022-09-067-0/+61
* 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-012-11/+43