summaryrefslogtreecommitdiff
path: root/src/mongo/db/change_collection_expired_documents_remover.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68655 Change ReplicationCoordinator::canAcceptWritesForDatabase to tak...mathisbessamdb2023-05-121-1/+1
* SERVER-74749 Integrate Change Collection with truncate markersJordi Olivares Provencio2023-04-281-26/+48
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-1/+5
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-5/+1
* SERVER-75580 Thread-through `ScopedCollectionOrViewAcquisition` on the intern...Jordi Serra Torrens2023-04-251-5/+12
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-1/+5
* Revert "SERVER-74749 Integrate truncate markers deletion with change collecti...Sviatlana Zuiko2023-03-311-28/+9
* SERVER-74749 Integrate truncate markers deletion with change collectionsJordi Olivares Provencio2023-03-301-9/+28
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-1/+1
* SERVER-70658 Prepare pre-image purging job to operate in serverless and non-s...Romans Kasperovics2022-10-241-14/+3
* SERVER-70108 Optimize the change collection remover job scansDenis Grebennicov2022-10-201-4/+5
* SERVER-66717 Guard change collection code with the serverless flag.Rishab Joshi2022-09-281-11/+8
* Revert "SERVER-66717 Guard change collection code with the serverless flag."Sviatlana Zuiko2022-09-261-8/+11
* SERVER-66717 Guard change collection code with the serverless flag.Rishab Joshi2022-09-261-11/+8
* SERVER-66641 Introduce multi-tenancy for change collections.Rishab Joshi2022-09-151-11/+18
* SERVER-68017 Constrain cluster-wide with-storage parameters to be tenant ID a...Gabriel Marks2022-09-131-2/+5
* SERVER-66125 Verify that FTDC collects change collection purging job statsDenis Grebennicov2022-09-131-9/+15
* SERVER-66636 Introduce server parameters to track storage and TTL stats for t...Denis Grebennicov2022-09-011-3/+40
* SERVER-66635 Introduce TTL job to delete entries from change collections.Rishab Joshi2022-08-211-0/+169