head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.42 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.40 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.38 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.36 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.34 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.32 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.30 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.28 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.26 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.24 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.22 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.20 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.18 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.16 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.14 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.12 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.10 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.8 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.6 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.4 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.2 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.3.0.12 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.10 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.8 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.6 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.4 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.2 pkgsrc-2003Q4-base:1.3 netbsd-1-6-1:1.2.0.2 netbsd-1-6-1-base:1.2 netbsd-1-6:1.1.0.8 netbsd-1-6-RELEASE-base:1.1 pkgviews:1.1.0.4 pkgviews-base:1.1 buildlink2-base:1.1 buildlink2:1.1.0.2; locks; strict; comment @# @; 1.4 date 2005.04.08.14.36.17; author jwise; state dead; branches; next 1.3; 1.3 date 2003.04.20.19.47.21; author mjl; state Exp; branches; next 1.2; 1.2 date 2003.01.17.16.41.39; author mjl; state Exp; branches; next 1.1; 1.1 date 2002.06.18.07.05.32; author explorer; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2002.06.18.07.05.32; author jlam; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2002.06.23.18.43.35; author jlam; state Exp; branches; next ; desc @@ 1.4 log @These have been folded into the main sources. @ text @$NetBSD: patch-ab,v 1.3 2003/04/20 19:47:21 mjl Exp $ --- dbdimp.h.orig Tue Mar 25 23:17:00 2003 +++ dbdimp.h Sun Apr 20 21:39:17 2003 @@@@ -28,6 +28,7 @@@@ #ifdef SvUTF8_off int pg_enable_utf8; /* should we attempt to make utf8 strings? */ #endif + int need_begin; /* need a begin */ }; /* Define sth implementor data structure */ @ 1.3 log @Update p5-DBD-postgresql to 1.22 - 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 @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @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. @ text @d3 6 a8 6 --- dbdimp.h.orig Wed Jan 8 23:08:17 2003 +++ dbdimp.h Fri Jan 17 17:25:12 2003 @@@@ -23,6 +23,7 @@@@ int init_commit; /* initialize AutoCommit */ int pg_auto_escape; /* initialize AutoEscape */ int pg_bool_tf; /* do bools return 't'/'f' */ @ 1.1 log @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. @ text @d3 3 a5 5 diff -ur dbdimp.h.orig dbdimp.h --- dbdimp.h.orig Thu Apr 4 18:55:51 2002 +++ dbdimp.h Thu Apr 4 19:08:29 2002 @@@@ -22,6 +22,7 @@@@ PGconn * conn; /* connection structure */ d8 2 a9 1 + int need_begin; /* need a begin */ @ 1.1.2.1 log @file patch-ab was added on branch buildlink2 on 2002-06-23 18:43:35 +0000 @ text @d1 13 @ 1.1.2.2 log @Merge from pkgsrc-current to buildlink2 branch. @ text @a0 13 $NetBSD: patch-ab,v 1.1.2.1 2002/06/23 18:43:35 jlam Exp $ diff -ur dbdimp.h.orig dbdimp.h --- dbdimp.h.orig Thu Apr 4 18:55:51 2002 +++ dbdimp.h Thu Apr 4 19:08:29 2002 @@@@ -22,6 +22,7 @@@@ PGconn * conn; /* connection structure */ int init_commit; /* initialize AutoCommit */ int pg_auto_escape; /* initialize AutoEscape */ + int need_begin; /* need a begin */ }; /* Define sth implementor data structure */ @