DBD-PgAsync
view release on metacpan or search on metacpan
debian/changelog view on Meta::CPAN
libdbd-pg-async-perl (0.8.1) unstable; urgency=medium
* use prototypes for quote/ dequote function pointers in types.h for C23
compliance
-- Rainer Weikusat <rweikusat@talktalk.net> Tue, 19 Aug 2025 14:20:43 +0100
libdbd-pg-async-perl (0.8) unstable; urgency=medium
* support asychronous ping
* support asychronous deallocation of prepared statements
* make pg_use_async work as intended for statements prepared with
pg_use_async off and executed with pg_use_async on
* never use PQexec for an already prepared statement
-- Rainer Weikusat <rweikusat@talktalk.net> Mon, 18 Aug 2025 16:54:18 +0100
libdbd-pg-async-perl (0.7.2) unstable; urgency=medium
* fixed a bug in dbd_st_execute which prevented an already prepared
statement from being used when the autoprepare threshold hadn't yet
been reached
-- Rainer Weikusat <rweikusat@talktalk.net> Mon, 21 Jul 2025 14:11:55 +0100
libdbd-pg-async-perl (0.7.1) unstable; urgency=medium
* document pg_savepoints method
-- Rainer Weikusat <rweikusat@talktalk.net> Fri, 18 Jul 2025 12:00:01 +0100
libdbd-pg-async-perl (0.7) unstable; urgency=medium
* method for querying savepoints
* support for asynchronous savepoint handling when pg_use_async is true
* integrated upstream regdatabase changes
-- Rainer Weikusat <rweikusat@talktalk.net> Thu, 17 Jul 2025 13:18:55 +0100
libdbd-pg-async-perl (0.6) unstable; urgency=medium
* pg_use_async dbh attribute to enable async everywhere where it's
supported
* support asynchronous commit/ rollback
-- Rainer Weikusat <rweikusat@talktalk.net> Mon, 07 Jul 2025 13:17:46 +0100
libdbd-pg-async-perl (0.5.1) unstable; urgency=medium
* include auto-generated META.json
-- Rainer Weikusat <rweikusat@talktalk.net> Thu, 03 Jul 2025 10:37:59 +0100
libdbd-pg-async-perl (0.5) unstable; urgency=medium
* make dbh cancel method work in face of asychronous operations
transparently issued by the driver
-- Rainer Weikusat <rweikusat@talktalk.net> Thu, 03 Jul 2025 10:00:53 +0100
libdbd-pg-async-perl (0.4.2) unstable; urgency=medium
* fixed pg_db_result to work as documented in face of asychronous
statements transparently issued by the driver
-- Rainer Weikusat <rweikusat@talktalk.net> Thu, 26 Jun 2025 19:16:47 +0100
libdbd-pg-async-perl (0.4.1) unstable; urgency=medium
* fix handling of prepare state variables after async prepare
-- Rainer Weikusat <rweikusat@talktalk.net> Tue, 24 Jun 2025 18:15:25 +0100
libdbd-pg-async-perl (0.4) unstable; urgency=medium
* enable waiting for the result of an async prepare with calling execute
-- Rainer Weikusat <rweikusat@talktalk.net> Mon, 23 Jun 2025 18:17:54 +0100
libdbd-pg-async-perl (0.3) unstable; urgency=medium
* only set imp_dbh->done_begin for automatically started transactions
after the corresponding begin statement actually succeeded
* much simpler pg_db_ready
-- Rainer Weikusat <rweikusat@talktalk.net> Wed, 18 Jun 2025 18:54:25 +0100
libdbd-pg-async-perl (0.2) unstable; urgency=medium
* start transactions asychronously when AutoCommit is off
* removed handle_old_async
-- Rainer Weikusat <rweikusat@talktalk.net> Fri, 13 Jun 2025 19:39:20 +0100
libdbd-pg-async-perl (0.1) unstable; urgency=medium
* asynchronous connect
* asynchronous prepare
* asynchronous cancel
-- Rainer Weikusat <rweikusat@talktalk.net> Tue, 03 Jun 2025 12:53:44 +0100
( run in 3.640 seconds using v1.01-cache-2.11-cpan-7fcb06a456a )