The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 3.10.0

  • Prevent memory leak related to pg_error_field
  • Fix for bug by making sure pg_error_field works properly when switching between do-with-params and do-without-params.
    • Greg Sabino Mullane
    • Github issue #57
  • If a commit or rollback fails, do not set BegunWork
    • Github issue #40
  • Treat partitioned tables same as regular tables for column_info, table_info, and foreign_key_info (i.e. support pg_class.relkind = 'p')
    • Octavian R. Corlade
  • Allow last_insert_id() to work against inherited tables
  • Add DBI SQL_BLOB, SQL_BINARY and SQL_LONGVARBINARY types as alias for PG_BYTEA
    • Pali

Modules

PostgreSQL database driver for the DBI module
A bundle to install all DBD::Pg related modules