summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_change_stream_unwind_transaction.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76424 Replace 'redact' with 'hmac' in $telemetry syntaxTed Tuckman2023-05-031-1/+1
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-1/+2
* SERVER-75343: Fix and centralize identifier redaction in SerializationOptionsWill Buerger2023-04-041-1/+1
* SERVER-74814 Change stream document sources redactionJess Balint2023-03-281-11/+15
* SERVER-74843 Remove overloaded document source serializers and change signatu...Will Buerger2023-03-161-3/+6
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-1/+1
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-3/+2
* SERVER-67416 SERVER-23229 Always sort fieldpath string sets using custom comp...Steve Tarzia2022-07-061-1/+1
* SERVER-65859 Enable filtering of 'fromMigrate' change steam events for indivi...Andrii Dobroshynski2022-05-151-0/+7
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64972 Generate change stream events for batched deletesJosef Ahmad2022-04-221-7/+10
* SERVER-62801 Add change stream event for create operationArun Banala2022-02-221-40/+34
* SERVER-61889 Add new fields to the existing change stream eventsNikita Lapkov2022-02-101-0/+7
* SERVER-58694 Implement writing of pre-images for transactional update/replace...Mindaugas Malinauskas2022-02-091-0/+3
* Revert "SERVER-58694 Implement writing of pre-images for transactional update...auto-revert-processor2022-02-081-3/+0
* SERVER-58694 Implement writing of pre-images for transactional update/replace...Mindaugas Malinauskas2022-02-071-0/+3
* SERVER-62081 Exhaustively test and fix change stream rewrites against null-eq...Bernard Gorman2022-01-071-8/+20
* SERVER-55659 Remove feature flag for Allow $changeStream to participateRishab Joshi2021-10-151-6/+5
* SERVER-58689 Implement loading of pre-images in a change streamDenis Grebennicov2021-09-271-0/+9
* SERVER-59426 Do not mix collations during change stream rewritesJustin Seyster2021-08-281-0/+6
* SERVER-59022 Optimized filter in unwind transactions stage.Justin Seyster2021-08-171-32/+27
* SERVER-59021 Update serialization of transaction unwind stageJustin Seyster2021-08-101-19/+19
* SERVER-56872 Optimize $match in change stream pipelineJustin Seyster2021-08-031-0/+452