summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_change_stream.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-38682 Add option to show writes to documents performed as part of chu...Evan Nixon2019-05-221-1/+2
* Revert "SERVER-39403 Implement visitor for DocumentSource as precursor work for"Nick Zolnierz2019-04-111-4/+0
* SERVER-39403 Implement visitor for DocumentSource as precursor work forNick Zolnierz2019-04-101-0/+4
* SERVER-39302 Change streams should always use the simple collation when no ex...Bernard Gorman2019-03-111-34/+2
* 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-2/+34
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-33323 Refactor agg cursor merging on mongosCharlie Swanson2018-08-151-2/+1
* SERVER-35893: Update $out to accept new syntaxNick Zolnierz2018-07-051-1/+1
* SERVER-35388 Improve misleading error messages for operations banned in trans...Samy Lanka2018-06-251-3/+4
* SERVER-35119 Remove 3.6 featureCompatibilityVersion checksCharlie Swanson2018-06-151-7/+1
* SERVER-35401: Whole-db and whole-cluster change streams do not filter operati...Nick Zolnierz2018-06-121-3/+3
* SERVER-35028: Add change stream notifications for collection drop and renameNick Zolnierz2018-06-071-0/+6
* SERVER-33114 part 2: support unwinding applyOps for cluster-wide change streamIan Boros2018-04-131-3/+13
* SERVER-34313 Use hex-encoded string for resume tokenCharlie Swanson2018-04-131-2/+6
* SERVER-33999 Add auth checks for db or cluster level change streamsCharlie Swanson2018-04-131-1/+11
* SERVER-33114 make change streams unwind applyOps generated by transactionsIan Boros2018-04-121-41/+15
* SERVER-34181 Include 'clusterTime' in each change streamCharlie Swanson2018-04-121-7/+2
* SERVER-34086 Add ability to watch all changes for an entire replica setBernard Gorman2018-04-121-0/+8
* SERVER-29134: Support change streams on an entire database in a sharded clusterNick Zolnierz2018-04-111-6/+18
* SERVER-33818: Add 'resumeWithClusterTime' as an alias for '$_resumeAfterClust...Nick Zolnierz2018-04-041-1/+1
* SERVER-33918: Support $changeStream against all collections in a database for...Nick Zolnierz2018-03-291-2/+10
* SERVER-24978 Use AsyncResultsMerger in $mergeCursorsCharlie Swanson2018-03-061-3/+0
* SERVER-32085 $changeStream reports incorrect documentKey for unsharded collec...Bernard Gorman2017-12-061-0/+3
* SERVER-32029 Only target primary shard for unsharded change stream.Charlie Swanson2017-11-271-0/+8
* SERVER-30834 Make mongos reload the shard registry and re-establish changeStr...Matthew Russotto2017-11-141-2/+11
* SERVER-31443 Add support for change streams with non-simple collations.Charlie Swanson2017-11-031-1/+11
* SERVER-31192 Make Change Stream extract documentKey from insert op log entryNathan Myers2017-10-201-0/+6
* SERVER-29141 Enable change streams on sharded collectionsCharlie Swanson2017-10-091-1/+7
* SERVER-29141 Extend StageConstraints to allow kLocalOnly and kMongos host req...Bernard Gorman2017-10-041-1/+1
* SERVER-29138: Extend aggregation access control checks to handle $changeStrea...Katherine Walker2017-10-021-3/+8
* SERVER-29961 Close change notification cursors when a chunk migrates to a new...Siyuan Zhou2017-09-131-0/+2
* SERVER-29142 Support $changeStream on unsharded collections.Charlie Swanson2017-09-131-4/+0
* SERVER-30438 Turn on OPLOG_REPLAY for the change notification query.Matthew Russotto2017-08-301-0/+20
* SERVER-30579 Change resumeTokens to include collection UUID instead of namespaceMatthew Russotto2017-08-231-0/+4
* SERVER-29628 $listLocalSessions aggregation stageSara Golemon2017-08-231-0/+4