Skip to content

Releases: Azmodey/pg_dba_scripts

Version 1.10.0

19 Mar 14:27
Compare
Choose a tag to compare

Correction of an error with the locale, when processing data with iostat. Reported by @Guzya

Version 1.9.0

02 Mar 17:04
Compare
Choose a tag to compare

Added support for Ubuntu 20.04.

Version 1.8.0

24 Feb 09:27
Compare
Choose a tag to compare

Added support for Debian 10.
Simplifying the settings.txt file.

Version 1.7.0

16 Feb 09:22
Compare
Choose a tag to compare

To all scripts added support for PostgreSQL 9.6.
Minor fixes and improvements.

Version 1.6.0

09 Feb 09:10
Compare
Choose a tag to compare

To all scripts added support for PostgreSQL versions 10 and 11.
pg_database_status.sh - added display of network connection.

Version 1.5.0

28 Jan 10:22
Compare
Choose a tag to compare

pg_database_information.sh - a script that provides a single tape with the current status of a group of PostgreSQL servers, allowing you to quickly find out what the servers are doing and see the exact data for logical replication and external tables.

  • Displays server time and lag time, hostname and IP address, PostgreSQL version and status (Master / Replica), data checksums.
  • Statistics are also displayed on databases, waits and locks, archive and replication statuses.
  • For logical replication, information about publications and subscriptions in the target databases is displayed.
  • Displays information about external servers, associated with them by users and tables.
  • Blocked sessions and a tree with their locks are displayed, as well as a list of long-running requests.
  • When activities occur in PostgreSQL, the progress of operations is displayed: vacuum, vacuum full or cluster, index creation, analyze, pg_basebackup.

pg_database_hugepages.sh - added display of Transparent Huge Pages (THP).

Version 1.2.0

17 Jan 16:42
Compare
Choose a tag to compare

Minor fixes.

Version 1.1.0

12 Jan 09:21
Compare
Choose a tag to compare

pg_database_activity.sh - added displaying the status of streaming and logical replication for replica servers.

Version 1.0.0

07 Jan 10:39
Compare
Choose a tag to compare

Initial release.