summaryrefslogtreecommitdiffstats
path: root/src/database
AgeCommit message (Expand)Author
2024-04-17Fix coverity issue 425241 (#17424)Stelios Fragkakis
2024-04-16Alert transitions code cleanup (#17103)Stelios Fragkakis
2024-04-13Add option to cleanup health_log table (#17385)Stelios Fragkakis
2024-04-08Increase number of pages per extent in dbengine (#17343)Stelios Fragkakis
2024-04-05Drop generic bitmap implementation. (#17322)vkalintiris
2024-04-03Drop legacy dbengine support (#17315)Stelios Fragkakis
2024-03-29fix rrdlabels traversal (#17292)Costa Tsaousis
2024-03-29fix positive and negative matches on labels (#17290)Costa Tsaousis
2024-03-27Reset database connection handle on close (#17266)Stelios Fragkakis
2024-03-25DBENGINE: support ZSTD compression (#17244)Costa Tsaousis
2024-03-24Fix MRG Metric refcount issue (#17239)Costa Tsaousis
2024-03-23Code cleanup (#17237)Costa Tsaousis
2024-03-23DBENGINE: use gorilla by default (#17234)Costa Tsaousis
2024-03-23updated dbengine unittest (#17232)Costa Tsaousis
2024-03-23dbengine: cache bug-fix when under pressure (#17231)Costa Tsaousis
2024-03-21Reduce flush operations during journal build (#17220)Stelios Fragkakis
2024-03-19Handle agents will wrong alert_hash table definition (#17197)Stelios Fragkakis
2024-03-19Fix alert hash table definition (#17196)Stelios Fragkakis
2024-03-18DYNCFG: alerts improvements (#17165)Costa Tsaousis
2024-03-11Check alert duration on submission to the cloud (#17144)Stelios Fragkakis
2024-03-06Fix memory leak (#17114)Stelios Fragkakis
2024-03-05Improve cleanup of ephemeral hosts during agent startup (#17104)Stelios Fragkakis
2024-03-05Reorganize and cleanup database related code (#17101)Stelios Fragkakis
2024-03-05HEALTH: eliminate fields that should be labels (#17048)Costa Tsaousis
2024-02-22Keep a count of metrics and samples collected (#17042)Stelios Fragkakis
2024-02-20Improved query target cleanup (#17038)Stelios Fragkakis
2024-02-20Code cleanup (#17036)Stelios Fragkakis
2024-02-19Metric release does not need to fetch retention (#17033)Stelios Fragkakis
2024-02-19Increase RRD_ID_LENGTH_MAX to 1200 (#17028)Stelios Fragkakis
2024-02-16Protect metric release in dimension delete callback (#17020)Stelios Fragkakis
2024-02-14Misc improvements (#17001)Stelios Fragkakis
2024-02-13Adjust storage tiers if we fail to create the requested number of tiers (#16999)Stelios Fragkakis
2024-02-12Add spinlock to protect metric release (#16989)Stelios Fragkakis
2024-02-12Small cleanup (#16996)vkalintiris
2024-02-11Detect machine GUID change (#16979)Stelios Fragkakis
2024-02-08Move collectors/ under src/ (#16965)vkalintiris
2024-02-08Improve agent shutdown (#16959)Stelios Fragkakis
2024-02-06Remove tags field from RRD hosts. (#16894)vkalintiris
2024-02-06Update codeowners and cleanup .gitignore (#16946)vkalintiris
2024-02-05Release label key if already in use (#16916)Stelios Fragkakis
2024-02-02add support for the info parameter to all external plugin functions (#16915)Costa Tsaousis
2024-02-01Use spinlock for reference counting. (#16901)vkalintiris
2024-02-01Move aclk/ under src/ (#16899)vkalintiris
2024-02-01Create a top-level directory to contain source code. (#16896)vkalintiris
2018-10-15modularized all source code (#4391)Costa Tsaousis
2018-10-12support filtering of charts during streaming; fixes #4223 (#4361)Costa Tsaousis
2018-10-11modularize C source code (#4372)Costa Tsaousis