summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_change_stream.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-29134: Support change streams on an entire database in a sharded clusterNick Zolnierz2018-04-111-23/+25
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-1/+1
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-1/+1
* SERVER-34282 Ban change streams on entire database unless test commands are e...Bernard Gorman2018-04-051-0/+9
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-1/+1
* SERVER-33820: Allow change streams with 'updateLookup': "fullDocument" agains...Nick Zolnierz2018-04-041-6/+0
* SERVER-33818: Add 'resumeWithClusterTime' as an alias for '$_resumeAfterClust...Nick Zolnierz2018-04-041-53/+108
* SERVER-34040 Disallow $changeStream on internal databases and system collectionsBernard Gorman2018-04-041-0/+13
* SERVER-33918: Support $changeStream against all collections in a database for...Nick Zolnierz2018-03-291-20/+63
* SERVER-33541 Add readConcern level 'snapshot' support for aggregation.David Storch2018-03-091-0/+2
* SERVER-24978 Use AsyncResultsMerger in $mergeCursorsCharlie Swanson2018-03-061-4/+2
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-2/+3
* SERVER-31588 remove fCV 3.4 support in query/aggKyle Suarez2017-12-121-10/+0
* SERVER-32238 Revert erroneous high error codesMatthew Russotto2017-12-111-1/+1
* SERVER-32085 $changeStream reports incorrect documentKey for unsharded collec...Bernard Gorman2017-12-061-2/+20
* SERVER-31978 Add invariant that changeStream pipeline sent from mongos to mon...David Storch2017-11-201-0/+16
* SERVER-30834 Make mongos reload the shard registry and re-establish changeStr...Matthew Russotto2017-11-141-8/+29
* SERVER-31685 Sharded change streams can miss notificationsMatthew Russotto2017-11-131-1/+27
* SERVER-31443 Add support for change streams with non-simple collations.Charlie Swanson2017-11-031-15/+20
* SERVER-31622 eliminate CloseChangeStreamExceptionMathias Stearn2017-11-021-2/+1
* SERVER-31608 remove FCV gettersJudah Schvimer2017-10-261-1/+2
* SERVER-31192 Make Change Stream extract documentKey from insert op log entryNathan Myers2017-10-201-1/+6
* SERVER-29609 Enable updateLookup for sharded change streams.Matthew Russotto2017-10-111-8/+6
* SERVER-29137 Implement $changeStream whitelistBernard Gorman2017-10-101-2/+4
* SERVER-31442 $changeStream pipelines should inherit the collection default co...Bernard Gorman2017-10-101-1/+2
* SERVER-29141 Enable change streams on sharded collectionsCharlie Swanson2017-10-091-21/+76
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-2/+1
* SERVER-29716 Keystring-encode ResumeTokens to allow bytewise comparisonsMatthew Russotto2017-10-051-12/+15
* SERVER-29141 Extend StageConstraints to allow kLocalOnly and kMongos host req...Bernard Gorman2017-10-041-3/+7
* SERVER-30956 Kill all change streams when fCV is set to 3.4Matthew Russotto2017-10-031-4/+15
* SERVER-30599 Extract document key to change streamNathan Myers2017-10-021-10/+6
* SERVER-30871 Permit blocking aggregation stages to run on mongoS if allowDisk...Bernard Gorman2017-09-271-4/+13
* SERVER-30722 Make changestreams require FCV 3.6Matthew Russotto2017-09-261-0/+9
* Revert "SERVER-30722 Make changestreams require FCV 3.6"Ian Whalen2017-09-211-9/+0
* SERVER-30722 Make changestreams require FCV 3.6Matthew Russotto2017-09-211-0/+9
* SERVER-29961 Close change notification cursors when a chunk migrates to a new...Siyuan Zhou2017-09-131-8/+27
* SERVER-30899 Aggregations sent from a 3.4 mongos should serialize 3.4 metadataTess Avitabile2017-09-061-1/+1
* SERVER-30907 Ban $changeStream on non replica set deploymentsCharlie Swanson2017-09-011-1/+4
* SERVER-30438 Turn on OPLOG_REPLAY for the change notification query.Matthew Russotto2017-08-301-35/+30
* SERVER-30847 Start changeStreams at the lastAppliedOpTime not the lastDurable...Matthew Russotto2017-08-251-1/+1
* SERVER-29961 Add OR BSON helper and use it for change streams.Siyuan Zhou2017-08-241-14/+11
* SERVER-30579 Change resumeTokens to include collection UUID instead of namespaceMatthew Russotto2017-08-231-1/+14
* SERVER-29504 Support resumeAfter behavior for shard serversMatthew Russotto2017-08-221-5/+11