summaryrefslogtreecommitdiff
path: root/src/mongo/db/ttl_collection_cache.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69091 Handle invalid TTL expireAfterSeconds values uniformlyMatthew Saltz2022-10-171-2/+3
* SERVER-68477 include 'expireAfterSeconds' type information when registering T...Benety Goh2022-08-261-2/+44
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54007 Support TTL deletions on time-series clustered indexesLouis Williams2021-03-011-7/+14
* 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-2/+15
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-3/+3
* SERVER-42147 Make TTL mechanism maintain UUIDs rather than collection namespa...Xiangyu Yao2019-07-291-11/+11
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-24631: Add TTL collection namespace cacheKevin Albertson2016-07-191-0/+63