pg_statement_rollback v1.1 released

From: Gilles Darold via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: pg_statement_rollback v1.1 released
Date: 2020-11-16 15:33:00
Message-ID: 160554078081.22409.1340844944076641930@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Zurich, Switzerland - Nov 12th, 2020

## Server side rollback at statement level for PostgreSQL

pg_statement_rollback is a PostgreSQL extension to add server side
transaction with rollback at statement level like in Oracle or DB2.

Release v1.1 of pg_statement_rollback was released today. This is
a maintenance release to fix the unhandled case of a writing function
throwing error that was causing a failure of the extension.

See [ChangeLog](https://github.com/lzlabs/pg_statement_rollback/releases/tag/v1.1) for a complete list of changes.

## Links & Credits

pg_statement_rollback is an open project from LzLabs ([https://www.lzlabs.com/](https://www.lzlabs.com/))
Any contribution to build a better tool is welcome. You just have to send
your ideas, features requests or patches using the GitHub tools.

Links :

* Documentation: [https://github.com/lzlabs/pg_statement_rollback/#readme](https://github.com/lzlabs/pg_statement_rollback/#readme)
* Download: [https://github.com/lzlabs/pg_statement_rollback/releases/](https://github.com/lzlabs/pg_statement_rollback/releases/)
* Support: use GitHub report tool at [https://github.com/lzlabs/pg_statement_rollback/issues](https://github.com/lzlabs/pg_statement_rollback/issues)
* Authors: [https://github.com/lzlabs/pg_statement_rollback/#authors](https://github.com/lzlabs/pg_statement_rollback/#authors)

Browse pgsql-announce by date

  From Date Subject
Next Message Pgpool Global Development Group via PostgreSQL Announce 2020-11-19 14:38:43 Pgpool-II 4.1.5, 4.0.12, 3.7.17, 3.6.24 and 3.5.28 are now officially released.
Previous Message Dalibo via PostgreSQL Announce 2020-11-16 15:32:43 pitrery 3.2 released