summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_change_stream.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-30512 Ensure all changeStreams field names match the specSiyuan Zhou2017-08-151-3/+8
* SERVER-30506 Rename $changeNotification to $changeStreamCharlie Swanson2017-08-041-0/+140