Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-69091 Handle invalid TTL expireAfterSeconds values uniformly | Matthew Saltz | 2022-10-17 | 1 | -2/+3 |
| | |||||
* | SERVER-68477 include 'expireAfterSeconds' type information when registering ↵ | Benety Goh | 2022-08-26 | 1 | -2/+44 |
| | | | | TTL indexes with the TTLCollectionCache | ||||
* | SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes | Billy Donahue | 2022-05-06 | 1 | -1/+3 |
| | |||||
* | SERVER-54007 Support TTL deletions on time-series clustered indexes | Louis Williams | 2021-03-01 | 1 | -7/+14 |
| | |||||
* | SERVER-47735 change mongo source over to logv2 | Billy Donahue | 2020-04-26 | 1 | -1/+1 |
| | | | | | | - Remove several legacy logger/ files - Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version. - Globally replace logger::{LogSeverity,LogComponent} => logv2:: | ||||
* | SERVER-46640 The TTLMonitor should not remove the cached index information ↵ | Gregory Wlodarek | 2020-03-13 | 1 | -2/+15 |
| | | | | from the TTLCollectionCache when a collection is not yet visible | ||||
* | SERVER-42165 Replace uses of stdx::mutex with mongo::Mutex | Ben Caimano | 2019-09-17 | 1 | -3/+3 |
| | |||||
* | SERVER-42147 Make TTL mechanism maintain UUIDs rather than collection ↵ | Xiangyu Yao | 2019-07-29 | 1 | -11/+11 |
| | | | | namespace strings | ||||
* | SERVER-39560 - remove leading blank line on all C++ files | Billy Donahue | 2019-02-13 | 1 | -1/+0 |
| | | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines. | ||||
* | SERVER-37651 Update header files with new license | Ramon Fernandez | 2018-10-22 | 1 | -21/+23 |
| | |||||
* | SERVER-24631: Add TTL collection namespace cache | Kevin Albertson | 2016-07-19 | 1 | -0/+63 |