| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: perl-DBD-Pg | Distribution: openSUSE Tumbleweed |
| Version: 3.21.2 | Vendor: openSUSE |
| Release: 1.1 | Build date: Thu Aug 27 18:33:36 2026 |
| Group: Unspecified | Build host: reproducible |
| Size: 685510 | Source RPM: perl-DBD-Pg-3.21.2-1.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: https://metacpan.org/release/DBD-Pg | |
| Summary: DBI PostgreSQL interface | |
DBD::Pg is a Perl module that works with the DBI module to provide access to PostgreSQL databases.
Artistic-1.0 OR GPL-1.0-or-later
* Thu Aug 27 2026 Tina Müller <timueller+perl@suse.de>
- updated to 3.21.2
see /usr/share/doc/packages/perl-DBD-Pg/Changes
Version 3.21.2 (released August 26, 2026)
- In the tests, ensure the plan declaration happens after the skip_all calls.
[Russell Jenkins]
- Fix missing closing double-quote in su -c commands in test setup script.
[Jitka Plesnikova]
- Support compiling with versions of GCC < 5.
[Ed Sabol]
- Make port discovery more robust in test setup script.
[Ed Sabol, Greg Sabino Mullane]
- Avoid using getpwent and compare uid values instead in test setup script.
[Ed Sabol]
Version 3.21.1 (released August 23, 2026)
- Fix incorrect allocation inside of quote_float()
Check for NUL more carefully inside of _dequote_bytea_hex()
Fix incorrect allocation inside of pg_destringify_array()
[CVE: https://nvd.nist.gov/vuln/detail/CVE-2026-78183]
[Greg Sabino Mullane]
- Make tests much less verbose; only failed tests need to give details.
[Greg Sabino Mullane]
Version 3.21.0 (released August 22, 2026)
- Add non-blocking async COPY FROM support (pg_putcopydata_async, pg_putcopyend_async, pg_flush)
(Github issue #177, pull request #176)
[John Napiorkowski, Ed Sabol]
- Ensure $sth->rows() returns 0 when no rows returned for updates, deletes,
or inserts with ON CONFLICT DO NOTHING
[Greg Sabino Mullane, reported by Yiannis]
(Github issue #194, pull request #194)
- Fix incorrect quoting of float string values (e.g. 'NaN')
[Greg Sabino Mullane]
- Fix a memory leak in the PQclosePrepared cleanup path
[Rorsarach]
(Github issue #187, pull request #188)
- Fix a memory leak when bind_param called, and some around statement handles.
[Greg Sabino Mullane]
- Implement new string buffer system for statements and placeholders.
This replaces the old linked lists with arrays, and is much faster.
[Matt Tyson, Greg Sabino Mullane]
(Github pull requests #21 and #201)
- Cleanup and refactor code in quote.c. Rename internal functions.
Standardize and change error messages.
[Greg Sabino Mullane]
- Improve and add tests for PQclear logic in dbdimp.c
[Greg Sabino Mullane]
- Support whitespace in directory names for the test suite.
[Greg Sabino Mullane]
- Many tweaks to support building and testing on Win32
[Greg Sabino Mullane]
* Sun May 03 2026 Tina Müller <timueller+perl@suse.de>
- updated to 3.20.2
see /usr/share/doc/packages/perl-DBD-Pg/Changes
* Thu May 29 2025 pgajdos@suse.com
- -std=gnu11 to fix build with gcc15
- modified sources
% cpanspec.yml
* Mon Apr 28 2025 Tina Müller <tina.mueller@suse.com>
- Fix sporadic build failures by setting DBDPG_TEMPDIR for testing
* Thu Dec 07 2023 Tina Müller <timueller+perl@suse.de>
- updated to 3.18.0
see /usr/share/doc/packages/perl-DBD-Pg/Changes
Version 3.18.0 (released December 6, 2023)
- Support new PQclosePrepared function, added in Postgres 17
[Greg Sabino Mullane]
- Better docs about ping always returning a value
(Github issue #121)
* Thu Aug 24 2023 Tina Müller <timueller+perl@suse.de>
- updated to 3.17.0
see /usr/share/doc/packages/perl-DBD-Pg/Changes
Version 3.17.0 (released August 23, 2023)
- New database handle attribute pg_skip_deallocate
Prevents any deallocation of automatically prepared
statements to support new pgBouncer feature
[Greg Sabino Mullane]
- Fix to handle escaped quotes in connection string
[Dagfinn Ilmari Mannsåker]
- Return number of affected rows from a MERGE command
[Greg Sabino Mullane]
(Github issue #118)
- Add support for Github CI actions
[Gábor Szabó]
(Github pull request #115)
- Remove undocumented internal-only pg_pid_number attribute
[Greg Sabino Mullane]
(Github issue #102)
- Small warning in docs about PG_CHAR
[Greg Sabino Mullane]
(Github issue #103)
* Wed Apr 05 2023 Tina Müller <timueller+perl@suse.de>
- updated to 3.16.3
see /usr/share/doc/packages/perl-DBD-Pg/Changes
Version 3.16.3 (released April 4, 2023)
* Fri Mar 10 2023 Tina Müller <timueller+perl@suse.de>
- updated to 3.16.1
see /usr/share/doc/packages/perl-DBD-Pg/Changes
Version 3.16.1 (released March 5, 2023)
- Add new attribute "pg_int8_as_string", for backwards compatibility.
[Alexander Gorlov]
(Github pull request #100)
- Add a META.json file; rename META.yml to META.yaml
- Fix 03smethod.t $sth->last_insert_id skip count for DBI < 1.642
[Dagfinn Ilmari Mannsåker]
(Github issue #99)
- Documentation improvements for service files
[Erik Rijkers]
* Tue Aug 09 2022 Tina Müller <timueller+perl@suse.de>
- updated to 3.16.0
see /usr/share/doc/packages/perl-DBD-Pg/Changes
Version 3.16.0 (August 8, 2022)
- Automatically use 64-bit versions of large object functions when available
[Dagfinn Ilmari Mannsåker, David Christensen]
- Set UTF8 flag as needed for error messages
[Github user olafgw]
(Github issue #97)
- In tests, do not assume what the default transaction isolation level will be
[Rene Schickbauer]
(Github issue #94)
- Make tests smarter about detecting pg_ctl results in different locales
[Greg Sabino Mullane]
(Github issue #95)
* Tue Feb 15 2022 Tina Müller <timueller+perl@suse.de>
- updated to 3.15.1
see /usr/share/doc/packages/perl-DBD-Pg/Changes
/usr/lib/perl5/vendor_perl/5.44.0/i586-linux-thread-multi-64int/Bundle /usr/lib/perl5/vendor_perl/5.44.0/i586-linux-thread-multi-64int/Bundle/DBD /usr/lib/perl5/vendor_perl/5.44.0/i586-linux-thread-multi-64int/Bundle/DBD/Pg.pm /usr/lib/perl5/vendor_perl/5.44.0/i586-linux-thread-multi-64int/DBD /usr/lib/perl5/vendor_perl/5.44.0/i586-linux-thread-multi-64int/DBD/Pg.pm /usr/lib/perl5/vendor_perl/5.44.0/i586-linux-thread-multi-64int/auto/DBD /usr/lib/perl5/vendor_perl/5.44.0/i586-linux-thread-multi-64int/auto/DBD/Pg /usr/lib/perl5/vendor_perl/5.44.0/i586-linux-thread-multi-64int/auto/DBD/Pg/Pg.so /usr/share/doc/packages/perl-DBD-Pg /usr/share/doc/packages/perl-DBD-Pg/CONTRIBUTING.md /usr/share/doc/packages/perl-DBD-Pg/Changes /usr/share/doc/packages/perl-DBD-Pg/README /usr/share/doc/packages/perl-DBD-Pg/README.dev /usr/share/doc/packages/perl-DBD-Pg/README.win32 /usr/share/doc/packages/perl-DBD-Pg/SECURITY.md /usr/share/doc/packages/perl-DBD-Pg/TODO /usr/share/doc/packages/perl-DBD-Pg/win32.mak /usr/share/man/man3/Bundle::DBD::Pg.3pm.gz /usr/share/man/man3/DBD::Pg.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Sep 9 22:40:46 2026