summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-postgresql/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2003-04-20Update p5-DBD-postgresql to 1.22mjl1-4/+4
- 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
2003-01-17Update p5-DBD-postgresql to 1.21mjl1-5/+5
- 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.
2002-08-21Fix problems introduced by our local patch: AutoCommit handles wouldn't,mjl1-2/+2
and executes on closed handles crashed perl hard. Fixes PR/18009.
2002-06-18update patchfileexplorer1-3/+3
2002-06-18Fix DBD-postgresql to not keep a transaction open when idle. Without this ↵explorer1-1/+3
change, postgresql 7.2 cannot vacuum properly. This change was submitted to the DBD-postgresql author, with no reply.
2002-05-16Update p5-DBD-postgresql to 1.13mjl1-3/+3
- add definition for missing type 'numeric' and fix segfault in pg_type - implement missing metadata methods and change existing ones
2002-03-14Update p5-DBD-postgresql to 1.11mjl1-3/+3
* Pg.pm (quote): Applied patch to simplfiy and speed up quoting.
2002-01-10Remove non-existing patch-aa from distinfo.wiz1-2/+1
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-1/+2
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-08-10Update to 1.01mjl1-3/+3
- fixed core dump when trying to use a BYTEA value with a byte outside 0..127
2001-06-02Update to 1.00.mjl1-3/+3
- Fetching all records now resets Active flag as it should.
2001-05-25Update to 0.99. Changes aremjl1-3/+3
- 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.
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+3
+ move the patch digest/checksum values from files/patch-sum to distinfo + include distfile filesizes in distinfo