summaryrefslogtreecommitdiff
path: root/src/mongo/db/change_stream_pre_images_collection_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-2/+2
* SERVER-68655 Change ReplicationCoordinator::canAcceptWritesForDatabase to tak...mathisbessamdb2023-05-121-2/+2
* SERVER-75005 Integrate pre-image collection removal with new truncate mechanismHaley Connelly2023-05-101-112/+279
* SERVER-75580 Thread-through `ScopedCollectionOrViewAcquisition` on the intern...Jordi Serra Torrens2023-04-251-16/+28
* SERVER-76125 Make ChangeStreamPreImagesCollectionManager a decoration on Serv...Haley Connelly2023-04-191-176/+161
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-2/+2
* SERVER-75439 Add pre-image remover metricsJordi Olivares Provencio2023-04-131-0/+40
* SERVER-66715 Add tenant lockMindaugas Malinauskas2023-04-121-0/+5
* Revert "SERVER-66715 Add tenant lock"Tommaso Tocci2023-04-051-5/+0
* SERVER-66715 Add tenant lockMindaugas Malinauskas2023-04-041-0/+5
* SERVER-74099 Create PreImagesTruncateMarkersHaley Connelly2023-03-201-13/+29
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-2/+2
* SERVER-70796 Remove batchedExpiredChangeStreamPreImageRemoval parameterRomans Kasperovics2022-11-091-4/+1
* SERVER-70801 Add purging for expired multi-tenant pre-imagesRomans Kasperovics2022-11-031-57/+97
* SERVER-70274 Improve performance of change stream pre-images purging job by l...Denis Grebennicov2022-10-261-217/+73
* SERVER-70658 Prepare pre-image purging job to operate in serverless and non-s...Romans Kasperovics2022-10-241-81/+83
* SERVER-66643 Create pre-image collections per tenantRomans Kasperovics2022-10-101-4/+6
* SERVER-70010 fix opCtx interruption checks in query codebaseMatt Diener2022-10-031-3/+4
* SERVER-66641 Introduce multi-tenancy for change collections.Rishab Joshi2022-09-151-13/+13
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-5/+6
* SERVER-66631 Implement command to enable and disable the change stream.Rishab Joshi2022-08-111-0/+7
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-66639 Manager class for pre-image collectioncsum1122022-07-261-0/+501