summaryrefslogtreecommitdiffstats
path: root/python.d/postgres.chart.py
AgeCommit message (Expand)Author
2018-10-15modularized all source code (#4391)Costa Tsaousis
2018-10-11Python.d/postgres.chart.py PEP 8 code cleanup (#4298)Austin S. Hemmelgarn
2018-09-30fix spdx (#4327)Paweł Krupa
2018-05-31Add SPDX-License-Identifier headers to most files.Austin S. Hemmelgarn
2018-04-10postgres module: TypeError fix in query_stats_lgz
2018-03-25Postgres : Add replication slot and wal writes charts.anayrat
2018-03-09Postgres : Handle when server is in recoveryanayrat
2018-02-16Add postgresql chartsanayrat
2017-11-03some codacy fixeslgz
2017-11-03mysql and postgres modules default priority changed to 60 000lgz
2017-10-28Merge pull request #2872 from l2isbad/new_python_d_pluginCosta Tsaousis
2017-10-24postgres.chart: Don't fail on 2.6.6.Facetoe
2017-10-24postgres.chart.py: Support new WAL directory name.Facetoe
2017-10-20"postgres" module updatelgz
2017-08-09Ensure configured user has the necessary permissions.Facetoe
2017-07-30postgres.chart.py: Fix superuser bug.Facetoe
2017-04-23Honor database_poll option.Facetoe
2017-04-23Only include ARCHIVE if superuser.Facetoe
2017-03-23postgres_plugin: option to exclude databases from poll addedIlya
2017-03-03postgres_plugin: remove sensitive information from errorIlya
2017-03-02postgres_plugin: database size chart added, index and table stats disabled by...Ilya
2017-02-02postgres plugin: better error handling on plugin startIlya
2017-02-02postgres plugin: connect/reconnect to unix socket fixedIlya
2017-01-26postgres plugin: reconnect to postgres after restart/stop etcIlya
2016-12-14postgres.chart.py Add python2.6 support + Fix sql queryMoumoul
2016-11-30Print useful error message when postgres plugin job fails.Facetoe
2016-10-30Ignore expected exceptions.Facetoe
2016-10-30postgres plugin improvementsCosta Tsaousis (ktsaou)
2016-10-26Remove commented code, fix minor bug.Facetoe
2016-10-25Enable WAL chart when connected as superuser.Facetoe
2016-10-25Support optionally disabling the table and index charts.Facetoe
2016-10-23Remove operations charts as pg_statio_all_tables only returns info onFacetoe
2016-10-23Add connections per database.Facetoe
2016-10-23Reuse existing connection.Facetoe
2016-10-23Remove commented code.Facetoe
2016-10-23Show locks per database.Facetoe
2016-10-23Reduce necessary queries.Facetoe
2016-10-23Add Facetoe and Dangtranhoang as authors.Facetoe
2016-10-23Support dynamically discovering and charting databases.Facetoe
2016-10-20Add reworked module from @dangtranhoang.Facetoe
2016-10-15Try to connect to the postgres database by default.Facetoe
2016-10-05Remove block time chart.Facetoe
2016-10-04Use only one query.Facetoe
2016-10-04Use summary views where available.Facetoe
2016-10-03Add Buffer CacheFacetoe
2016-10-03Add bgwriter infoFacetoe
2016-10-02Add postgres plugin.Facetoe