summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/change_stream_proxy.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48478 Replace PipelineProxyStage with PlanExecutorPipelineDavid Storch2020-07-241-116/+0
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-2/+2
* SERVER-46103 Retain NonResumableChangeStreamError label for 4.4Bernard Gorman2020-02-211-1/+1
* SERVER-45505 Add ResumableChangeStreamError error labelBernard Gorman2020-02-071-1/+1
* SERVER-42649 Use Value instead of BSONObj in the in-memory sort keyJustin Seyster2019-09-261-3/+4
* SERVER-42181 Make WorkingSetMember hold Document instead of BSONObjMartin Neupauer2019-08-291-6/+5
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
* SERVER-42288 Consolidate Document and WorkingSetMember metadata implementations.David Storch2019-07-261-2/+2
* SERVER-38539 Remove $_internalLatestOplogTimestamp and mergeByPBRT from chang...Bernard Gorman2019-06-251-3/+1
* SERVER-39302 Remove all high-water-mark code necessary to support default col...Bernard Gorman2019-03-111-2/+1
* SERVER-39356 Refactor speculative majority read data structures and methods t...William Schultz2019-03-061-10/+4
* SERVER-37786 Add new ChangeStreamFatalError codeBernard Gorman2019-02-221-1/+1
* SERVER-37786 Reject change stream pipelines which modify or project-out the r...Bernard Gorman2019-02-031-1/+24
* SERVER-38412 Allow resuming from a high-water-mark pseudo resume tokenBernard Gorman2019-01-241-1/+2
* SERVER-38754 Make speculative majority change stream reads wait on optimized ...William Schultz2019-01-231-0/+17
* SERVER-38413 Always set an initial postBatchResumeToken on mongoDBernard Gorman2019-01-091-4/+7
* SERVER-38410 Allow ARM to consume postBatchResumeTokenBernard Gorman2019-01-091-4/+2
* SERVER-38408 Return postBatchResumeToken with each mongoD change stream batchBernard Gorman2018-12-221-0/+84