summaryrefslogtreecommitdiff
path: root/src/mongo/db/change_stream_pre_images_collection_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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