Age | Commit message (Collapse) | Author | Files | Lines |
|
- Fix memory allocation problem in bytea escaping
- Add utf8 support
- Transform Perl arrays into PostgreSQL arrays
- Fix for foreign_key_info()
- Fix PG_TEXT parameter binding
- Doc cleanups
- Fix warning from func($table, 'table_attributes')
- Added suppport for schemas
- Fix binary to a bytea field conversion
|
|
- System tables no longer returned by tables().
- Fix table_attributes to handle removal of pg_relcheck in 7.3,
- Properly reset transaction status after failed transaction when
autocommit is off. Properly report transaction failure message.
- New pg_bool_tf database handle that when set to true booleans are
returned as 't'/'f' rather than 1/0.
- Maintenance transferred to GBorg.
- Added implementations of column_info() and table_info(), and
primary_key_info().
- The POD formatting was cleaned up.
- The preparser was updated to better handle escaped characters.
- Added eg/lotest.pl as a demonstration of using large objects in buffers
rather than files.
- Added LISTEN/NOTIFY functionality.
- Added constants for common PostgreSQL data types.
- Fixed compile-time warnings.
|
|
and executes on closed handles crashed perl hard. Fixes PR/18009.
|
|
|
|
change, postgresql 7.2 cannot vacuum properly. This change was submitted to the DBD-postgresql author, with no reply.
|
|
- add definition for missing type 'numeric' and fix segfault in pg_type
- implement missing metadata methods and change existing ones
|
|
* Pg.pm (quote): Applied patch to simplfiy and speed up quoting.
|
|
|
|
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
|
|
- fixed core dump when trying to use a BYTEA value with
a byte outside 0..127
|
|
- Fetching all records now resets Active flag as it should.
|
|
- fix segmentation fault in pg_error
- bug-fix for core-dump after any failed function call
- add support for the datatype bytea
- fix bug in connect method, which erroneously set the userid and the
password to the environment variables DBI_USER and DBI_PASS
- which removed the special handling of a backslash when used for octal
presentation. Now a backslash always will be escaped.
- remove memory-leak in ping function, bug-fix
- correct the recognition of primary keys in table_attributes().
- fix a segmentation fault in DBD::pg::blob_read() when reading LOBs that
required perl to reallocate space for the variable holding the scalar value
- updated test.pl to create a test blob larger than 256 bytes (now 128 Kbytes)
- fix a seg-fault when inserting large amounts of text.
- remove the newlines from the error messages and quote date placeholders.
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
+ include distfile filesizes in distinfo
|