[COMMITTERS] pginstaller - pginst: Add untsearch2.sql

2004-10-20 Thread User Dpage
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)---

[COMMITTERS] pginstaller - pginst: Update JDBC driver to pgdev.307

2004-10-20 Thread User Dpage
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)--

[COMMITTERS] pginstaller - pginst: Last minute fixes: Use info icon when warning

2004-10-20 Thread User Dpage
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:

[COMMITTERS] pginstaller - pginst: Improve message format.

2004-10-20 Thread User Dpage
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)

[COMMITTERS] pgsql: Allow functions returning void or cstring to appear in FROM

2004-10-20 Thread Tom Lane
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

[COMMITTERS] pgsql: Use temp files in current directory, not /tmp, to reduce security

2004-10-20 Thread Tom Lane
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

Re: [COMMITTERS] pgsql: Use temp files in current directory, not

2004-10-20 Thread Neil Conway
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

Re: [COMMITTERS] pgsql: Use temp files in current directory, not

2004-10-20 Thread Neil Conway
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

Re: [COMMITTERS] pgsql: Use temp files in current directory, not /tmp, to reduce security

2004-10-20 Thread Tom Lane
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.