summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_change_stream.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74716 Require splitEvent stage for splitEvent tokenRomans Kasperovics2023-03-241-9/+0
* SERVER-67666 Allow watching system.buckets collections in full cluster change...Mickey. J Winters2022-08-091-1/+4
* SERVER-63437 Expose all events on 'system.resharding' collections when 'showS...Bernard Gorman2022-05-271-2/+3
* SERVER-65909 Make oplog and change stream formats of {op: "n"} events consistentArun Banala2022-05-231-1/+2
* SERVER-62957 add reshardCollection change streams eventMisha Tyulenev2022-05-111-0/+1
* SERVER-62958 Add refineCollectionShardKey change stream eventMisha Tyulenev2022-05-101-0/+1
* SERVER-64972 Generate change stream events for batched deletesJosef Ahmad2022-04-221-0/+5
* SERVER-65282 Add $_generateV2ResumeTokens parameter to aggregate commandBernard Gorman2022-04-111-1/+3
* SERVER-63944 Produce change stream events for CRUD operations on system.views...Arun Banala2022-03-291-3/+5
* SERVER-63162 Add new change stream event for collMod commandAndrii Dobroshynski2022-03-231-0/+5
* SERVER-62591 Add change streams event for migrate last chunk off shardMisha Tyulenev2022-03-161-0/+1
* SERVER-61893 Add capability for showing system events with showSystemEvents flagAndrii Dobroshynski2022-03-151-3/+19
* SERVER-61888 Add shardCollection change streams eventMisha Tyulenev2022-03-101-0/+1
* SERVER-63394 Add change stream events for createIndex and dropIndexDrew Paroski2022-03-051-0/+2
* SERVER-62801 Add change stream event for create operationArun Banala2022-02-221-3/+13
* SERVER-61889 Add new fields to the existing change stream eventsNikita Lapkov2022-02-101-0/+9
* SERVER-58694 Implement writing of pre-images for transactional update/replace...Mindaugas Malinauskas2022-02-091-0/+1
* SERVER-61894 Support the 'showRawUpdateDescription' option in change stream s...Drew Paroski2022-02-081-1/+14
* Revert "SERVER-58694 Implement writing of pre-images for transactional update...auto-revert-processor2022-02-081-1/+0
* SERVER-58694 Implement writing of pre-images for transactional update/replace...Mindaugas Malinauskas2022-02-071-0/+1
* SERVER-61885 Add the 'showExpandedEvents' flag to the change streams specArun Banala2022-01-271-7/+26
* SERVER-55659 Remove feature flag for Allow $changeStream to participateRishab Joshi2021-10-151-20/+0
* SERVER-58690 Implement loading of post-images in a change streamDenis Grebennicov2021-10-041-0/+1
* SERVER-58689 Implement loading of pre-images in a change streamDenis Grebennicov2021-09-271-0/+5
* SERVER-55541 Add "ns" to fields eligible for $match optimization in change st...Rishab Joshi2021-09-091-0/+2
* SERVER-56872 Optimize $match in change stream pipelineJustin Seyster2021-08-031-0/+2
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-1/+1
* 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/+7
* SERVER-56669 Refactor change streams stage building logicArun Banala2021-05-311-0/+18
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-201-2/+3
* SERVER-54676 Serialization and deserialization for shard-side change streams ...Arun Banala2021-05-121-38/+18
* SERVER-55491: Make DocumentSourceUpdateOnAddShards as the first class member ...Rishab Joshi2021-05-091-61/+0
* SERVER-54937 Removes DocumentSourceChangeStreamCloseCursor dependencies on in...Rishab Joshi2021-04-301-0/+54
* SERVER-55438 Create DocumentSourceChangeStreamUnwindTransactions stageRishab Joshi2021-04-161-0/+1
* SERVER-54913 Create a LiteParse class for change stream internal stagesArun Banala2021-03-111-2/+25
* SERVER-44689 Add serverStatus counter for each use of an aggregation stage in...Mihai Andrei2020-02-191-2/+3
* SERVER-45530 Implement $match and $project duplication and pushdown across $u...Jacob Evans2020-02-101-1/+10
* SERVER-45807 Add change stream stage to fetch pre-image for update/replace/de...Jonathan Reams2020-02-101-0/+3
* Revert "SERVER-45530 Implement $match and $project duplication and pushdown a...William Schultz2020-02-071-10/+1
* SERVER-45530 Implement $match and $project duplication and pushdown across $u...Jacob Evans2020-02-071-1/+10
* Revert "SERVER-45530 Implement $match and $project duplication and pushdown a...William Schultz2020-02-071-10/+1
* SERVER-45530 Implement $match and $project duplication and pushdown across $u...Jacob Evans2020-02-061-1/+10
* SERVER-45590 Allow building a LiteParsedPipeline without first building an Ag...Arun Banala2020-01-291-3/+4
* SERVER-44470 Parse aggregation commands earlier, and rationalize aggregation ...Kevin Pulo2019-11-261-9/+7
* SERVER-42723 New shard with new database can be ignored by change streamsBernard Gorman2019-10-171-1/+0
* SERVER-41359 Stop upconverting readConcern to snapshot internally for transac...Samyukta Lanka2019-09-031-7/+11
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-3/+1
* SERVER-41290 Pipeline stages can incorrectly passthrough mongos when nested w...Arun Banala2019-06-271-4/+0
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1