summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_change_stream_test.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-34789: Using resume token from 'invalidate' notification for 'resumeAf...Nick Zolnierz2018-06-271-36/+154
* SERVER-35030: Add 'startAfter' option to the $changeStream stageNick Zolnierz2018-06-201-0/+56
* SERVER-35029: Add change stream notification for database dropNick Zolnierz2018-06-191-23/+65
* SERVER-35119 Remove 3.6 featureCompatibilityVersion checksCharlie Swanson2018-06-151-39/+10
* SERVER-35401: Whole-db and whole-cluster change streams do not filter operati...Nick Zolnierz2018-06-121-11/+68
* SERVER-35028: Add change stream notifications for collection drop and renameNick Zolnierz2018-06-071-60/+131
* SERVER-34705: Whole-DB or whole-cluster change streams may not provide a tota...Nick Zolnierz2018-05-291-7/+182
* SERVER-32088: ChangeStream resumeAfter does not work on sharded collections i...Nick Zolnierz2018-05-291-1/+4
* SERVER-34818 Rename startAtClusterTime to startAtOperationTimeCharlie Swanson2018-05-171-5/+5
* SERVER-34995 Remove dead code in query system.Charlie Swanson2018-05-161-0/+40
* SERVER-34662 fix $changeStream parsing to check that its argument is an objectIan Boros2018-04-261-0/+14
* SERVER-34283 Allow change streams on whole-db or whole-clusterCharlie Swanson2018-04-131-28/+1
* SERVER-34313 Use hex-encoded string for resume tokenCharlie Swanson2018-04-131-1/+1
* SERVER-33114 make change streams unwind applyOps generated by transactionsIan Boros2018-04-121-3/+161
* SERVER-34181 Include 'clusterTime' in each change streamCharlie Swanson2018-04-121-58/+131
* SERVER-29134: Support change streams on an entire database in a sharded clusterNick Zolnierz2018-04-111-4/+3
* SERVER-34282 Ban change streams on entire database unless test commands are e...Bernard Gorman2018-04-051-1/+28
* SERVER-33818: Add 'resumeWithClusterTime' as an alias for '$_resumeAfterClust...Nick Zolnierz2018-04-041-0/+37
* SERVER-33918: Support $changeStream against all collections in a database for...Nick Zolnierz2018-03-291-54/+305
* SERVER-32445 config.transactions table can get out of sync when the Transacti...Randolph Tan2018-03-121-0/+1
* SERVER-32190 Shorten MongoDProcessInterface to MongoDInterface.Charlie Swanson2017-12-191-5/+4
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-4/+8
* SERVER-31588 remove fCV 3.4 support in query/aggKyle Suarez2017-12-121-8/+2
* SERVER-32238 Revert erroneous high error codesMatthew Russotto2017-12-111-1/+1
* SERVER-30834 Make mongos reload the shard registry and re-establish changeStr...Matthew Russotto2017-11-141-24/+16
* SERVER-31685 Sharded change streams can miss notificationsMatthew Russotto2017-11-131-0/+21
* SERVER-31356 update the following unit tests to not mutate OplogEntry after c...Benety Goh2017-11-071-51/+175
* SERVER-31443 Add support for change streams with non-simple collations.Charlie Swanson2017-11-031-6/+11
* SERVER-31622 eliminate CloseChangeStreamExceptionMathias Stearn2017-11-021-6/+3
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-251-1/+1
* SERVER-31192 Make Change Stream extract documentKey from insert op log entryNathan Myers2017-10-201-8/+53
* SERVER-31184 Make EnsureFCV a separate test utilitysamantharitter2017-10-101-15/+3
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-3/+3
* SERVER-29716 Keystring-encode ResumeTokens to allow bytewise comparisonsMatthew Russotto2017-10-051-4/+6
* SERVER-30599 Extract document key to change streamNathan Myers2017-10-021-21/+45
* SERVER-30722 Make changestreams require FCV 3.6Matthew Russotto2017-09-261-3/+26
* SERVER-29961 Close change notification cursors when a chunk migrates to a new...Siyuan Zhou2017-09-131-0/+20
* SERVER-30579 Change resumeTokens to include collection UUID instead of namespaceMatthew Russotto2017-08-231-22/+50
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-4/+4
* SERVER-30512 Omit fullDocument in change stream if it's null unless updateLoo...Siyuan Zhou2017-08-151-6/+0
* SERVER-30512 Ensure all changeStreams field names match the specSiyuan Zhou2017-08-151-8/+15
* SERVER-29144 Filter out shard balancing from change streamNathan Myers2017-08-151-0/+42
* SERVER-29140 Close cursor for invalidate change notification entries.Siyuan Zhou2017-08-091-17/+70
* SERVER-30506 Rename $changeNotification to $changeStreamCharlie Swanson2017-08-041-0/+326