2003-01-17 17:41:40 by Martin J. Laubach | Files touched by this commit (4) |  |
Log message:
Update p5-DBD-postgresql to 1.21
- 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-10-27 20:39:02 by Stoned Elipot | Files touched by this commit (1) |
Log message:
Use perl5/module.mk.
|
2002-09-20 03:45:28 by grant beattie | Files touched by this commit (1) |
Log message:
buildlink1 -> buildlink2.
OK'd by jlam.
|
2002-08-22 01:10:39 by Martin J. Laubach | Files touched by this commit (3) |
Log message:
Fix problems introduced by our local patch: AutoCommit handles wouldn't,
and executes on closed handles crashed perl hard. Fixes PR/18009.
|
2002-06-18 14:43:03 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Bump PKGREVISION for explorer's bugfixes.
|
2002-06-18 09:06:45 by Michael Graff | Files touched by this commit (1) |  |
Log message:
update patchfile
|
2002-06-18 09:05:33 by Michael Graff | Files touched by this commit (3) |
Log message:
Fix DBD-postgresql to not keep a transaction open when idle. Without this \
change, postgresql 7.2 cannot vacuum properly. This change was submitted to the \
DBD-postgresql author, with no reply.
|
2002-05-16 23:19:06 by Martin J. Laubach | Files touched by this commit (2) |
Log message:
Update p5-DBD-postgresql to 1.13
- add definition for missing type 'numeric' and fix segfault in pg_type
- implement missing metadata methods and change existing ones
|