summaryrefslogtreecommitdiffstats
path: root/database
AgeCommit message (Expand)Author
2021-03-23Fix memory leak when archived data is requested (#10837)Stelios Fragkakis
2021-03-22Add data query support for archived charts (#10771)Stelios Fragkakis
2021-03-18Don't show alarms for charts without data (#10804)Vladimir Kobal
2021-03-17Rename abs to ABS to avoid clash with standard definitions. Fixes #10353. (#1...Tomáš Kopal
2021-03-16Adds ACLK-NG as fallback(#10315)Timotej S
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
2021-03-09Activate multidb context always when dbengine is compiled (#10732)Stelios Fragkakis
2021-03-09Use a parameter name that is not a reserved keyword in C++ (#10738)vkalintiris
2021-03-09Use of out-of-line struct definitions. (#10739)vkalintiris
2021-03-09Update chart's metadata in database when it already exists during creation (#...Stelios Fragkakis
2021-03-09Add the ability to store chart labels in the database (#10718)Stelios Fragkakis
2021-03-08Fix a parameter binding issue when storing chart names in the database (#10717)Stelios Fragkakis
2021-03-02Add support for changing the number of pages per extent dynamically during ru...Markos Fountoulakis
2021-02-24Try to keep all pages from extents read from disk in the cache. (#10558)Markos Fountoulakis
2021-02-11Add ACLK proxy setting as host label (#10619)Timotej S
2021-01-19Remove unused entries from structures (#10519)Stelios Fragkakis
2021-01-19Move ACLK Legacy into a subfolder (#10265)Timotej S
2021-01-18add `_is_k8s_node` label to the host labels (#10501)Ilya Mashchenko
2021-01-15Fix broken dbengine stress tests. (#10502)Markos Fountoulakis
2021-01-14Support multiple chart label keys in data queries (#10483)Stelios Fragkakis
2021-01-13Fix heap-use-after-free due to the chart using netdata_config memory for some...Markos Fountoulakis
2021-01-11ACLK fix error for older compilers (#10470)Timotej S
2021-01-07Docs housekeeping for SEO and syntax, part 1 (#10388)Joel Hans
2020-12-14Fix issue with chart metadata sent multiple times over ACLK (#10381)Stelios Fragkakis
2020-12-14Kubernetes labels (#10107)Ilya Mashchenko
2020-12-04Fix a compilation warning (#10320)Vladimir Kobal
2020-12-03dbengine extent cache (#10293)Markos Fountoulakis
2020-11-28Fix race condition in rrdset_first_entry_t() and rrdset_last_entry_t() (#10276)Markos Fountoulakis
2020-11-26ACLK Child Availability Messages (#9918)Timotej S
2020-11-25Address coverity errors (CID 364045,364046) (#10282)Stelios Fragkakis
2020-11-24Migrate metadata log to SQLite (#10139)Stelios Fragkakis
2020-11-15database: fix endless loop when cleaning obsolete charts (#10236)hexchain
2020-11-12Disable chart obsoletion code for archived chart creation. (#10231)Markos Fountoulakis
2020-11-07Make libnetdata headers compilable by C++. (#10185)Tomáš Kopal
2020-10-21Fixed compile error in CENTOS 6 (#10110)Stelios Fragkakis
2020-10-20New alarm entities (#10041)thiagoftsm
2020-09-29Add docsv2 project to master branch (#10000)Joel Hans
2020-09-25Fix cleanup of obsolete charts (#9985)Markos Fountoulakis
2020-09-24Improved the data query when using the context parameter (#9978)Stelios Fragkakis
2020-09-15Added context parameter to the data endpoint (#9931)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-09-04Fix race condition with orphan hosts (#9862)Markos Fountoulakis
2020-09-01Fix multi-host DB corruption when legacy metrics reside in localhost. (#9855)Markos Fountoulakis
2020-08-28fixes compilation warnings (#9845)Timotej S
2020-08-27Fix empty dbengine files (#9820)Markos Fountoulakis
2020-08-26Improve dbengine docs and add new multihost setting (#9817)Joel Hans
2020-08-26Adds claimed_id streaming (#9804)Timotej S
2020-08-20Added code to release memory used by the global GUID map (#9729)Stelios Fragkakis