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.94.2) (envelope-from ) id 1soIcB-00A4F4-M8 for pgsql-announce@arkaria.postgresql.org; Wed, 11 Sep 2024 08:22:16 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1soIcA-00BoT4-5A for pgsql-announce@arkaria.postgresql.org; Wed, 11 Sep 2024 08:22:14 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1soIc9-00BoKB-8a for pgsql-announce@lists.postgresql.org; Wed, 11 Sep 2024 08:22:13 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1soIc1-000bqe-62 for pgsql-announce@lists.postgresql.org; Wed, 11 Sep 2024 08:22:12 +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=Nu46Du/e9mj1HnVmUi7isR/Jt+V/2FuRAtzVNpK4znM=; b=EJfeL1tm4NY7BdNqTTO3FNH2Ha vbUS1xvH2LjmD10UBWSqodPn3R9hhCSLGY5dzXPxoGZeg5dL4+uhRoJ1yhqOKqN+fETuBQ/rZEXcw 86oNenezFS17Ph/Whs5LsMAo6HPn7USnZEJqwiXK9xOz/r10Owe3xGzPmpH4GCx1/Gg1LYI5g5vJG SIl6OvpG5F/TGbE71E4OgHS+Ilwpy5mLGhWZDq1eIYD7qEZn1X2ZJjftm8mIIJc2AYE4labGA9jwz FenVvUAirA5iwu55o/N9bDf75uTum3ijVgJWYia8+ZHgwDI7fIiEFeKT5Hd/mnXCAwgPV8LpyEk1R w+atyucg==; 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.94.2) (envelope-from ) id 1soIbz-001ujM-JQ for pgsql-announce@lists.postgresql.org; Wed, 11 Sep 2024 08:22:04 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1soIby-004XAT-Ot for pgsql-announce@lists.postgresql.org; Wed, 11 Sep 2024 08:22:02 +0000 Content-Type: multipart/mixed; boundary="===============3152997789945110493==" MIME-Version: 1.0 Subject: Announcing E-Maj 4.5.0. To: PostgreSQL Announce From: Philippe Beaudoin via PostgreSQL Announce Reply-To: phb.emaj@free.fr Date: Wed, 11 Sep 2024 08:21:08 +0000 Message-ID: <172604286892.710.17248477381845858601@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: 2450e17f98cf928e6f48a469e9d9bfdb8d169ea81f5599485434e3edfac0ea2c List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============3152997789945110493== Content-Type: multipart/alternative; boundary="===============1066515850109437570==" MIME-Version: 1.0 --===============1066515850109437570== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable We are very glad to announce the **4.5.0** version of **E-Maj**. E-Maj is a PostgreSQL extension which enables fine-grained write logging an= d time travel on subsets of the database. This version brings the PostgreSQL 17 version compatibility. The emaj exten= sion installation and uninstallation have been enhanced (Many thanks to Dav= id Wheeler for his valuable help on this topic). Aside a few bug fixes, it = is now possible to monitor the changes recording activity with a new CLI co= mmand, emajStat.pl, and a new "Activity" page in the Emaj_web client. E-Maj 4.5.0 is compatible with Postgres 11 to 17 versions. The full [documentation](http://emaj.readthedocs.io) is available on line. = The core extension is available at [pgxn.org](http://http://pgxn.org/dist/e= -maj/) for installation or [github.org](//github.com/dalibo/emaj) for devel= opment. The **Emaj_web** client is also available at [github.org](https://github.co= m/dalibo/emaj_web). Have fun with E-Maj ! --===============1066515850109437570== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Announcing E-Maj 4.5.0.
 

Announcing E-Maj 4.5.0.

We are very glad to announce the 4.= 5.0 version of E-Maj.

E-Maj is a PostgreSQL extension which enabl= es fine-grained write logging and time travel on subsets of the database.

This version brings the PostgreSQL 17 versi= on compatibility. The emaj extension installation and uninstallation have b= een enhanced (Many thanks to David Wheeler for his valuable help on this to= pic). Aside a few bug fixes, it is now possible to monitor the changes reco= rding activity with a new CLI command, emajStat.pl, and a new "Activity" pa= ge in the Emaj_web client.

E-Maj 4.5.0 is compatible with Postgres 11 = to 17 versions.

The full documentation= is available on line. The core extension is available at pgxn.org for installation or github.org for development.

The Emaj_web client is als= o available at github.org.

Have fun with E-Maj !

This email was sent to you from Philippe Beaudoin. It was delivered on thei= r behalf by the PostgreSQL project. Any questions about the content of the message shou= ld be sent to Philippe Beaudoin.

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/.
 
--===============1066515850109437570==-- --===============3152997789945110493==--