summaryrefslogtreecommitdiff
path: root/src/mongo/db/ttl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56934 Make expireAfterSeconds a top-level collection optionGregory Noma2021-05-241-1/+1
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-9/+4
* SERVER-55105 Support configurable time-series bucket 'granularity'Louis Williams2021-05-131-1/+1
* SERVER-56676 TTLMonitor handles NaN/out of range values when extracting expir...Benety Goh2021-05-061-1/+1
* SERVER-16049 Replicate capped collection deletesGregory Wlodarek2021-04-231-0/+3
* SERVER-55193 Support back-to-back tenant migrationsJason Chan2021-04-121-1/+3
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-091-1/+3
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-1/+1
* SERVER-55591 Store time-series metadata in the durable catalog entry for buck...Louis Williams2021-03-311-11/+2
* SERVER-51334: Only allow the temporary resharding collection on FCV 4.7+Daniel Gottlieb2021-03-241-1/+1
* SERVER-55104 Report time-series bucket granularityLouis Williams2021-03-181-10/+24
* SERVER-53768: Block TTL deletions on tenant being migrated on recipient until...Andrew Shuvalov2021-03-151-1/+18
* SERVER-54792 Add concurrency tests for bulk inserts on time-series collection...Louis Williams2021-03-081-5/+33
* SERVER-54007 Support TTL deletions on time-series clustered indexesLouis Williams2021-03-011-133/+188
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-3/+3
* SERVER-52859 Only start collecting TTL metrics when we know the node is primaryLouis Williams2020-11-161-3/+3
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-3/+3
* SERVER-52724 Increment TTL passes server status metric after the TTL work has...Gregory Wlodarek2020-11-101-1/+2
* SERVER-50864 Collect resource consumption metrics for TTL indexesLouis Williams2020-11-041-0/+4
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-1/+1
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-6/+3
* SERVER-48477 move CRUD interface into PlanExecutorDavid Storch2020-08-311-5/+3
* SERVER-50344 Rename Client methods to clarify that they are about being kille...Spencer T Brody2020-08-251-1/+1
* SERVER-49914 Disable the TTL monitor for <database>.system.resharding.* names...Haley Connelly2020-08-121-0/+6
* SERVER-48658 Stop logging QueryPlanKilled error in TTL monitorSamy Lanka2020-07-071-0/+4
* SERVER-49151 Fix malformed LOGV2 and assertion IDsAmirsaman Memaripour2020-07-011-2/+2
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-1/+1
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-5/+5
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-3/+4
* SERVER-48148 Cleanup of execution logs in db/Henrik Edin2020-05-151-20/+26
* SERVER-36841 Fix race between TTL thread and shutdownJamie Heppenstall2020-04-281-19/+76
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46640 The TTLMonitor should not remove the cached index information fr...Gregory Wlodarek2020-03-131-7/+12
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-22/+52
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-1/+1
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-4/+6
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-2/+2
* SERVER-41696 Avoid depending on the 'ns' field from index specs for the TTL m...Gregory Wlodarek2019-07-291-7/+8
* SERVER-42147 Make TTL mechanism maintain UUIDs rather than collection namespa...Xiangyu Yao2019-07-291-15/+30
* SERVER-42386 Retrieving durableCatalog should be guarded by a global lock in ...Xiangyu Yao2019-07-241-3/+3
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-1/+0
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-3/+4
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40641 Ensure TTL delete in prepare conflict retry loop does not block ...Gregory Wlodarek2019-05-171-5/+26
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-1/+0
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39058 Synchronize user set modification in AuthorizationSession with C...Shreyas Kalyan2019-02-261-1/+1
* SERVER-39734 fixit src/mongo/db/ttlBilly Donahue2019-02-251-8/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0