summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_change_stream_transform.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74843 Remove overloaded document source serializers and change signatu...Will Buerger2023-03-161-5/+1
* SERVER-74712 Add unimplemented document source serializersjoshua2023-03-131-0/+4
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-0/+2
* SERVER-63305 Transform insert on a 'system.views' collection into a create ev...Arun Banala2022-03-231-8/+2
* SERVER-62801 Add change stream event for create operationArun Banala2022-02-221-5/+0
* SERVER-61892 Read document key from oplog instead of cacheRui Liu2022-01-211-18/+2
* SERVER-55659 Remove feature flag for Allow $changeStream to participateRishab Joshi2021-10-151-8/+2
* SERVER-58690 Implement loading of post-images in a change streamDenis Grebennicov2021-10-041-2/+5
* SERVER-58689 Implement loading of pre-images in a change streamDenis Grebennicov2021-09-271-2/+2
* SERVER-56871: Allow $match and $project to get pushed down to the shards for ...Rishab Joshi2021-06-231-2/+2
* SERVER-56669 Refactor change streams stage building logicArun Banala2021-05-311-2/+6
* SERVER-54676 Serialization and deserialization for shard-side change streams ...Arun Banala2021-05-121-13/+13
* SERVER-55438 Create DocumentSourceChangeStreamUnwindTransactions stageRishab Joshi2021-04-161-120/+3
* SERVER-45807 Add change stream stage to fetch pre-image for update/replace/de...Jonathan Reams2020-02-101-0/+3
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-1/+4
* SERVER-41182 Change streams support for transactions larger than 16MBJustin Seyster2019-05-291-49/+105
* SERVER-41180 Rename 'MergingLogic' to 'DistributedPlanLogic' to avoid confusi...Arun Banala2019-05-241-1/+1
* Revert "SERVER-39403 Implement visitor for DocumentSource as precursor work for"Nick Zolnierz2019-04-111-4/+0
* SERVER-39403 Implement visitor for DocumentSource as precursor work forNick Zolnierz2019-04-101-0/+4
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38311 Change out merging strategyCharlie Swanson2019-02-131-0/+5
* Revert " SERVER-38311 Adjust $out merging strategy"Charlie Swanson2019-01-161-5/+0
* SERVER-38311 Adjust $out merging strategyCharlie Swanson2019-01-161-0/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-35419 $lookup and $facet must inherit constraints from childrenKyle Suarez2018-09-141-1/+1
* SERVER-35776 Basic 4.0-4.2 up/downgrade for change streamsCharlie Swanson2018-09-041-2/+10
* SERVER-35893: Update $out to accept new syntaxNick Zolnierz2018-07-051-1/+1
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-1/+1
* SERVER-35119 Remove 3.6 featureCompatibilityVersion checksCharlie Swanson2018-06-151-6/+10
* SERVER-34314 Ensure change stream can resume between entries in applyOps entryIan Boros2018-04-161-2/+17
* SERVER-34313 Use hex-encoded string for resume tokenCharlie Swanson2018-04-131-0/+3
* SERVER-33114 make change streams unwind applyOps generated by transactionsIan Boros2018-04-121-0/+129