[libdbd-pg-perl] branch master updated (94c5ca3 -> ff66e31)

Christoph Berg myon at debian.org
Thu May 25 10:01:30 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  94c5ca3   update changelog
      adds  ef1ffc2   Factor placeholder key creation into function
      adds  0598c46   Use lookup table for placeholder string
      adds  ea6c6de   Use named enum values for placeholder_type
      adds  b243ebd   Use named enum values for pqtype
      adds  6482bc4   Use PG_ASYNC constant for pg_async & test
      adds  4931623   Silence some spurious warnings in the tests
      adds  b93a288   Add Changes entry for warning silencing
      adds  0f2134c   Fix threaded build broken by commit ef1ffc2
      adds  e13b449   The test counts for skipping the forking tests were off by one
      adds  044fd8b   Merge pull request #20 from andygrundman/master
      adds  e3ced77   fix utf8 inconsistencies
      adds  b8a17d0   Merge pull request #17 from kergma/master
      adds  219d221   Update copyright date
      adds  fcedd81   Update Changes with recent bug fixes
      adds  5fa8b72   Fix quoting bug in quote_name()
      adds  7f711de   Add todo for RT 116172: sth sttribute to indicate if async or not
      adds  650f1a8   Merge branch 'master' of bucardo.org:/var/lib/git/dbdpg
      adds  6dbcf53   Start cleanup of version parsing for new Postgres versioning scheme
      adds  6418b7e   Add statement handle methods pg_canonical_ids and pg_canonical_names. Patch per "Warstone" from RT 106858: https://rt.cpan.org/Ticket/Display.html?id=106858 Mild adjustments by myself.
      adds  ec94f5b   Add some more type information, based on Postgres 9.6 source
      adds  9624e53   Map SQL_NUMERIC to PG_NUMERIC (not PG_FLOAT8) per RT#120358
      adds  a587b78   Merge remote-tracking branch 'bucardo.org/master'
      adds  c2cdf7e   Move canonical repo to github
      adds  a473a80   Slight formatting
      adds  d6b434d   Bump copyright to 2017
      adds  40b2b14   Bump version to 3.6.0 due to new methods
      adds  1445d0e   Remove unused function is_high_bit_set()
      adds  57c2977   Adjust tests for recent type changes
      adds  5355656   Force real, float, and double precision into SvNVs
      adds  3b41482   The word user-user should be quoted (how did this ever work?)
      adds  47eb2fa   Typo: pg_placeholder_escapes - pg_placeholder_escaped
      adds  ff403db   Make sure we do not inadvertantly modify the string passed to prepare() when doing the new backslash escape manipulation.
      adds  61e3181   Mention ShowErrorStatement limitation per RT #120268 in TODO file
      adds  6e29b2b   Note SvNV in Changes file
      adds  3929990   Fix bug where $DBD::Pg::DBDPG_DEFAULT not picked up as a magic string first time it is used in a script. Basically, we move the !SvAMAGIC exception for not binding references down a little further inside dbdimp.c. RT #112309
      adds  d0cd664   Quick doc note about spaces in connect() per RT #110408
      adds  1dcdca7   Support for Postgres 8.4 in the test by not requiring client_encoding
      adds  515fdaf   Cleanup and update the Changes file
      adds  26edf3d   s/resultset/result set/
      adds  d327729   Better test for failing DBDPG_DEFAULT test
      adds  135a262   Support for number of rows greater than an "int". See RT #102444
      adds  f584bf2   Spell checking
      adds  2129926   Move warning silencing Changes entry to the right version
      adds  9e8140f   Merge branch 'master' of ssh://github.com/bucardo/dbdpg
      adds  5e14648   Small Perl::Critic inspired tweaks
      adds  882b2b5   utf-8 testing: quick changes to throw over the wall for others to look at
      adds  a0aba84   Update README.dev some
      adds  8ca0f67   Always clear out libpq results before reassigning: fixes leak in putcopyend
      adds  c6f303a   Version bump to 3.5.9_1 for beta testing
      adds  4da745c   Teach tests that beta version gets two copied of version string inside the README file
      adds  e770f40   Cleaner skipping of tests with pg_enable_utf8 = 0
      adds  b8099ee   Test support for devel version of postgres. Bump max_connections to 11
      adds  33cc2ad   Fix inconsistent indentation introduced by commit 8ca0f678
      adds  3c8857e   Fix UTF8 flag handling in pg_(get|put)copydata
      adds  f145117   Support binary COPY format
      adds  a26f4e9   Merge pull request #23 from bucardo/copy-binary
      adds  4035fb8   Merge branch 'master' of ssh://github.com/bucardo/dbdpg
      adds  514ed48   Rearrange priority items in Changes file
      adds  cd9700c   Use pg_resetwal not pg_resetxlog, for modern Postgres
      adds  dcb8b34   Ensure tests do not use {PGSERVICE} or {PGDATABASE}
      adds  4df4127   Minor Changes update
      adds  bf796db   Bump version to 3.5.9_2 for next beta
      adds  704b5fc   Remove the test warning about taking a long time to do pg_st_split_statement. It's not so long
      adds  d411067   New mini test for RT 109591
      adds  063fade   Version bump to 5.6.0
      adds  415deb1   Minor Perl::Critic inspired tweaks
      adds  34e3329   Ready for release. Mention git tag, not commit
      adds  df168ff   Signature for version 3.6.0
      adds  50e90e8   Typo in git tag example
      adds  21cffc5   Break non P::C part of 99_perlcritic.t into new file 99_lint.t. Fix up whitespace in C files.
      adds  0ab25df   Output initdb version when creating new database
      adds  8e4d9d5   Add 10beta as a supported version detection
      adds  ce17c04   Recognize 10beta
      adds  f9d9365   Version 3.6.1
      adds  98831d1   Signature for 3.6.1
      adds  0c4d69e   Remove debug aid
      adds  2ccb7c8   Version 3.6.2
      adds  45de1f4   Merge tag '3.6.2' into upstream
       new  2dbbacb   Merge branch 'upstream'
       new  ff66e31   Import upstream version 3.6.2, compatible with PostgreSQL 10.

The 2 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:
 .perlcriticrc                      |   2 +-
 Changes                            |  75 ++++
 MANIFEST.SKIP                      |   1 +
 META.yml                           |   6 +-
 Makefile.PL                        |   2 +-
 Pg.h                               |   3 +-
 Pg.pm                              | 125 +++---
 Pg.xs                              |  30 +-
 README                             |   9 +-
 README.dev                         |  30 +-
 SIGNATURE                          |  64 +--
 TODO                               |   3 +
 dbdimp.c                           | 316 ++++++++++----
 dbdimp.h                           |  31 +-
 debian/changelog                   |   9 +-
 debian/control                     |   6 +-
 lib/Bundle/DBD/Pg.pm               |   2 +-
 quote.c                            | 844 ++++++++++++++++++-------------------
 t/01constants.t                    |   7 +
 t/02attribs.t                      |  19 +-
 t/03dbmethod.t                     |   7 +-
 t/03smethod.t                      |  34 +-
 t/04misc.t                         |  12 +-
 t/07copy.t                         |  29 +-
 t/12placeholders.t                 |  35 +-
 t/30unicode.t                      |  42 +-
 t/dbdpg_test_setup.pl              |  27 +-
 t/lib/App/Info/RDBMS/PostgreSQL.pm |  30 +-
 testme.tmp.pl                      |  31 +-
 types.c                            | 260 ++++++------
 types.h                            |   7 +
 31 files changed, 1285 insertions(+), 813 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