Alexey Ermakov
6eb13513bc
add vacuum_truncate_speedup script
4 years ago
Nina Belyavskaya
52e20c165e
version 0.9
4 years ago
Nina Belyavskaya
aebc1492d1
Merge branch 'master' of https://github.com/dataegret/pg-utils
...
check the uniqueness of the launch
4 years ago
Nina Belyavskaya
b955af2c02
check the uniqueness of the launch
4 years ago
Maxim Boguk
51aedf99ee
change minimal index size from 100MB to 10MB
4 years ago
Nina Belyavskaya
02e9f1b7aa
work with non-default port
4 years ago
Alexey Ermakov
23f084539c
table_bloat/index_bloat improvements: add prompt in psql for mask, combine schema and table name in one column, add limit for index_bloat query.
4 years ago
Maxim Boguk
47b32709f3
bump version on 0.7
4 years ago
Maxim Boguk
e950e711d0
fix division by zero and bump function version on 0.7
4 years ago
Nikitin-Alexandr
32aece7f84
Create temp.txt
5 years ago
Nikitin-Alexandr
79db36c3bf
Delete temp.txt
5 years ago
Nikitin-Alexandr
151c24f8ff
Rename create_db_activity_view9.6.sql to create_db_activity_view.sql
...
rename from view9.6.sql to view.sql
5 years ago
Nikitin-Alexandr
38d4f0ab09
Rename sql/create_db_activity_view_old.sql to sql/old/create_db_activity_view_old.sql
...
mv file to "old"
5 years ago
Nikitin-Alexandr
aee429eaad
Rename create_db_activity_view.sql to create_db_activity_view_old.sql
...
rename file to *_old.sql
5 years ago
Nikitin-Alexandr
dd12258614
Create temp.txt
...
Create directory "slony"
5 years ago
Nikitin-Alexandr
ccbdbdeb40
Delete temp.txt
5 years ago
Nikitin-Alexandr
00788f8d72
Rename sql/table_disk_activity.sql to sql/old/table_disk_activity.sql
...
move old file to "old" directory
5 years ago
Nikitin-Alexandr
e135505fa3
Create temp.txt
5 years ago
Maxim Boguk
e6dc31c9b7
add check to skip exculsion constraint indexes to prevent error: concurrent index creation for exclusion constraints is not supported
5 years ago
Maxim Boguk
b0f3ed45fe
script set restructurization
5 years ago
Maxim Boguk
63e8c0af83
add database ordering during work
5 years ago
Maxim Boguk
58fd879702
fix config comment
5 years ago
Maxim Boguk
dfdc83f253
single file split into rarely changed data(tables) structure and stateless code(procedures) structure files
5 years ago
Maxim Boguk
920c603241
change default value of minimum_reliable_index_size
5 years ago
Maxim Boguk
fc3377cc64
removed debug RAISE NOTICE
5 years ago
Maxim Boguk
0ace45e395
change bloat scale factor from 1.5 to 2
5 years ago
Maxim Boguk
3c32db2d24
small fix
5 years ago
Maxim Boguk
ed9abd08b9
index_watch added
5 years ago
Maxim Boguk
9a913c005e
some fixes
5 years ago
Alexey Ermakov
2942fd3042
check_replication_lag.pl improvements: show correct lag when replica is restoring WALs from archive
5 years ago
Maxim Boguk
410dda83ab
rework of structure
5 years ago
Maxim Boguk
a5880cee51
some more fixes
5 years ago
Maxim Boguk
b33dbf6a2f
typo fix
5 years ago
Maxim Boguk
f102298ff0
simplification and cleanup
5 years ago
Alexey Ermakov
106d00ba9d
adding support for pg_stat_statements 1.8 (introduced on postgresql 13) for query_stat_total.sql report (in separate file)
5 years ago
Victor Yegorov
b555ba5419
Improve README.
...
This changes just the existing README entries, more to add.
5 years ago
Victor Yegorov
1d4d6c7dd3
Introduce offline lag checking script.
...
Script checks lag against provided source in the cases when local
database is offline (not available for queries) and/or when remote
primary database is not directly reachable over network.
On passing, improve README wording slightly.
5 years ago
Alexey Ermakov
598cd5833e
query_stat_total.sql fixes: display "unknown" for rows in pg_stat_statements with null in query column. fix "division by zero" error for pg13 when call column could be 0.
5 years ago
Ilya Kosmodemiansky
729bc99157
Update README.md
5 years ago
PostgreSQL administrator
0fd6a3b61b
added usage to comment
5 years ago
PostgreSQL administrator
43cfcb0654
script for am check text indexes
5 years ago
Alexey Lesovsky
d6eaa47672
fix getting pgbouncer version
6 years ago
Alexey Ermakov
d9e225fd6f
show queries from dropped users and databases as from "unknown" instead of empty rows.
6 years ago
Victor Yegorov
0f31b39343
Make check_replication_lag work with perl 5.10
6 years ago
Lesovsky Alexey
b68fdb5b67
Merge pull request #6 from vitabaks/master
...
server-audit.sh: add server model info and exclude pg_basebackup from query result.
6 years ago
Vitaliy Kukharik
9410f05b1c
server-audit.sh: rename entry to be Streaming connections instead of Replicas.
6 years ago
Vitaliy Kukharik
07613c99a5
server-audit.sh: remove any where application_name filters
6 years ago
Victor Yegorov
c6c4c4b55a
Merge branch 'crl_improvements'
6 years ago
Vitaliy Kukharik
869393f9ad
server-audit.sh: pgReplicaCount and pgReplicaList (exclude pg_basebackup).
...
1) In the primary_conninfo can be set to а custom of "application_name" value. In this case, application_name will not equal the value of "walreceiver".
2) Exclude "pg_basebackup" from the query result.
6 years ago
Vitaliy Kukharik
54f463922d
server-audit.sh: added server model info in hardware summary
6 years ago