summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/change_stream_event_transform.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-14/+21
* SERVER-74716 Require splitEvent stage for splitEvent tokenRomans Kasperovics2023-03-241-1/+2
* SERVER-66544 TASSERT if an unknown command is reached.Sebastien Mendez2023-03-141-2/+2
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-1/+3
* SERVER-67412 Removed support for parsing '$v:1' oplog entries in change streamsMohammad Dashti2023-02-041-27/+5
* SERVER-70741 Add 'tid' as dependent field to the change stream stages.Rishab Joshi2022-10-261-2/+4
* SERVER-69499 Change callsites to use serialize and deserialize from Namespace...Adityavardhan Agrawal2022-10-101-6/+2
* SERVER-60919 Remove oplog based change stream pre-image storageMindaugas Malinauskas2022-09-141-15/+7
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-2/+1
* SERVER-65257 Expose only the all arguments constructor for 'ResumeTokenData' ...Catalin Sumanaru2022-06-281-5/+2
* SERVER-66977 Revise enriched change stream updateDescription formatBernard Gorman2022-06-111-10/+7
* SERVER-63861 Expose rich field information in the updateDescriptionArun Banala2022-05-311-4/+12
* SERVER-65909 Make oplog and change stream formats of {op: "n"} events consistentArun Banala2022-05-231-38/+32
* SERVER-66028 Include tenantId when constructing namespaces for change streams...jannaerin2022-05-191-17/+38
* SERVER-62957 add reshardCollection change streams eventMisha Tyulenev2022-05-111-0/+9
* SERVER-62958 Add refineCollectionShardKey change stream eventMisha Tyulenev2022-05-101-0/+9
* SERVER-66017 Always include operationDescription in v2 resume token for renam...Arun Banala2022-04-281-9/+6
* SERVER-64992 Remove documentKey caching for change streamsArun Banala2022-04-231-8/+6
* SERVER-64972 Generate change stream events for batched deletesJosef Ahmad2022-04-221-4/+4
* SERVER-65022 always report 'wallTime' in change stream event outputMickey. J Winters2022-04-191-4/+4
* SERVER-65282 Add $_generateV2ResumeTokens parameter to aggregate commandBernard Gorman2022-04-111-5/+14
* SERVER-61895 Add ability to parse and generate v2 resume tokensArun Banala2022-04-081-23/+24
* SERVER-61886 Generate collMod and drop $changeStream events for viewsAndrii Dobroshynski2022-04-051-8/+15
* SERVER-63860 Restore documentKey cache for 5.0 - 6.0 upgradeBernard Gorman2022-03-301-21/+8
* SERVER-63305 Restore change stream migrateLastChunkFromShard handling logicArun Banala2022-03-241-0/+9
* SERVER-63305 Restore change stream collMod handling logicArun Banala2022-03-231-0/+13
* SERVER-63305 Transform insert on a 'system.views' collection into a create ev...Arun Banala2022-03-231-0/+541