Dar Es Salam - September 29th, 2025 ## 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.5 of pg_statement_rollback was released. This is a maintenance release to add support to PostgreSQL 18. See [ChangeLog](https://github.com/lzlabs/pg_statement_rollback/releases/tag/v1.5) for a complete list of changes. ## Links & Credits pg_statement_rollback is an open project orignaly from LzLabs and now maintained by Gilles Darold at [HexaCluster Corp](https://hexacluster.ai)/ 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)
