[DRE-commits] [ruby-pg] 01/04: Merge tag 'upstream/0.16.0'

Dmitry Borodaenko angdraug at alioth.debian.org
Sun Aug 11 00:53:14 UTC 2013


This is an automated email from the git hooks/post-receive script.

angdraug pushed a commit to branch master
in repository ruby-pg.

commit 8dbf78ffdd071108ff398616932aa3b315537b0e
Merge: 507d4e6 8846e61
Author: Dmitry Borodaenko <angdraug at gmail.com>
Date:   Sat Aug 10 16:37:32 2013 -0700

    Merge tag 'upstream/0.16.0'
    
    Upstream version 0.16.0

 .hg_archival.txt               |    4 +-
 .hgignore                      |    1 +
 .hgsigs                        |    4 +
 .hgtags                        |    4 +
 .hoerc                         |    2 +-
 .rvm.gems                      |    4 +-
 .rvmrc                         |    2 +-
 .tm_properties                 |    8 +
 .travis.yml                    |   48 ++
 Contributors.rdoc              |    2 +-
 History.rdoc                   |   98 +++-
 Manifest.txt                   |    7 +
 README.ja.rdoc                 |   13 +-
 README.rdoc                    |   34 +-
 Rakefile                       |   67 ++-
 Rakefile.cross                 |  365 +++++++-------
 ext/errorcodes.rb              |   45 ++
 ext/errorcodes.txt             |  463 ++++++++++++++++++
 ext/extconf.rb                 |   22 +-
 ext/gvl_wrappers.c             |   19 +
 ext/gvl_wrappers.h             |  211 ++++++++
 ext/pg.c                       |   50 +-
 ext/pg.h                       |   33 ++
 ext/pg_connection.c            | 1031 +++++++++++++++++++++++++---------------
 ext/pg_errors.c                |   89 ++++
 ext/pg_result.c                |  216 +++++----
 lib/pg.rb                      |    2 +-
 lib/pg/connection.rb           |   31 +-
 lib/pg/exceptions.rb           |    4 +-
 lib/pg/result.rb               |    7 +-
 sample/array_insert.rb         |   20 +
 sample/async_api.rb            |    6 +-
 sample/async_copyto.rb         |    2 +-
 sample/async_mixed.rb          |    6 +-
 sample/cursor.rb               |    2 +-
 sample/disk_usage_report.rb    |    2 +-
 sample/wal_shipper.rb          |    2 +-
 sample/warehouse_partitions.rb |    2 +-
 spec/lib/helpers.rb            |   68 ++-
 spec/pg/connection_spec.rb     |  471 +++++++++++++-----
 spec/pg/result_spec.rb         |   96 +++-
 spec/pg_spec.rb                |   13 +
 42 files changed, 2681 insertions(+), 895 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-pg.git



More information about the Pkg-ruby-extras-commits mailing list