summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_check_resume_token_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76755 Fix self-assignment errors with truncate markersJordi Olivares Provencio2023-05-091-1/+3
* SERVER-71828 Add $changeStreamSplitLargeEvent stageRomans Kasperovics2023-03-011-1/+6
* SERVER-58276 Add collscan plan if collection is clustered and collscan uses c...Ivan Fefer2022-11-021-4/+0
* SERVER-65257 Expose only the all arguments constructor for 'ResumeTokenData' ...Catalin Sumanaru2022-06-281-10/+14
* SERVER-65210 Basic code to read change streams using the change collection.Rishab Joshi2022-06-091-2/+2
* SERVER-64970 Start generating new v2 resume token format for all events by de...Arun Banala2022-04-281-0/+2
* SERVER-65282 Add $_generateV2ResumeTokens parameter to aggregate commandBernard Gorman2022-04-111-1/+3
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-071-1/+1
* Revert "SERVER-64832: Convert WT unittests to use replica set logging settings."auto-revert-processor2022-04-071-1/+1
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-061-1/+1
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-011-2/+1
* SERVER-62801 Add change stream event for create operationArun Banala2022-02-221-6/+6
* SERVER-61939 Tighter bounds for clustered collection scansDaniel Gómez Ferro2022-02-071-2/+2
* SERVER-61892 Read document key from oplog instead of cacheRui Liu2022-01-211-26/+0
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-181-1/+2
* Revert "SERVER-62239 Put tenantId on opCtx if passed as $tenant"Kaloian Manassiev2022-01-161-2/+1
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-141-1/+2
* SERVER-60741 Change eligible find operations to not reposition cursors across...Ian Boros2021-11-181-0/+1
* SERVER-60492 Support clustered capped collections with TTL expirationJosef Ahmad2021-11-081-1/+1
* SERVER-56669 Refactor change streams stage building logicArun Banala2021-05-311-10/+13
* SERVER-55424: Rename change streams DocumentSources to include 'DocumentSourc...Rishab Joshi2021-05-201-23/+29
* SERVER-54676 Serialization and deserialization for shard-side change streams ...Arun Banala2021-05-121-0/+1
* SERVER-54008 Generalize CollectionScan to perform queries over RecordIdLouis Williams2021-02-241-4/+8
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-2/+3
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-4/+1
* SERVER-48523 Unconditionally check the first entry in the oplog when attempti...Bernard Gorman2020-08-271-262/+442
* SERVER-41060 Change query unit tests to not create multiple service contextsRuoxin Xu2020-03-051-2/+3
* SERVER-46407 Adjust MongoProcessInterface APIs to avoid taking ExpressionCont...Nick Zolnierz2020-03-031-5/+3
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-1/+1
* SERVER-45465 Add support for storing $unionWith in a view (unsharded)Charlie Swanson2020-02-131-17/+0
* SERVER-45505 Add ResumableChangeStreamError error labelBernard Gorman2020-02-071-2/+2
* SERVER-45838 Rename/restructure mongo_process_interface classes and filesCharlie Swanson2020-02-051-1/+1
* SERVER-45526 Enable sharded unionWithTed Tuckman2020-02-031-2/+4
* SERVER-44733 Change stream should throw ChangeStreamFatalError if a single sh...Bernard Gorman2019-12-061-9/+18
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-41196 Integrate 'invalidate' tokens into change stream's standard resu...Bernard Gorman2019-06-291-8/+138
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+0
* SERVER-41182 Change streams support for transactions larger than 16MBJustin Seyster2019-05-291-7/+7
* SERVER-40539 Add DocumentSourceQueueCharlie Swanson2019-05-211-2/+2
* SERVER-41053 Don't create ServiceContexts while doing updatesIan Boros2019-05-091-2/+2
* SERVER-39302 Remove all high-water-mark code necessary to support default col...Bernard Gorman2019-03-111-2/+1
* SERVER-38413 DSShardCheckResumability should swallow events that precede the ...Bernard Gorman2019-02-201-7/+73
* 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-2/+2
* SERVER-32308 Address ASAN failure due to leaked Pipeline in attachCursorSourc...James Wahlin2018-12-141-2/+4
* SERVER-32308 Support for $lookup to execute on mongos against a sharded forei...James Wahlin2018-12-121-11/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-35119 Remove 3.6 featureCompatibilityVersion checksCharlie Swanson2018-06-151-1/+1
* SERVER-34314 Ensure change stream can resume between entries in applyOps entryIan Boros2018-04-161-8/+66
* SERVER-34313 Use hex-encoded string for resume tokenCharlie Swanson2018-04-131-1/+3