Log Message:
---
Add untsearch2.sql
Modified Files:
--
pginst/wxs:
pginst.wxs (r1.78 -> r1.79)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.78&r2=1.79)
---(end of broadcast)---
Log Message:
---
Update JDBC driver to pgdev.307
Modified Files:
--
pginst/wxs:
pginst.wxs (r1.79 -> r1.80)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.79&r2=1.80)
---(end of broadcast)--
Log Message:
---
Last minute fixes:
Use info icon when warning user about listening on all addresses.
Include missing time.h in user.c to prevent warnings in current mingw gcc.
Add userlocks SQL script flag in the info passed to the CA.
Modified Files:
--
pginst/ca:
Log Message:
---
Improve message format.
Modified Files:
--
pginst/ca:
pginstca.c (r1.61 -> r1.62)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c.diff?r1=1.61&r2=1.62)
---(end of broadcast)
Log Message:
---
Allow functions returning void or cstring to appear in FROM clause,
to make life cushy for the JDBC driver. Centralize the decision-making
that affects this by inventing a get_type_func_class() function, rather
than adding special cases in half a dozen places.
Modified Fi
Log Message:
---
Use temp files in current directory, not /tmp, to reduce security risk
while running this script.
Modified Files:
--
pgsql/contrib/findoidjoins:
make_oidjoins_check (r1.4 -> r1.5)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/fi
On Thu, 2004-10-21 at 02:42, Tom Lane wrote:
> Use temp files in current directory, not /tmp, to reduce security risk
> while running this script.
IMHO this should be backpatched to REL7_4_STABLE.
-Neil
---(end of broadcast)---
TIP 2: you can get
On Thu, 2004-10-21 at 12:51, Tom Lane wrote:
> This is well out in the get-a-life region of security issues.
Oh, absolutely, but if it's worth fixing at all, I think we may as well
backpatch it to 7.4 -- for no other reason than the security advisories
that are open right now can be closed.
-Neil
Neil Conway <[EMAIL PROTECTED]> writes:
> On Thu, 2004-10-21 at 02:42, Tom Lane wrote:
>> Use temp files in current directory, not /tmp, to reduce security risk
>> while running this script.
> IMHO this should be backpatched to REL7_4_STABLE.
Who exactly will ever use this script again against 7.