summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/resume_token.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74716 Require splitEvent stage for splitEvent tokenRomans Kasperovics2023-03-241-1/+0
* SERVER-71825 Add splitChangeEvent function and new 'fragmentNum' ResumeToken ...Romans Kasperovics2023-02-031-2/+23
* SERVER-68378 remove all uses of optional_io.hppBilly Donahue2022-07-291-2/+2
* SERVER-65257 Expose only the all arguments constructor for 'ResumeTokenData' ...Catalin Sumanaru2022-06-281-13/+10
* SERVER-65282 Add $_generateV2ResumeTokens parameter to aggregate commandBernard Gorman2022-04-111-4/+3
* SERVER-61895 Add ability to parse and generate v2 resume tokensArun Banala2022-04-081-28/+78
* SERVER-62801 Add change stream event for create operationArun Banala2022-02-221-12/+29
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-1/+1
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-1/+1
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-1/+1
* SERVER-43909 clarify and repair util/hex.h APIBilly Donahue2020-09-151-3/+3
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+3
* SERVER-41717 Create KeyStringBuilder, KeyStringValue, and KeyStringTypeBits c...Daniel Solnik2019-07-161-1/+1
* SERVER-41182 Change streams support for transactions larger than 16MBJustin Seyster2019-05-291-13/+13
* 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-38975 Include UUID in high water marks from shards where the collectio...Bernard Gorman2019-02-021-1/+1
* SERVER-38412 Allow resuming from a high-water-mark pseudo resume tokenBernard Gorman2019-01-241-12/+40
* SERVER-38413 Always set an initial postBatchResumeToken on mongoDBernard Gorman2019-01-091-1/+0
* SERVER-38408 Return postBatchResumeToken with each mongoD change stream batchBernard Gorman2018-12-221-0/+18
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35776 Basic 4.0-4.2 up/downgrade for change streamsCharlie Swanson2018-09-041-11/+24
* SERVER-35893: Update $out to accept new syntaxNick Zolnierz2018-07-051-1/+1
* SERVER-34789: Using resume token from 'invalidate' notification for 'resumeAf...Nick Zolnierz2018-06-271-2/+11
* SERVER-35119 Remove 3.6 featureCompatibilityVersion checksCharlie Swanson2018-06-151-138/+45
* SERVER-34399: $changeStream with invalid resume token crashes the serverNick Zolnierz2018-04-261-4/+4
* SERVER-34314: Fix assertion codes.r3.7.4Daniel Gottlieb2018-04-161-2/+2
* SERVER-34314 Ensure change stream can resume between entries in applyOps entryIan Boros2018-04-161-1/+28
* SERVER-34313 Use hex-encoded string for resume tokenCharlie Swanson2018-04-131-50/+134
* SERVER-29716 Keystring-encode ResumeTokens to allow bytewise comparisonsMatthew Russotto2017-10-051-28/+105
* SERVER-30579 Change resumeTokens to include collection UUID instead of namespaceMatthew Russotto2017-08-231-5/+5
* SERVER-30512 Ensure all changeStreams field names match the specSiyuan Zhou2017-08-151-11/+10
* SERVER-30506 Rename $changeNotification to $changeStreamCharlie Swanson2017-08-041-2/+2
* SERVER-29131 Support resumeAfter option to control where to start returning n...Matthew Russotto2017-08-031-0/+79