summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_change_stream_transform.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-40949 add LookupAllowed stage constraintIan Boros2019-05-201-0/+1
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-1/+1
* SERVER-39675 Look up prepared txn for commit op in $changeStreamJustin Seyster2019-03-181-53/+88
* SERVER-38414 Upgrade/Downgrade testing for change stream high water marksBernard Gorman2019-02-281-1/+5
* SERVER-39674 Modify Change Streams match filter to be aware of prepared trans...James Wahlin2019-02-261-0/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38975 Include UUID in high water marks from shards where the collectio...Bernard Gorman2019-02-021-9/+0
* SERVER-38412 Allow resuming from a high-water-mark pseudo resume tokenBernard Gorman2019-01-241-4/+9
* SERVER-38410 Allow ARM to consume postBatchResumeTokenBernard Gorman2019-01-091-6/+12
* SERVER-38408 rename UUID::nil() to UUID::makeDefaultForChangeStream()Benety Goh2018-12-221-1/+1
* SERVER-38408 Return postBatchResumeToken with each mongoD change stream batchBernard Gorman2018-12-221-0/+4
* SERVER-37982 Distinguish use cases for collecting document key fieldsCharlie Swanson2018-11-161-2/+3
* SERVER-28592 Move $sample earlier in the aggregation pipelineJacob Evans2018-11-071-2/+0
* SERVER-37779 Step up enforcement that $changeStream must be firstCharlie Swanson2018-11-071-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-34882 Support creating instances with all required fields in IDLMark Benvenuto2018-09-141-3/+3
* SERVER-35776 Basic 4.0-4.2 up/downgrade for change streamsCharlie Swanson2018-09-041-5/+14
* SERVER-35954 Default uniqueKey to document key for sharded collectionCharlie Swanson2018-08-241-2/+2
* SERVER-35896: Support 'replaceDocuments' mode in $outNick Zolnierz2018-08-021-1/+1
* SERVER-34789: Using resume token from 'invalidate' notification for 'resumeAf...Nick Zolnierz2018-06-271-2/+4
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-3/+2
* SERVER-35030: Add 'startAfter' option to the $changeStream stageNick Zolnierz2018-06-201-1/+2
* SERVER-35029: Add change stream notification for database dropNick Zolnierz2018-06-191-7/+13
* SERVER-35119 Remove 3.6 featureCompatibilityVersion checksCharlie Swanson2018-06-151-22/+12
* SERVER-35028: Add change stream notifications for collection drop and renameNick Zolnierz2018-06-071-3/+21
* SERVER-34705: Whole-DB or whole-cluster change streams may not provide a tota...Nick Zolnierz2018-05-291-0/+31
* SERVER-34818 Rename startAtClusterTime to startAtOperationTimeCharlie Swanson2018-05-171-5/+4
* SERVER-34995 Remove dead code in query system.Charlie Swanson2018-05-161-19/+7
* SERVER-34314 Ensure change stream can resume between entries in applyOps entryIan Boros2018-04-161-16/+35
* SERVER-33114 part 2: support unwinding applyOps for cluster-wide change streamIan Boros2018-04-131-10/+3
* SERVER-34313 Use hex-encoded string for resume tokenCharlie Swanson2018-04-131-1/+6
* SERVER-33114 make change streams unwind applyOps generated by transactionsIan Boros2018-04-121-0/+423