Age | Commit message (Collapse) | Author | Files | Lines |
|
version 7.2.3 and 7.3.1 of databases/postgresql-lib.
|
|
|
|
OK'd by jlam.
|
|
and executes on closed handles crashed perl hard. Fixes PR/18009.
|
|
|
|
|
|
change, postgresql 7.2 cannot vacuum properly. This change was submitted to the DBD-postgresql author, with no reply.
|
|
- add definition for missing type 'numeric' and fix segfault in pg_type
- implement missing metadata methods and change existing ones
|
|
* Pg.pm (quote): Applied patch to simplfiy and speed up quoting.
|
|
|
|
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
|
|
|
|
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.
|
|
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.
|
|
- fixed core dump when trying to use a BYTEA value with
a byte outside 0..127
|
|
- Fetching all records now resets Active flag as it should.
|
|
- 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.
|
|
DEPENDS+= postgresql-{6.5.3*,7.0*,lib-*}:../../databases/postgresql-lib
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
+ include distfile filesizes in distinfo
|
|
|
|
- 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
|
|
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 :)
|
|
|
|
|
|
PR 9774 by Michael Wolfson.
Adapt for new installation directory structure of postgresql package.
|
|
|