summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_check_resume_token.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42232 Adding a new shard renders all preceding resume tokens invalidBernard Gorman2019-07-181-3/+10
* SERVER-41196 Integrate 'invalidate' tokens into change stream's standard resu...Bernard Gorman2019-06-291-24/+60
* SERVER-41182 Change streams support for transactions larger than 16MBJustin Seyster2019-05-291-17/+17
* SERVER-40094 Do not prematurely reject resume attempt in DSShardCheckResumabi...Bernard Gorman2019-03-191-7/+18
* SERVER-39302 Remove all high-water-mark code necessary to support default col...Bernard Gorman2019-03-111-1/+1
* SERVER-38413 DSShardCheckResumability should swallow events that precede the ...Bernard Gorman2019-02-201-38/+68
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-32308 Support for $lookup to execute on mongos against a sharded forei...James Wahlin2018-12-121-2/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-34314 Ensure change stream can resume between entries in applyOps entryIan Boros2018-04-161-11/+21
* SERVER-34313 Use hex-encoded string for resume tokenCharlie Swanson2018-04-131-1/+1
* SERVER-34432 Allow $changeStream resume attempts to proceed if the initial st...Bernard Gorman2018-04-121-3/+13
* SERVER-34090 Allow resuming change stream when resume token's document key do...Bernard Gorman2018-04-061-38/+103
* SERVER-33818: Add 'resumeWithClusterTime' as an alias for '$_resumeAfterClust...Nick Zolnierz2018-04-041-14/+24
* SERVER-32349 Change streams over sharded collections may produce merged op lo...Martin Neupauer2018-01-191-12/+54
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-5/+3
* SERVER-29141 Enable change streams on sharded collectionsCharlie Swanson2017-10-091-6/+2
* SERVER-29716 Keystring-encode ResumeTokens to allow bytewise comparisonsMatthew Russotto2017-10-051-11/+11
* SERVER-29609 Rename MongodInterface to MongoProcessInterface.Charlie Swanson2017-10-031-2/+3
* SERVER-29504 Support resumeAfter behavior for shard serversMatthew Russotto2017-08-221-9/+69
* SERVER-30506 Rename $changeNotification to $changeStreamCharlie Swanson2017-08-041-8/+7
* SERVER-29131 Support resumeAfter option to control where to start returning n...Matthew Russotto2017-08-031-0/+80