summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_change_stream_unwind_transaction.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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