Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vkPpr-00Eln8-0J for pgsql-announce@arkaria.postgresql.org; Mon, 26 Jan 2026 16:53:07 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vkPpq-009Uqi-0F for pgsql-announce@arkaria.postgresql.org; Mon, 26 Jan 2026 16:53:06 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vkPmz-00951O-0Y for pgsql-announce@lists.postgresql.org; Mon, 26 Jan 2026 16:50:09 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vkPmv-002QKN-1T for pgsql-announce@lists.postgresql.org; Mon, 26 Jan 2026 16:50:08 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Message-ID:Date:Reply-To:From:To:Subject: MIME-Version:Content-Type:Sender:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=6nWwOPYiXIIsgEy3fn4mebDtv2RTUNIh5QOY//15d7A=; b=nhYtU9vg7vprzsc1xO/R1x/bGl qvDIp/aAAlM4LtTfwDa/Ttf5pdf/ZGd+ALtbOnB8k1cw23C0LzGSZDt4ZMCmAgwDKBdXVE27Z4gtW 9J6ZywST79Ysv60dksHG+zyiNYOBk3AAuIW/Cfco9owX5XteV/bnRsGhqPtkkcFsS7uIY/BGReias Rxp0ZJvhELIDD5coYE4pxFumUwCg9GUMkeRyIXidkMZi+rQXdbMH6+9U9kgPUj/RxgTsJ7s42uYYI AOfPhO4w4no1TLqcUYTKdjUsdAjC84SikMOso6idFM3VjklLzJsqb6Im4PvPDQEvabYq6zUpoHRJ8 50VfQ/jg==; Received: from wrigleys.postgresql.org ([2a02:16a8:dc51::60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vkPmu-0079ce-0I for pgsql-announce@lists.postgresql.org; Mon, 26 Jan 2026 16:50:05 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vkPms-00CbqM-2p for pgsql-announce@lists.postgresql.org; Mon, 26 Jan 2026 16:50:03 +0000 Content-Type: multipart/alternative; boundary="===============5835851348397709109==" MIME-Version: 1.0 Subject: WAL-G 3.0.8 released To: PostgreSQL Announce From: WAL-G via PostgreSQL Announce Reply-To: x4mmm@yandex-team.ru Date: Mon, 26 Jan 2026 16:49:38 +0000 Message-ID: <176944617883.768.2011490350897250473@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: 5de886821846f2dfa1b4733ef12844a4d18f48fac4ed1666395b3767ca00b775 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============5835851348397709109== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable The WAL-G team is pleased to announce the release of version 3.0.8 of WAL-G. WAL-G is a tool for archival database restoration for PostgreSQL and severa= l other databases. This release includes several improvements relevant to PostgreSQL users: * Direct-IO Reader for PostgreSQL ([#2003](https://github.com/wal-g/wal-g/p= ull/2003)) - This can improve performance of database during backup operati= ons by bypassing the operating system's page cache. * Support for xid64 patch page layout ([#2040](https://github.com/wal-g/wal= -g/pull/2040)) - WAL-G now works correctly with PostgreSQL instances using = the xid64 patch for extended transaction IDs. * Fixes for WAL page size, block size, and checksums ([#1968](https://githu= b.com/wal-g/wal-g/pull/1968), [#2135](https://github.com/wal-g/wal-g/pull/2= 135)) - These improvements enhance the reliability of backup and restore op= erations. * Reduced memory usage ([#2056](https://github.com/wal-g/wal-g/pull/2056)) = - PostgreSQL and Greenplum operations now use less memory, making WAL-G mor= e efficient for large-scale deployments. * Improved error handling ([#2021](https://github.com/wal-g/wal-g/pull/2021= ), [#2061](https://github.com/wal-g/wal-g/pull/2061)) - Better handling of = corrupted WAL metadata and connection issues makes the tool more robust in = production environments. * Retries for restore point creation ([#2000](https://github.com/wal-g/wal-= g/pull/2000)) - This improves reliability during point-in-time recovery ope= rations. Additionally, this release includes new commands for continuous recovery in= Cloudberry and GreenplumDB, enhanced storage backend support (including Al= ibaba Cloud OSS with multipart upload), and various bug fixes and dependenc= y updates. WAL-G v3.0.8 is available for download on our [GitHub releases page](https:= //github.com/wal-g/wal-g/releases/tag/v3.0.8). Have a nice day! --===============5835851348397709109== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable WAL-G 3.0.8 released
 

WAL-G 3.0.8 released

The WAL-G team is pleased to announce the r= elease of version 3.0.8 of WAL-G.

WAL-G is a tool for archival database resto= ration for PostgreSQL and several other databases.

This release includes several improvements = relevant to PostgreSQL users:

  • Direct-IO Reade= r for PostgreSQL (#2003) - This can impr= ove performance of database during backup operations by bypassing the opera= ting system's page cache.
  • Support for xid= 64 patch page layout (#2040) - WAL-G now= works correctly with PostgreSQL instances using the xid64 patch for extend= ed transaction IDs.
  • Fixes for WAL p= age size, block size, and checksums (#1968, #2135) - These improvements enhance = the reliability of backup and restore operations.
  • Reduced memory = usage (#2056) - PostgreSQL and Greenplum= operations now use less memory, making WAL-G more efficient for large-scal= e deployments.
  • Improved error = handling (#2021, #2061) - Better handling of corrupted WAL metadata and connecti= on issues makes the tool more robust in production environments.
  • Retries for res= tore point creation (#2000) - This impro= ves reliability during point-in-time recovery operations.

Additionally, this release includes new com= mands for continuous recovery in Cloudberry and GreenplumDB, enhanced stora= ge backend support (including Alibaba Cloud OSS with multipart upload), and= various bug fixes and dependency updates.

WAL-G v3.0.8 is available for download on o= ur GitHub releases page.

Have a nice day!

This email was sent to you from WAL-G. It was delivered on their behalf by the PostgreSQL project. Any questions about the content of the message shou= ld be sent to WAL-G.

You were sent this email as a subscriber of the pgsql-announce mai= linglist, for the content tag Related Open Source. To unsubscribe from further emails, or change which emails you want to receive, please click th= e personal unsubscribe link that you can find in the headers of this email, or visit https://lists.postgresql.org/unsubscribe/.
 
--===============5835851348397709109==--