[libdbd-pg-perl] branch master updated (12389a9 -> fb8b1b4)
Christoph Berg
myon at debian.org
Wed Sep 27 17:41:02 UTC 2017
This is an automated email from the git hooks/post-receive script.
myon pushed a change to branch master
in repository libdbd-pg-perl.
from 12389a9 releasing package libdbd-pg-perl version 3.6.2-2
new 45e764b Reset pg_enable_utf8 after setting client_encoding in tests
new 799cb1e Disable silly redundant warning for our perfectly valid sprinf hack
new 460467f Squash small leak with get_info(18)
new 913ff04 Fix docs so Debian/Ubuntu use libpq-dev. Per RT #122720
new f29a19e Protect against crash if missing client_encoding
new 8a33299 Protect against crash if missing server_version
new e01ea33 Account for more versioon names e.g. rc, alpha
new 797e276 Add missing test file (in MANIFEST.SKIP already)
new b952d9b Add credit for non-UTF8 test fix
new 5039252 Fix leak in ->state methods (GH #30)
new 4454f5c Use PQexec not PQexecParams if there are zero params!
new 7ec02e5 Bump version to 3.7.0
new 136f400 Clarify placeholder documentation
new 44bc762 Add new statement handle attribut pg_async_status per CPAN ticket 116172
new e430b81 Names first, then the bug (in Changes file)
new cae9f48 a few key places that need to handle PGRES_COPY_BOTH
new dd4d322 had the logic wrong
new 85d195d call PGflush in COPY_BOTH mode
new 8fb4643 Merge branch 'master' into copy-both
new 790efd7 crude replication test to prove COPY_BOTH changes
new 4a02ad9 Merge pull request #31 from mydimension/copy-both
new e2bbda4 Add RaiseError on closed db handle to TODO
new 295d705 Allow POSTGRES_HOME to determine pg_ctl and initdb in the tests
new 618d759 Cleanly skip unused test
new 0cf1272 Remove done item from TODO
new 4f0eea5 Add t/40replication.t to README.dev
new 8fe8b6f Be fair and mention Postgres versioning is no longer x.y.z
new ea9ba09 Turn off all warnings, not redundant, to make older Perls happy
new 8df9c86 Beta version bump
new 98c16a7 Updates type information for Postgres 10
new 3c92eb9 Version 3.7.0
new b7f2f4c Merge tag '3.7.0' into upstream
new c3769c9 Merge branch 'upstream'
new 55c1306 Remove files contained in git but not in the tarball
new fb8b1b4 releasing package libdbd-pg-perl version 3.7.0-1
The 35 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Changes | 26 ++++
META.yml | 6 +-
Makefile.PL | 2 +-
Pg.h | 1 +
Pg.pm | 98 +++++++------
Pg.xs | 12 +-
README | 14 +-
README.dev | 4 +-
SIGNATURE | 40 +++---
TODO | 2 +-
dbdimp.c | 84 +++++++-----
debian/changelog | 6 +
debian/control | 2 +-
lib/Bundle/DBD/Pg.pm | 2 +-
t/01constants.t | 4 +
t/02attribs.t | 44 +++++-
t/dbdpg_test_setup.pl | 35 ++++-
t/lib/App/Info/RDBMS/PostgreSQL.pm | 2 +-
types.c | 274 +++++++++++++++++++------------------
types.h | 4 +
20 files changed, 418 insertions(+), 244 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdbd-pg-perl.git
More information about the Pkg-perl-cvs-commits
mailing list