summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_change_stream.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-45530 Implement $match and $project duplication and pushdown across $u...Jacob Evans2020-02-071-4/+0
* Revert "SERVER-45530 Implement $match and $project duplication and pushdown a...William Schultz2020-02-071-0/+4
* SERVER-45530 Implement $match and $project duplication and pushdown across $u...Jacob Evans2020-02-061-4/+0
* 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-24/+35
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-1/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-10/+8
* SERVER-41196 Integrate 'invalidate' tokens into change stream's standard resu...Bernard Gorman2019-06-291-5/+7
* SERVER-41164 stop documents from leaking into unrelated changestreams when re...Davis Haupt2019-06-211-2/+14
* SERVER-41182 Change streams support for transactions larger than 16MBJustin Seyster2019-05-291-6/+33
* SERVER-38682 Add option to show writes to documents performed as part of chu...Evan Nixon2019-05-221-15/+37
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-1/+1
* SERVER-40949 add LookupAllowed stage constraintIan Boros2019-05-201-0/+1
* SERVER-39302 Remove all high-water-mark code necessary to support default col...Bernard Gorman2019-03-111-16/+2
* SERVER-39302 Change streams should always use the simple collation when no ex...Bernard Gorman2019-03-111-57/+8
* SERVER-39674 Modify Change Streams match filter to be aware of prepared trans...James Wahlin2019-02-261-5/+10
* SERVER-38413 DSShardCheckResumability should swallow events that precede the ...Bernard Gorman2019-02-201-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-061-1/+1
* SERVER-38975 Include UUID in high water marks from shards where the collectio...Bernard Gorman2019-02-021-5/+28
* SERVER-38412 Allow resuming from a high-water-mark pseudo resume tokenBernard Gorman2019-01-241-5/+8
* SERVER-38413 Always set an initial postBatchResumeToken on mongoDBernard Gorman2019-01-091-0/+10
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35419 $lookup and $facet must inherit constraints from childrenKyle Suarez2018-09-141-3/+1
* SERVER-35776 Basic 4.0-4.2 up/downgrade for change streamsCharlie Swanson2018-09-041-1/+3
* SERVER-33323 Refactor agg cursor merging on mongosCharlie Swanson2018-08-151-5/+5
* SERVER-19260 Log whether allowDiskUse:true aggregations used diskMinji2018-08-011-0/+1
* SERVER-34789: Using resume token from 'invalidate' notification for 'resumeAf...Nick Zolnierz2018-06-271-47/+55
* SERVER-35030: Add 'startAfter' option to the $changeStream stageNick Zolnierz2018-06-201-3/+8
* SERVER-35029: Add change stream notification for database dropNick Zolnierz2018-06-191-127/+7
* SERVER-35119 Remove 3.6 featureCompatibilityVersion checksCharlie Swanson2018-06-151-48/+7
* SERVER-35401: Whole-db and whole-cluster change streams do not filter operati...Nick Zolnierz2018-06-121-12/+11
* SERVER-35028: Add change stream notifications for collection drop and renameNick Zolnierz2018-06-071-13/+40
* SERVER-32088: ChangeStream resumeAfter does not work on sharded collections i...Nick Zolnierz2018-05-291-13/+41
* SERVER-35177 Do not send 4.0-format option to shards when FCV is 3.6Charlie Swanson2018-05-231-6/+0
* SERVER-34818 Rename startAtClusterTime to startAtOperationTimeCharlie Swanson2018-05-171-10/+10
* SERVER-25596 Rename SplittableDocumentSource to NeedsMergerDocumentSourceKevinCybura2018-05-111-1/+1
* SERVER-34662 fix $changeStream parsing to check that its argument is an objectIan Boros2018-04-261-0/+4
* SERVER-33114 part 2: support unwinding applyOps for cluster-wide change streamIan Boros2018-04-131-33/+37
* SERVER-34283 Allow change streams on whole-db or whole-clusterCharlie Swanson2018-04-131-9/+0
* SERVER-34313 Use hex-encoded string for resume tokenCharlie Swanson2018-04-131-12/+15
* SERVER-34088 Add ability to watch all changes for an entire sharded clusterBernard Gorman2018-04-131-1/+6
* SERVER-33114 make change streams unwind applyOps generated by transactionsIan Boros2018-04-121-224/+51
* SERVER-34181 Include 'clusterTime' in each change streamCharlie Swanson2018-04-121-1/+1
* SERVER-34086 Add ability to watch all changes for an entire replica setBernard Gorman2018-04-121-51/+93