summaryrefslogtreecommitdiffstats
path: root/database
AgeCommit message (Expand)Author
2022-10-25Store hidden status when creating / updating dimension metadata (#13869)Stelios Fragkakis
2022-10-24Use mmap to read an extent from a datafile (#13834)Stelios Fragkakis
2022-10-23QUERY_TARGET: new query engine for Netdata Agent (#13697)Costa Tsaousis
2022-10-19Health thread per host (#13712)Emmanuel Vasilakis
2022-10-17fix tiers update frequency (#13844)Costa Tsaousis
2022-10-16Add a thread to asynchronously process metadata updates (#13783)Stelios Fragkakis
2022-10-14Add variants of functions allowing callers to specify the time to use. (#13791)vkalintiris
2022-10-14Fix crash on child reconnect and lost metrics (#13821)Stelios Fragkakis
2022-10-13Count currently streaming senders on the localhost (#13755)Emmanuel Vasilakis
2022-10-13dbengine free from RRDSET and RRDDIM (#13772)Costa Tsaousis
2022-10-13overload libc memory allocators with custom ones to trace all allocations (#1...Costa Tsaousis
2022-10-11fix post-processing of contexts (#13807)Costa Tsaousis
2022-10-11minor - add host labels for ephemerality and nodes with unstable connections ...Timotej S
2022-10-10Use string_freez instead of freez in rrdhost_init_timezone (#13798)Emmanuel Vasilakis
2022-10-10Parser cleanup (#13782)Stelios Fragkakis
2022-10-10Array Allocator Memory Leak Fix (#13792)Costa Tsaousis
2022-10-10Initialize st->rrdvars from rrdset insert callback (#13786)Emmanuel Vasilakis
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-10-03Fix streaming crash when child reconnects and is archived on the parent (#13754)Stelios Fragkakis
2022-09-28Dont send NodeInfo during first database cleanup (#13740)Emmanuel Vasilakis
2022-09-28Change cast to remove coverity warnings (#13735)thiagoftsm
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-26Do not try to start an archived host in dbengine if dbengine is not compiled ...Stelios Fragkakis
2022-09-24Faster streaming by 25% on the child (#13708)Costa Tsaousis
2022-09-21Store nulls instead of empty strings in health tables (#13683)Emmanuel Vasilakis
2022-09-19RRD structures managed by dictionaries (#13646)Costa Tsaousis
2022-09-18remove _instance_family label (#13674)Ilya Mashchenko
2022-09-16fix typo not deleting collected flag; force removing collected flag on child ...Costa Tsaousis
2022-09-14Advance the buffer properly to scan the journal file (#13666)Stelios Fragkakis
2022-09-14Add sqlite page cache hit and miss statistics (#13665)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-07Fix a memory leak on archived host creation (#13641)Stelios Fragkakis
2022-09-07fix rrdcontexts left in the post-processing queue from the garbage collector ...Costa Tsaousis
2022-09-07Obsolete RRDSET state (#13635)Costa Tsaousis
2022-09-06remove forgotten avl structure from rrdcalc (#13632)Costa Tsaousis
2022-09-06Faster rrdcontext (#13629)Costa Tsaousis
2022-09-05Deduplicate all netdata strings (#13570)Costa Tsaousis
2022-09-05Clean chart hash map (#13611)Stelios Fragkakis
2022-09-01Use prepared statements for context related queries (#13602)Stelios Fragkakis
2022-09-01Don't try to load db rows when chart_id or dim_id is null (#13608)Emmanuel Vasilakis
2022-08-31sqlite3 global statistics (#13594)Costa Tsaousis
2022-08-27prevent crash on rrdcontext apis when rrdcontexts is not initialized (#13578)Costa Tsaousis
2022-08-25chore: removing logging that a chart collection in the same interpolation poi...Ilya Mashchenko
2022-08-24Remove aclk_api.[ch] (#13540)Timotej S
2022-08-23Prefer context attributes from non archived charts (#13559)Emmanuel Vasilakis
2022-08-22Fix coverity 380387 (#13551)Emmanuel Vasilakis