summaryrefslogtreecommitdiffstats
path: root/database
AgeCommit message (Expand)Author
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
2022-08-18Schedule next rotation based on absolute time (#13531)Emmanuel Vasilakis
2022-08-16Support chart labels in alerts (#13290)Emmanuel Vasilakis
2022-08-12Print rrdcontexts versions with PRIu64 (#13511)Emmanuel Vasilakis
2022-08-09rrdcontexts allow not linked dimensions and charts (#13501)Costa Tsaousis
2022-08-06Add chart_context to alert snapshots (#13492)Emmanuel Vasilakis
2022-08-05docs: fix unresolved file references (#13488)Ilya Mashchenko
2022-08-04Send chart context with alert events to the cloud (#13409)Emmanuel Vasilakis
2022-08-03Enable rrdcontexts by default (#13471)Stelios Fragkakis
2022-08-02Fix tests so that the actual metadata database is not accessed (#13439)Stelios Fragkakis
2022-08-02Handle cases where entries where stored as text (with strftime("%s")) (#13472)Stelios Fragkakis
2022-08-02Remove the single threaded arrayallocator optiomization during agent startup ...Stelios Fragkakis
2022-08-02Load host labels for archived hosts (#13464)Stelios Fragkakis
2022-08-01/api/v1/weights endpoint (#13449)Costa Tsaousis
2022-08-01rrdcontext support for hidden charts (#13466)Costa Tsaousis
2022-07-28Store host label information in the metadata database (#13441)Stelios Fragkakis
2022-07-28additional stats (#13445)Costa Tsaousis
2022-07-28Delete aclk_alert table on start streaming from seq 1 batch 1 (#13438)Emmanuel Vasilakis
2022-07-27Fix agent crash when archived host has not been registered to the cloud (#13437)Stelios Fragkakis
2022-07-26Tiering statistics API endpoint (#13420)Costa Tsaousis