82 Commits (master)

Author SHA1 Message Date
melkij 7d123d8ad5 sql/global_reports/query_stat_total variant for postgresql 18 2 months ago
Marat Bogatyrev 0824671abc change script table_bloat_approx.sql 5 months ago
melkij 868937af06 added working support for 17 version 11 months ago
Maxim Boguk a4a242edca added support for 17 version 11 months ago
melkij 7d8552b127 added global report for Postgresql 16 (symlink) 2 years ago
Maxim Boguk 7950d96cfe added global report for Postgresql 15 3 years ago
Alexey Ermakov 8a612bd826 index_candidates_to_deduplicate: don't skip indexes without MCV statistics 3 years ago
melkij 38f6eced67 check only valid indexes 3 years ago
Alexey Ermakov 33e02f698a indexing_progress.sql: add additional columns, improve readability; index_candidates_to_deduplicate: fix columns order for multicolumn indexes estimates 3 years ago
Alexey Ermakov f7d9d90dfa table_bloat_approx.sql: add table mask prompt, combine table and schema names. index_candidates_to_partial.sql: fix typo 3 years ago
Victor Yegorov b116f7e1aa Replication and progress scripts. 4 years ago
Alexey Ermakov 2465cfab78 fix index_candidates_to_deduplicate (allow index names with uppercase letters) 4 years ago
Alexey Ermakov f630d80e42 add reindex_non_btree_indexes.sql 4 years ago
Alexey Ermakov ed7f42cc5d Add index_candidates_to_deduplicate.sql query to list indexes which could benefit from "btree index deduplication" feature in pg 13+ 4 years ago
Maxim Boguk 1b6c20cd10 create version specific symlinks for query_stat_total_*.sql 4 years ago
PostgreSQL program user 8e5dbc8cf3 file name fix 4 years ago
PostgreSQL program user b312b40430 added check script for pk on all tables (required for logical replication) 4 years ago
Alexey Ermakov 6eb13513bc add vacuum_truncate_speedup script 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
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 5 years ago
Nikitin-Alexandr 38d4f0ab09
Rename sql/create_db_activity_view_old.sql to sql/old/create_db_activity_view_old.sql 5 years ago
Nikitin-Alexandr aee429eaad
Rename create_db_activity_view.sql to create_db_activity_view_old.sql 5 years ago
Nikitin-Alexandr dd12258614
Create temp.txt 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 5 years ago
Nikitin-Alexandr e135505fa3
Create temp.txt 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
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
PostgreSQL administrator 0fd6a3b61b added usage to comment 5 years ago
PostgreSQL administrator 43cfcb0654 script for am check text indexes 5 years ago
Alexey Ermakov d9e225fd6f show queries from dropped users and databases as from "unknown" instead of empty rows. 6 years ago
Alexey Ermakov 3bfdc3b820 add sql/index_candidates_to_partial.sql 6 years ago
Andrey-Salnikov 598fc8f3f8 Updated lastest actual versions of PostgreSQL 7 years ago
Andrey-Salnikov e3a3835900 Modified script for proper checking low used indecies on replica servers. 7 years ago
Andrey-Salnikov d00de50c46 Added script for checking actual version of PostgreSQL 7 years ago
Victor Yegorov 31705a3b4c Correct duplicate leader detection 7 years ago
Victor Yegorov 4dbb55ec9d Provide `wait_on_object` column in the output 7 years ago
Victor Yegorov 1f5514f0d4 Another duplicates fix for locks tree 7 years ago
Victor Yegorov f2f7e3a291 Update tree output 7 years ago
Victor Yegorov a38f24f882 Add deadlock detection 7 years ago
Victor Yegorov b0376e2726 Avoid duplicates in lockers 7 years ago
Alexey Ermakov b193b05851 show materialized views at top_tables.sql output 7 years ago
Victor Yegorov c04360d444 Add `locktree.sql` to the collection 8 years ago
Alexey Ermakov fe9ea524ab fix table_bloat/index_bloat queries: don't read unlogged tables on replicas, get info from materialized views 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 8 years ago
PostgreSQL administrator ff24f8034d added low used indexes analyze version with replica indexes included 8 years ago