PostgreSQL Server
7679ee27ae
bin/server-audit.sh: fix answer's overwrite at log parse when log size is big
8 years ago
Alexey Lesovsky
054f9486c4
add bin/postgresql-audit.sh
8 years ago
Alexey Lesovsky
f7a5c0d771
add bin/server-audit.sh
8 years ago
Victor Yegorov
4e70c9559e
Update replication lag checker
...
PostgreSQL 10 renamed a bunch of system functions and also
some folders inside PGDATA. Adjust replication lag checker to
cope with new changes.
8 years ago
Alexey Ermakov
fe9ea524ab
fix table_bloat/index_bloat queries: don't read unlogged tables on replicas, get info from materialized views
...
add table_bloat_approx query which uses pgstattuple_approx function
8 years ago
Melkij
0d66dc19fd
Merge pull request #3 from Melkij/no_psqlrc_check_repl_lag
...
do not read ~/.psqlrc in check_replication_lag.pl
8 years ago
Andrey Salnikov
a167d1f231
Merge pull request #5 from dataegret/check-config
...
Added new sql script for checking PostgreSQL configuration over pg_se…
8 years ago
Andrey-Salnikov
a8db98a32c
Added description into README.md for check_config.sql
8 years ago
Andrey-Salnikov
c105ee06f5
Added new sql script for checking PostgreSQL configuration over pg_settings view.
8 years ago
Alexey Ermakov
1c2c6dab48
fix tables/indexes bloat queries: ignore temp tables, invalid indexes, support different schemas.
8 years ago
PostgreSQL administrator
8c5aa354f8
added seq scan tables analyze with replica info included
9 years ago
PostgreSQL administrator
ff24f8034d
added low used indexes analyze version with replica indexes included
9 years ago
Alexey Lesovsky
53102e4786
add bin/server-checklist.sh
9 years ago
Alexey Lesovsky
2b7ba044c2
remove pgbconsole
9 years ago
melkij
925f0cfc6e
do not read ~/.psqlrc
...
.psqlrc may write some messages to stdout like "Timing is on." and corrupt CalculateNumericalOffset function logic
9 years ago
Alexey Ermakov
e23528fc94
query_stat_total improvements:
...
1) display warnings when DB is close to xidWrapLimit by 200M transactions
2) remove '\r' symbol from queries for better display at email clients
fix incorrect numbering of queries when there is no 'other' query, fix IO percentage at total time when there is very little / no activity on database since last pg_stat_statements reset.
9 years ago
Maxim Boguk
59537bb55c
grant access to all schemas to role_ro/role_rw as well
9 years ago
PostgreSQL administrator
b469e1877a
location fix for indexprs and indpred
9 years ago
Alexey Lesovsky
21812de88e
repl_activity: fix typo
9 years ago
Alexey Lesovsky
ade1c9af5a
repl_activity: add xact/time ages of standby's oldest query
9 years ago
Alexey Lesovsky
4f8d37b04d
add repl_activity
9 years ago
Alexey Ermakov
65ec7448c0
fix db_activity view/query for 9.6
9 years ago
Alexey Ermakov
78de39520c
add db_activity view/query for 9.6
9 years ago
Alexey Ermakov
cc7c928b3f
query_stat_total improvements:
...
1) display track utilities information
2) display most returning rows queries with % of total rows
3) speed up execution in case of very long queries
4) truncate query to 8kb size in report
fix possible incorrect filtration of top I/O queries.
10 years ago
Alexey Ermakov
f39c9e35e5
fix create_slonik_set_incremental.sql
10 years ago
Alexey Ermakov
27186734fb
fix table_bloat.sql query
10 years ago
Alexey Ermakov
a1d43290e4
add few more queries
10 years ago
Alexey Ermakov
a1f59d3606
add matviews support to set_missing_grants.sql
10 years ago
PostgreSQL administrator
949a47b326
add toastidx IO to total table IO values
11 years ago
Alexey Lesovsky
1695661f60
add bin/generate_pgbouncer_userlist.sh
11 years ago
Alexey Lesovsky
940daba4b0
pgbconsole update
11 years ago
Alexey Lesovsky
f238d0659f
add pgbconsole
11 years ago
Alexey Ermakov
276e35ca8f
add version/settings info in header
11 years ago
Alexey Ermakov
341b02cee9
show aborted transactions in db_activity view
11 years ago
Alexey Ermakov
bd654e5073
query stat total report: formatting fixes
11 years ago
Alexey Ermakov
29aedc4353
query stat total report: formatting fixes
11 years ago
Alexey Ermakov
46e3e80d30
query stat total report: various fixes
11 years ago
PostgreSQL Server
5f01f812f0
added single-db version of global report
11 years ago
PostgreSQL administrator
d002d1349c
changes to regexps
11 years ago
Alexey Ermakov
895c590d72
query stat total report: fix group by query issue
11 years ago
Alexey Ermakov
1263a1e0a6
query stat total report: add most frequent queries
11 years ago
Alexey Ermakov
90065ed1ee
query stat total report: combine ((?::bigint, …, ?::bigint) expressions into (?)
11 years ago
Alexey Ermakov
7be631417a
query stat total report: combine (?, …, ?) expressions into (?)
11 years ago
Alexey Ermakov
b6827af0c1
query stat total report: handle zero io cases
11 years ago
Alexey Ermakov
93093fa5a0
query stat total report: row numbers fix
11 years ago
Alexey Ermakov
f545d505c7
add query stat total report
11 years ago
Alexey Lesovsky
bc6ec95d14
add sql/global_reports
11 years ago
alexius2
59bac8baff
Merge pull request #1 from alexius2/master
...
added first/last query times, added total_count to queries that took up ...
12 years ago
Alexey Ermakov
f0f47c9fba
added first/last query times, added total_count to queries that took up the most time report
12 years ago
Alexey Lesovsky
29d336076f
update log_analyze.pl from svn
12 years ago