Version 3.18.0 of DBD::Pg released (Perl DBI driver for Postgres)

From: Greg Sabino Mullane <htamfids(at)gmail(dot)com>
To: dbd-pg(at)perl(dot)org
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Version 3.18.0 of DBD::Pg released (Perl DBI driver for Postgres)
Date: 2023-12-07 14:42:10
Message-ID: CAKAnmmJFfB772d-yLRZX8APQzZoJ+JpZWkqDym51RGKHtUZBqg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Version 3.18.0 of DBD::Pg, the Perl DBI driver for PostgreSQL, is now
available.

This release adds support for the new PQclosePrepared function inside
libpq. What this means is that if DBD::Pg is compiled against version
17 or higher of Postgres, prepared statements are now closed at the
protocol level rather than a 'DEALLOCATE' call. This prevents the
need to use the 'pg_skip_deallocate' attribute when using PgBouncer
in transaction mode.

Development of DBD::Pg happens at:
https://github.com/bucardo/dbdpg

Version 3.18.0 can be downloaded from CPAN at:
https://metacpan.org/release/DBD-Pg

Checksums for the 3.18.0 tarball:

f58e5f6cbcc94e599afa08224f4e1dd2 DBD-Pg-3.18.0.tar.gz (md5)
c75f0667769ac7921c59ef4b4d44a249a3881e05 DBD-Pg-3.18.0.tar.gz (sha1)

Greg Sabino Mullane greg(at)turnstep(dot)com
PGP Key: 0x14964AC8 20231207
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8

-----BEGIN PGP SIGNATURE-----

iF0EARECAB0WIQQlKd9quPeUB+lERbS8m5BnFJZKyAUCZXHWIQAKCRC8m5BnFJZK
yNpgAKCkBMH8CN9YBgG/Z6BTFrpc8jtOpgCg9AhABbBfBEOvYpvRj1qpXL8mUgg=
=9Q/A
-----END PGP SIGNATURE-----

Browse pgsql-interfaces by date

  From Date Subject
Next Message Jean-Yves Garneau 2023-12-09 01:23:01 client_encoding is WIN1252 on ErrorMessage at the StartupMessage
Previous Message Timothy Nelson 2023-10-16 21:53:59 Like AppSmith, but dedicated to Postgres?