summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/resume_token.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71825 Add splitChangeEvent function and new 'fragmentNum' ResumeToken ...Romans Kasperovics2023-02-031-0/+3
* SERVER-65257 Expose only the all arguments constructor for 'ResumeTokenData' ...Catalin Sumanaru2022-06-281-4/+14
* SERVER-64970 Start generating new v2 resume token format for all events by de...Arun Banala2022-04-281-1/+1
* SERVER-65282 Add $_generateV2ResumeTokens parameter to aggregate commandBernard Gorman2022-04-111-1/+1
* SERVER-61895 Add ability to parse and generate v2 resume tokensArun Banala2022-04-081-11/+17
* SERVER-62801 Add change stream event for create operationArun Banala2022-02-221-3/+16
* SERVER-54676 Serialization and deserialization for shard-side change streams ...Arun Banala2021-05-121-7/+2
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-2/+2
* SERVER-41182 Change streams support for transactions larger than 16MBJustin Seyster2019-05-291-4/+8
* SERVER-39302 Remove all high-water-mark code necessary to support default col...Bernard Gorman2019-03-111-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38412 Allow resuming from a high-water-mark pseudo resume tokenBernard Gorman2019-01-241-10/+19
* SERVER-38408 Return postBatchResumeToken with each mongoD change stream batchBernard Gorman2018-12-221-0/+12
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-35776 Basic 4.0-4.2 up/downgrade for change streamsCharlie Swanson2018-09-041-1/+1
* SERVER-34789: Using resume token from 'invalidate' notification for 'resumeAf...Nick Zolnierz2018-06-271-0/+12
* SERVER-35119 Remove 3.6 featureCompatibilityVersion checksCharlie Swanson2018-06-151-18/+6
* SERVER-34314 Ensure change stream can resume between entries in applyOps entryIan Boros2018-04-161-2/+10
* SERVER-34313 Use hex-encoded string for resume tokenCharlie Swanson2018-04-131-35/+56
* SERVER-33818: Add 'resumeWithClusterTime' as an alias for '$_resumeAfterClust...Nick Zolnierz2018-04-041-0/+4
* SERVER-29716 Keystring-encode ResumeTokens to allow bytewise comparisonsMatthew Russotto2017-10-051-19/+64
* SERVER-30579 Change resumeTokens to include collection UUID instead of namespaceMatthew Russotto2017-08-231-1/+6
* SERVER-30506 Rename $changeNotification to $changeStreamCharlie Swanson2017-08-041-1/+1
* SERVER-29131 Support resumeAfter option to control where to start returning n...Matthew Russotto2017-08-031-0/+75