summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-postgresql
AgeCommit message (Collapse)AuthorFilesLines
2003-01-05Bump PKGREVISION due to increase in the major number of libpq.so betweenjlam1-3/+3
version 7.2.3 and 7.3.1 of databases/postgresql-lib.
2002-10-27Use perl5/module.mk.seb1-5/+2
2002-09-20buildlink1 -> buildlink2.grant1-9/+8
OK'd by jlam.
2002-08-21Fix problems introduced by our local patch: AutoCommit handles wouldn't,mjl3-18/+19
and executes on closed handles crashed perl hard. Fixes PR/18009.
2002-06-18Bump PKGREVISION for explorer's bugfixes.wiz1-1/+2
2002-06-18update patchfileexplorer1-3/+3
2002-06-18Fix DBD-postgresql to not keep a transaction open when idle. Without this ↵explorer3-1/+154
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.13mjl2-5/+5
- 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.11mjl2-6/+6
* 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 injlam2-7/+9
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-1/+1
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-08-10Update to 1.01mjl2-5/+5
- fixed core dump when trying to use a BYTEA value with a byte outside 0..127
2001-06-02Update to 1.00.mjl2-5/+5
- Fetching all records now resets Active flag as it should.
2001-05-25Update to 0.99. Changes aremjl2-6/+7
- 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-05-14Update postgresql dependencies to look like:jlam1-2/+2
DEPENDS+= postgresql-{6.5.3*,7.0*,lib-*}:../../databases/postgresql-lib
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-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo + include distfile filesizes in distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-07Update to 0.95mjl2-4/+4
- add Win32 port from Bob Kline . - applied patch from Rudy Lippan which fixes a memory-leak with failed connections. - applied patch from Hein Roehrig which fixes a bug with escaping a backslash except for octal presentation - applied patch from Francis J. Lacoste to enhance the table_attributes subroutine
2000-08-27Convert packages to use PERL5_PACKLIST (part 2). These are the database andjlam5-22/+9
Apache perl modules, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
2000-05-24Depend on p5-DBI>=1.08, not p5-DBI-1.08 (we are now at 1.13)rh1-2/+2
2000-05-20Update dependency on postgresql to >=6.5.3.jlam1-2/+2
2000-05-03Replace hard coded 'i386-netbsd' by ${MACHINE_ARCH}-${LOWER_OPSYS}. Fixesrh3-7/+7
PR 9774 by Michael Wolfson. Adapt for new installation directory structure of postgresql package.
2000-02-19Initial import of p5-DBD-postgresql-0.93, the DBD/DBI driver for Postgresql.jwise7-0/+46