summaryrefslogtreecommitdiffstats
path: root/database/engine
AgeCommit message (Expand)Author
2022-10-13overload libc memory allocators with custom ones to trace all allocations (#1...Costa Tsaousis
2022-10-10Parser cleanup (#13782)Stelios Fragkakis
2022-10-10Array Allocator Memory Leak Fix (#13792)Costa Tsaousis
2022-10-09full memory tracking and profiling of Netdata Agent (#13789)Costa Tsaousis
2022-10-09Remove extern from function declared in headers. (#13790)vkalintiris
2022-10-05Allow netdata plugins to expose functions for querying more information about...Costa Tsaousis
2022-09-27Remove Chart/Dim based communication (#13650)Timotej S
2022-09-26Fix warnings during compilation time on ARM (32 bits) (#13681)thiagoftsm
2022-09-19RRD structures managed by dictionaries (#13646)Costa Tsaousis
2022-09-14Advance the buffer properly to scan the journal file (#13666)Stelios Fragkakis
2022-09-14Use mmap if possible during startup for journal replay (#13660)Stelios Fragkakis
2022-09-08Improve agent shutdown time (#13649)Stelios Fragkakis
2022-09-05Deduplicate all netdata strings (#13570)Costa Tsaousis
2022-07-28additional stats (#13445)Costa Tsaousis
2022-07-26Tiering statistics API endpoint (#13420)Costa Tsaousis
2022-07-26Set value to SN_EMPTY_SLOT if flags is SN_EMPTY_SLOT (#13417)Emmanuel Vasilakis
2022-07-24Rrdcontext (#13335)Costa Tsaousis
2022-07-14Update docs on metric storage (#13327)Tasos Katsoulas
2022-07-11Detect stored metric size by page type (#13334)Stelios Fragkakis
2022-07-08array allocator for dbengine page descriptors (#13312)Costa Tsaousis
2022-07-07Cid 379238 379238 (#13328)Stelios Fragkakis
2022-07-06Multi-Tier database backend for long term metrics storage (#13263)Stelios Fragkakis
2022-07-04Migrate data when machine GUID changes (#13232)Stelios Fragkakis
2022-06-28netdata doubles (#13217)Costa Tsaousis
2022-06-23Add configuration for dbengine page fetch timeout and retry count (#13194)Stelios Fragkakis
2022-06-22Query Engine multi-granularity support (and MC improvements) (#13155)Costa Tsaousis
2022-06-17Revert "Configurable storage engine for Netdata agents: step 3 (#12892)" (#13...vkalintiris
2022-06-16Configurable storage engine for Netdata agents: step 3 (#12892)Adrien Béraud
2022-06-16Remove pinned page reference (#13108)Stelios Fragkakis
2022-06-15Add an option to use malloc for page cache instead of mmap (#13142)Stelios Fragkakis
2022-05-24Faster queries (#12988)Costa Tsaousis
2022-05-20cleanup and optimize rrdeng_load_metric_next() (#12966)Costa Tsaousis
2022-05-10Initialize the metadata database when performing dbengine stress test (#12861)Stelios Fragkakis
2022-05-09Workers utilization charts (#12807)Costa Tsaousis
2022-05-07fix memory leaks and mismatches of the use of the z functions for allocations...Costa Tsaousis
2022-05-07speedup queries by providing optimization in the main loop (#12811)Costa Tsaousis
2022-05-06Set a page wait timeout to 1 second (#12836)Stelios Fragkakis
2022-05-05Reduce the number of messages logged to one that sums up the numbr of metrics...Stelios Fragkakis
2022-05-04* Add a parameter for the libuv worker threads to pre-initialize (#12814)Stelios Fragkakis
2022-05-03Configurable storage engine for Netdata agents: step 1 (#12776)Adrien Béraud
2022-04-28feat(dbengine): make dbengine page cache undumpable and dedupuble (#12765)Ilya Mashchenko
2022-04-19Fix Valgrind errors (#12619)Vladimir Kobal
2022-04-01Fix memory leaks on Netdata exit (#12511)Vladimir Kobal
2022-02-21Fix compilation warnings on macOS (#12082)Vladimir Kobal
2022-02-17Docs: Removed Google Analytics tags (#12145)Tina Luedtke
2022-01-18Do not use dbengine headers when dbengine is disabled. (#11967)vkalintiris
2021-12-20fix(docs): unresolved file references (#11903)Ilya Mashchenko
2021-10-27Anomaly Detection MVP (#11548)vkalintiris
2021-10-22Reuse the SN_EXISTS bit to track anomaly status. (#11154)vkalintiris
2021-10-22Fix warnings from -Wformat-truncation=2 (#11676)Emmanuel Vasilakis