summaryrefslogtreecommitdiffstats
path: root/database/rrddim.c
AgeCommit message (Expand)Author
2021-06-01Store uuid_t metric_uuid in the dimension state structure instead of uuid_t *...Stelios Fragkakis
2021-04-14Spelling database (#10914)Josh Soref
2021-03-17Rename abs to ABS to avoid clash with standard definitions. Fixes #10353. (#1...Tomáš Kopal
2021-03-15Enable metadata persistence in all memory modes (#10742)Stelios Fragkakis
2021-03-10Rename struct avl to avl_element and the typedef to avl_t (#10735)vkalintiris
2020-12-14Fix issue with chart metadata sent multiple times over ACLK (#10381)Stelios Fragkakis
2020-11-28Fix race condition in rrdset_first_entry_t() and rrdset_last_entry_t() (#10276)Markos Fountoulakis
2020-11-24Migrate metadata log to SQLite (#10139)Stelios Fragkakis
2020-09-11Fix memory mode none not dropping stale dimension data in general when stream...Markos Fountoulakis
2020-09-11Fix memory mode none not marking dimensions as obsolete. (#9912)Markos Fountoulakis
2020-08-20Added code to release memory used by the global GUID map (#9729)Stelios Fragkakis
2020-08-11Fixed issue with missing alarms (#9712)Stelios Fragkakis
2020-07-28Implemented multihost database (#9556)Stelios Fragkakis
2020-07-11Remove health from archived metrics (#9520)Markos Fountoulakis
2020-06-29Disallow dimensions or charts being obsoleted and archived simultaneously. (#...Markos Fountoulakis
2020-06-15Fixed compiler warnings (#9337)Stelios Fragkakis
2020-06-12Fixed invalid pointer access `rrddim_free_custom` (#9326)Stelios Fragkakis
2020-06-12Add support for persistent metadata (#9324)Stelios Fragkakis
2020-03-31Switching over to soft feature flag (#8545)Andrew Moss
2020-02-24Merging the feature branch for the ACLK in the previous sprint. (#8179)Andrew Moss
2020-02-06ACLK agent 1 (#7894)Stelios Fragkakis
2019-10-14template_foreach_fix: Fix underscore dash (#7069)thiagoftsm
2019-10-11Fix dbengine not working when mmap fails (#7065)Markos Fountoulakis
2019-10-01Fix coverity erro (CID 349552) double lock (#6970)thiagoftsm
2019-09-27Create a template for all dimensions (#6560)thiagoftsm
2019-08-28Variable Granularity support for data collection (#6430)Markos Fountoulakis
2019-07-23Make use of GCC's __attribute__((unused)) (#6392)Andrew Clayton
2019-06-07Prometheus remote write backend (#6062)Vladimir Kobal
2019-05-15Database engine (#5282)Markos Fountoulakis
2019-02-11Add message queue statistics (#5115)Vladimir Kobal
2018-11-04incremental overflows should not show zeros values (#4538)Costa Tsaousis
2018-10-15modularized all source code (#4391)Costa Tsaousis