summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-postgresql/patches/patch-aa
AgeCommit message (Collapse)AuthorFilesLines
2005-04-08These have been folded into the main sources.jwise1-145/+0
2003-01-17Update p5-DBD-postgresql to 1.21mjl1-21/+27
- 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-14/+15
and executes on closed handles crashed perl hard. Fixes PR/18009.
2002-06-18Fix DBD-postgresql to not keep a transaction open when idle. Without this ↵explorer1-0/+138
change, postgresql 7.2 cannot vacuum properly. This change was submitted to the DBD-postgresql author, with no reply.