summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_change_stream.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69871 Move feature_flag unit into server_baseSara Golemon2022-09-221-1/+1
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-67386 Remove featureFlagChangeStreamPreAndPostImagesDenis Grebennicov2022-07-151-18/+0
* SERVER-60411 Remove legacy change stream pipeline construction.Rishab Joshi2022-07-121-5/+0
* SERVER-67389 remove references to featureFlagChangeStreamsVisibilityKyle Suarez2022-07-051-18/+0
* 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-2/+10
* SERVER-65282 Add $_generateV2ResumeTokens parameter to aggregate commandBernard Gorman2022-04-111-3/+6
* SERVER-63944 Produce change stream events for CRUD operations on system.views...Arun Banala2022-03-291-0/+17
* SERVER-61893 Add capability for showing system events with showSystemEvents flagAndrii Dobroshynski2022-03-151-12/+41
* SERVER-63391 Add a $match to filter out newly added events when 'showExpanded...Arun Banala2022-02-091-0/+6
* SERVER-61894 Support the 'showRawUpdateDescription' option in change stream s...Drew Paroski2022-02-081-0/+7
* SERVER-61885 Add the 'showExpandedEvents' flag to the change streams specArun Banala2022-01-271-1/+7
* SERVER-60957 Support change stream pre and post images in a sharded cluster.Rishab Joshi2021-10-291-11/+9
* SERVER-55659 Remove feature flag for Allow $changeStream to participateRishab Joshi2021-10-151-3/+1
* SERVER-58689 Implement loading of pre-images in a change streamDenis Grebennicov2021-09-271-1/+1
* SERVER-58469 Add option "changeStreamsPreAndPostImages" to the "create" and "...Denis Grebennicov2021-09-151-1/+1
* SERVER-55541 Add "ns" to fields eligible for $match optimization in change st...Rishab Joshi2021-09-091-17/+17
* SERVER-56872 Optimize $match in change stream pipelineJustin Seyster2021-08-031-13/+44
* SERVER-58423 Parse and validate change stream open parameter "fullDocument"Denis Grebennicov2021-07-271-4/+16
* SERVER-50637 Expose reshardDoneCatchUp no-op oplog entry as change eventMatt Walak2021-07-201-0/+1
* SERVER-50522 Expose reshardBegin no-op oplog entry as change eventmrwalak2021-07-151-0/+2
* SERVER-57598 Re-order pre-image lookup stages when expanding $changeStreamDrew Paroski2021-07-091-11/+11
* SERVER-58314 Rename the DSCSLookupPreImage and DSCSLookupPostImage classesDrew Paroski2021-07-091-6/+6
* SERVER-55309 Re-order post-image lookup stages when expanding $changeStreamDrew Paroski2021-07-081-9/+15
* SERVER-58076 Exclude new 5.0 language features from stable APICharlie Swanson2021-06-291-1/+1
* SERVER-56669 Refactor change streams stage building logicArun Banala2021-05-311-3/+138
* SERVER-55424: Rename change streams DocumentSources to include 'DocumentSourc...Rishab Joshi2021-05-201-5/+5
* SERVER-54676 Serialization and deserialization for shard-side change streams ...Arun Banala2021-05-121-374/+20
* SERVER-55491: Make DocumentSourceUpdateOnAddShards as the first class member ...Rishab Joshi2021-05-091-31/+19
* SERVER-50523 Support opening single-collection change stream on a system coll...Mindaugas Malinauskas2021-05-061-3/+6
* SERVER-54937 Removes DocumentSourceChangeStreamCloseCursor dependencies on in...Rishab Joshi2021-04-301-3/+15
* SERVER-55438 Create DocumentSourceChangeStreamUnwindTransactions stageRishab Joshi2021-04-161-1/+3
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-2/+2
* SERVER-54072 Added internal-client checks for aggregation command.Rishab Joshi2021-02-191-1/+2
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-0/+1
* SERVER-53397 Desugar $setWindowFields partitionBy using $sortDavid Percy2021-01-271-3/+3
* Revert "SERVER-53397 Desugar $setWindowFields partitionBy using $sort"David Percy2021-01-261-3/+3
* SERVER-53397 Desugar $setWindowFields partitionBy using $sortDavid Percy2021-01-261-3/+3
* SERVER-50769 Change streams no longer balk at empty applyOpsJustin Seyster2021-01-121-2/+4
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-2/+2
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-2/+5
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-2/+0
* SERVER-48523 Unconditionally check the first entry in the oplog when attempti...Bernard Gorman2020-08-271-2/+2
* SERVER-49783: Update latest FCV to 4.7Lingzhi Deng2020-08-021-1/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45530 Implement $match and $project duplication and pushdown across $u...Jacob Evans2020-02-101-4/+0
* SERVER-45807 Add change stream stage to fetch pre-image for update/replace/de...Jonathan Reams2020-02-101-3/+24
* Revert "SERVER-45530 Implement $match and $project duplication and pushdown a...William Schultz2020-02-071-0/+4