Skip to content

Releases: credativ/pg_checksums

pg_checksums 1.2

20 Sep 18:22
Compare
Choose a tag to compare
  • Add support for PostgreSQL v16 and v17
  • Drop support for PostgreSQL v10 and below
  • Sync with upstream pg_checksums

pg_checksums 1.1

17 Jan 19:20
Compare
Choose a tag to compare
  • Binary program renamed to pg_checksums_ext
  • Check PostgreSQL data directory major version incompatibility
  • Sync with upstream pg_checksums

pg_checksums 1.0

22 Oct 19:09
Compare
Choose a tag to compare

Version 1.0 of pg_checksums verifies, activates or deactivates data checksums
in PostgreSQL instances. It is based on the pg_checksums utility in PostgreSQL
12, with the following additions:

  • Online verification of checksums

  • Compatibility with all supported PostgreSQL versions

  • Activation of progress reporting during operation

  • I/O rate limiting

pg_checksums 0.13

26 Sep 20:58
Compare
Choose a tag to compare
  • Add Perl TAP modules required for testing
  • Fix compile error on Debian 8
  • Handle write returns correctly
  • Add Gitlab-CI integration

pg_checksums 0.12

10 Aug 16:04
Compare
Choose a tag to compare
  • Add -N/--no-sync option from upstream
  • Port pg_log_* infrastructure from upstream
  • Sync with upstream pg_checksums
  • Added manpage and updated documentation

pg_checksums 0.11

03 Aug 18:46
Compare
Choose a tag to compare
  • Add support for PostgreSQL v12
  • Refactor portability code
  • Sync with upstream pg_checksums, including renaming the -r option to -f

pg_checksums 0.10

09 May 13:58
Compare
Choose a tag to compare
  • Fix checksum failure detection for all-zero or random page headers
  • Fine-tune I/O throttling and switch from kB to MB as units
  • Code updates and improvements via upstream PostgreSQL commitfest reviews

pg_checksums 0.9

11 Mar 15:10
Compare
Choose a tag to compare
  • Support for I/O throttling via --max-rate option
  • No longer require external initdb program for data directory syncing
  • Fix incorrect offline verification logic, contributed by Sergey Kornilov
  • Options -a and -b renamed to -e/--enable and -d/--disable (old switches still work for backward compatibility)
  • Code updates and improvements via upstream PostgreSQL commitfest reviews

pg_checksums 0.8

29 Nov 15:48
Compare
Choose a tag to compare
  • Fix scanning of tablespaces.

pg_checksums 0.7

26 Nov 11:42
Compare
Choose a tag to compare
  • Sync with proposed online verification patch for upstream pg_verify_checksums.
  • Fix TAP testsuite.