index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
db
/
ttl_collection_cache.cpp
Age
Commit message (
Expand
)
Author
2024-06-21
SERVER-91501 Allow absence when trying to deregister TTL index from TTLCollec...
Haley Connelly
2024-06-21
Revert "SERVER-80442 Allow absence when trying to deregister TTL index from T...
Haley Connelly
2024-06-21
SERVER-80442 Allow absence when trying to deregister TTL index from TTLCollec...
Haley Connelly
2024-01-11
SERVER-77828 Ensure expireAfterSeconds is stored as integer type on-disk (#17...
mongodt
2023-09-12
Revert "SERVER-77828 Ensure expireAfterSeconds is stored as integer type on-d...
Dan Larkin-York
2023-08-25
SERVER-77828 Ensure expireAfterSeconds is stored as integer type on-disk
Dan Larkin-York
2023-06-27
SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8
Daniel Moody
2023-06-08
SERVER-76839 Remove committed flag in Collection
Henrik Edin
2023-06-07
Revert "SERVER-76839 Remove committed flag in Collection"
Sviatlana Zuiko
2023-06-06
SERVER-76839 Remove committed flag in Collection
Henrik Edin
2022-10-17
SERVER-69091 Handle invalid TTL expireAfterSeconds values uniformly
Matthew Saltz
2022-08-26
SERVER-68477 include 'expireAfterSeconds' type information when registering T...
Benety Goh
2022-05-06
SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes
Billy Donahue
2021-03-01
SERVER-54007 Support TTL deletions on time-series clustered indexes
Louis Williams
2020-04-26
SERVER-47735 change mongo source over to logv2
Billy Donahue
2020-03-13
SERVER-46640 The TTLMonitor should not remove the cached index information fr...
Gregory Wlodarek
2019-09-17
SERVER-42165 Replace uses of stdx::mutex with mongo::Mutex
Ben Caimano
2019-07-29
SERVER-42147 Make TTL mechanism maintain UUIDs rather than collection namespa...
Xiangyu Yao
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2016-07-19
SERVER-24631: Add TTL collection namespace cache
Kevin Albertson