summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-perl/DBD-Pg: Version bump 3.15.0Andreas K. Hüttel2021-05-231-0/+1
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* dev-perl/DBD-Pg: Remove oldAndreas K. Hüttel2021-05-231-2/+0
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* dev-perl/DBD-Pg: Cleanup old 3.14.0Kent Fredric2020-10-191-1/+0
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/DBD-Pg: Cleanup old 3.13.0Kent Fredric2020-09-111-1/+0
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/DBD-Pg: Cleanup old 3.6.2Kent Fredric2020-08-181-1/+0
| | | | | | | Long obsoleted unstable version Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/DBD-Pg: Bump to version 3.14.2Kent Fredric2020-08-171-0/+1
| | | | | | | | | | | Upstream: - Guard against odd "undefined" errors in result handler consturuction where `$VERSION` is somehow undefined, by forcing an explicit hardcoded qv string. - Test Suite fixes Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/DBD-Pg: Bump to version 3.14.0Kent Fredric2020-08-081-0/+1
| | | | | | | | | | | | | | | | | | - Restore tests broken in 3.13.0 Upstream: - $dbh->{primary,foreign}_key_info methods now always return a statement handle even without matches. Callers should check row-count instead of undefness. - $dbh->tables now always returns a list, even if empty - Add support for pg_lo_{tell64,seek64,truncate64} for people dealing with ultra-large 'large objects' in Postgres 9.3 or greater. - Fix tests to run when not super-user - Fix tests to force loading proper version of DBD::Pg - Remove deprecated _pg_use_catalog method Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/DBD-Pg: Bump to version 3.13.0Kent Fredric2020-07-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - EAPI7 - Unconditionally remove t/00_signature.t - Ensure CFLAGS passed to make/compiler - Resurrect compie-testing for Bundle::DBD::Pg - Disable t/03*.t and t/04*.t due to https://rt.cpan.org/Ticket/Display.html?id=132965 Upstream: - Prevent double-free memory errors https://rt.cpan.org/Ticket/Display.html?id=130681 - Fix crash when pg_error_field is called https://rt.cpan.org/Ticket/Display.html?id=130721 - Update list of Postgres reserved words in quote.c - Fix tests for 32-bit machines - Eagerly NULL-ify PQclear-ed things to remove race conditions https://rt.cpan.org/Ticket/Display.html?id=131522 - Allow localtime from Time::Piece, and other magical arrays, to be used directly as a bind value again. - Fix tests for EnterpriseDB server - Add small warning regarding ShowErrorStatement - Indicate non-key index columns in statistics_info - Return empty result set instead of undef from statistics_info when table NOTEXIST and not $unique_only - Fix Segfault during st destroy https://github.com/bucardo/dbdpg/issues/57 https://github.com/bucardo/dbdpg/pull/66 - Improve testing for table_info() - Fix failing 'fulltest' target on BSD - Return table info row last in statistics_info for compat with pre-8.3 servers - Fix ASC_OR_DESC field in statistics_info - Indicate NULL ordering in statistics_info - Remove test that assumed '(12,34)' to be invalid for type 'circle' as Postgres now handles it better. - Prevent DBI turning AutoCommit 'on' after a failed commit - Fix memory leak in dbdimp.c by redoing the "last_result" internals https://rt.cpan.org/Ticket/Display.html?id=132812 - Fix regression in Perl length() for returned query results - Make $sth->finish() do less, so that among other things, pg_error_field still works on the last action performed. Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/DBD-Pg: Bump to 3.10.0Aaron W. Swenson2019-11-241-0/+1
| | | | | | | And bumped to EAPI7. Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
* dev-perl/*: Update Manifest hashesMichał Górny2017-12-091-3/+3
|
* dev-perl/DBD-Pg: Bump to version 3.7.0Kent Fredric2017-10-081-0/+1
| | | | | | | | | | | | | | | | | | | - Radically improve test coverage - Previously ran no tests - Now runs basic tests and compile tests without needing a database - checks for database being configured - if database is configured for testing, tests run - See https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/dev-perl/DBD-Pg Upstream: - Use PQexec instead of PQexecParams when no placeholders - Fix tests w/ server w/o UTF8 - Fix crash with missing client_encoding - Fix crash with missing server_version - Fix leak in ->state methods - Add pg_async_status field in statement handles. Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-perl/DBD-Pg: Version Bump to 3.6.2Aaron W. Swenson2017-07-151-0/+1
| | | | | | | | Version bump enables building against >=dev-db/postgresql-10. Bugs: 624974 Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-perl/DBD-Pg: Remove oldAndreas K. Hüttel2017-02-041-1/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-perl/DBD-Pg: Remove oldAndreas K. Hüttel2016-03-051-1/+0
| | | | Package-Manager: portage-2.2.27
* dev-perl/DBD-Pg: Remove oldAndreas K. Hüttel2016-01-021-1/+0
| | | | Package-Manager: portage-2.2.26
* dev-perl/DBD-Pg: Version bumpAndreas K. Hüttel2016-01-021-0/+1
| | | | Package-Manager: portage-2.2.26
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+3
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed