summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_change_stream_transform.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74814 Change stream document sources redactionJess Balint2023-03-281-9/+109
* SERVER-74716 Require splitEvent stage for splitEvent tokenRomans Kasperovics2023-03-241-2/+2
* SERVER-74843 Remove overloaded document source serializers and change signatu...Will Buerger2023-03-161-3/+6
* SERVER-71828 Add $changeStreamSplitLargeEvent stageRomans Kasperovics2023-03-011-0/+4
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-2/+2
* SERVER-67416 SERVER-23229 Always sort fieldpath string sets using custom comp...Steve Tarzia2022-07-061-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65282 Add $_generateV2ResumeTokens parameter to aggregate commandBernard Gorman2022-04-111-1/+2
* SERVER-63305 Transform insert on a 'system.views' collection into a create ev...Arun Banala2022-03-231-458/+4
* SERVER-63162 Add new change stream event for collMod commandAndrii Dobroshynski2022-03-231-0/+13
* SERVER-62591 Add change streams event for migrate last chunk off shardMisha Tyulenev2022-03-161-0/+9
* SERVER-61888 Add shardCollection change streams eventMisha Tyulenev2022-03-101-0/+9
* SERVER-63394 Add change stream events for createIndex and dropIndexDrew Paroski2022-03-051-0/+18
* SERVER-62801 Add change stream event for create operationArun Banala2022-02-221-43/+55
* SERVER-61889 Add new fields to the existing change stream eventsNikita Lapkov2022-02-101-3/+38
* SERVER-58694 Implement writing of pre-images for transactional update/replace...Mindaugas Malinauskas2022-02-091-5/+7
* SERVER-61894 Support the 'showRawUpdateDescription' option in change stream s...Drew Paroski2022-02-081-21/+37
* Revert "SERVER-58694 Implement writing of pre-images for transactional update...auto-revert-processor2022-02-081-7/+5
* SERVER-58694 Implement writing of pre-images for transactional update/replace...Mindaugas Malinauskas2022-02-071-5/+7
* SERVER-61892 Read document key from oplog instead of cacheRui Liu2022-01-211-38/+19
* SERVER-55659 Remove feature flag for Allow $changeStream to participateRishab Joshi2021-10-151-6/+5
* SERVER-58690 Implement loading of post-images in a change streamDenis Grebennicov2021-10-041-7/+26
* SERVER-58689 Implement loading of pre-images in a change streamDenis Grebennicov2021-09-271-10/+26
* SERVER-58423 Parse and validate change stream open parameter "fullDocument"Denis Grebennicov2021-07-271-1/+1
* SERVER-50637 Expose reshardDoneCatchUp no-op oplog entry as change eventMatt Walak2021-07-201-1/+8
* SERVER-50522 Expose reshardBegin no-op oplog entry as change eventmrwalak2021-07-151-7/+23
* SERVER-58314 Rename the DSCSLookupPreImage and DSCSLookupPostImage classesDrew Paroski2021-07-091-1/+1
* SERVER-56871: Allow $match and $project to get pushed down to the shards for ...Rishab Joshi2021-06-231-1/+1
* SERVER-56669 Refactor change streams stage building logicArun Banala2021-05-311-58/+32
* SERVER-55424: Rename change streams DocumentSources to include 'DocumentSourc...Rishab Joshi2021-05-201-2/+2
* SERVER-54676 Serialization and deserialization for shard-side change streams ...Arun Banala2021-05-121-38/+61
* SERVER-55058 More move optimizations for Document/ValueDenis Grebennicov2021-05-041-4/+5
* SERVER-55438 Create DocumentSourceChangeStreamUnwindTransactions stageRishab Joshi2021-04-161-232/+33
* SERVER-50769 Change streams no longer balk at empty applyOpsJustin Seyster2021-01-121-1/+0
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-1/+0
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-2/+0
* SERVER-47354 Implement change stream oplog parsing code for delta oplog entriesRuoxin Xu2020-08-131-2/+24
* 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-45216 Rename Document::size() to Document::computeSizeSvilen Mihaylov2020-02-201-1/+1
* SERVER-45807 Add change stream stage to fetch pre-image for update/replace/de...Jonathan Reams2020-02-101-0/+14
* SERVER-45529 Add new stage constraint for $unionWith sub-pipelineNicholas Zolnierz2020-02-061-0/+1
* SERVER-42723 New shard with new database can be ignored by change streamsBernard Gorman2019-10-171-8/+5
* SERVER-42649 Use Value instead of BSONObj in the in-memory sort keyJustin Seyster2019-09-261-1/+2
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-4/+2
* SERVER-42288 Consolidate Document and WorkingSetMember metadata implementations.David Storch2019-07-261-1/+1
* SERVER-36186 Default to the the oplogreplay optimization path for oplog colle...Xin Hao Zhang2019-07-241-0/+4
* SERVER-38539 Remove $_internalLatestOplogTimestamp and mergeByPBRT from chang...Bernard Gorman2019-06-251-9/+1
* SERVER-41782 Enumerate and remove Query-related FeatureCompatibilityVersion 4...Anton Korshunov2019-06-211-8/+0
* SERVER-41182 Change streams support for transactions larger than 16MBJustin Seyster2019-05-291-76/+161