[COMMITTERS] pgsql: Fix configure detection code when --with-ldap and

2007-02-02 Thread Bruce Momjian
Log Message: --- Fix configure detection code when --with-ldap and --enable-thread-safety are both used. Backpatch to 8.2.X. Albe Laurenz Tags: REL8_2_STABLE Modified Files: -- pgsql: configure (r1.523.2.3 -> r1.523.2.4) (http://developer.postgresql

[COMMITTERS] pgsql: Fix configure detection code when --with-ldap and

2007-02-02 Thread Bruce Momjian
Log Message: --- Fix configure detection code when --with-ldap and --enable-thread-safety are both used. Albe Laurenz Modified Files: -- pgsql: configure (r1.532 -> r1.533) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.532&r2=1.533)

[COMMITTERS] pgsql: Add patches thread for: * Reduce checkpoint performance

2007-02-02 Thread Bruce Momjian
Log Message: --- Add patches thread for: * Reduce checkpoint performance degredation by forcing data to disk more evenly > http://archives.postgresql.org/pgsql-patches/2006-12/msg00104.php Modified Files: -- pgsql/doc: TODO (r1.2069 -> r1.2070) (http:

[COMMITTERS] pgsql: Add URL for: * Allow sequential scans to take advantage of other

2007-02-02 Thread Bruce Momjian
Log Message: --- Add URL for: * Allow sequential scans to take advantage of other concurrent sequential scans, also called "Synchronised Scanning" > > http://archives.postgresql.org/pgsql-hackers/2006-12/msg00784.php Modified Files: -- pgsql/doc: TODO (r1.2068

[COMMITTERS] plpsm - plpgpsm: merge patch

2007-02-02 Thread User Okbob
Log Message: --- merge patch http://archives.postgresql.org/pgsql-committers/2007-02/msg00016.php not null domain check Modified Files: -- plpgpsm/src: pl_exec.c (r1.31 -> r1.32) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plpsm/plpgpsm/src/pl_exec.c.diff?

[COMMITTERS] pgsql: Add: > * Reduce checkpoint performance degredation by forcing

2007-02-02 Thread Bruce Momjian
Log Message: --- Add: > * Reduce checkpoint performance degredation by forcing data to disk > more evenly > > http://archives.postgresql.org/pgsql-hackers/2006-12/msg00337.php > http://archives.postgresql.org/pgsql-hackers/2007-01/msg00079.php Modified Files: -- pgs

[COMMITTERS] pgsql: Add URL for: o Fix RENAME to work on variables

2007-02-02 Thread Bruce Momjian
Log Message: --- Add URL for: o Fix RENAME to work on variables other than OLD/NEW > > http://archives.postgresql.org/pgsql-hackers/2007-01/msg01587.php Modified Files: -- pgsql/doc: TODO (r1.2066 -> r1.2067) (http://develo

[COMMITTERS] orafce - orafce: utl_file is secure.

2007-02-02 Thread User Okbob
Log Message: --- utl_file is secure. Protection is solved via table with accessable directories utl_file.utl_file_dir. Modified Files: -- orafce: README.orafunc (r1.24 -> r1.25) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/README.orafunc.diff?

[COMMITTERS] pgsql: This patch changes the installscript for vcbuild to actually

2007-02-02 Thread Neil Conway
Log Message: --- This patch changes the installscript for vcbuild to actually parse the generated solution files for what to install, instead of blindly copying everything as it previously did. With the previous quick-n-dirty version, it would copy old DLLs if you reconfigured in a way that

[COMMITTERS] pgsql: Reword suggestion that libpq.dll be installed in WINNT\SYSTEM32

2007-02-02 Thread Neil Conway
Log Message: --- Reword suggestion that libpq.dll be installed in WINNT\SYSTEM32 under Windows. Per Magnus Hagander, this is not recommended. Tags: REL8_2_STABLE Modified Files: -- pgsql/doc/src/sgml: install-win32.sgml (r1.29 -> r1.29.2.1) (http://de

[COMMITTERS] pgsql: Reword suggestion that libpq.dll be installed in WINNT\SYSTEM32

2007-02-02 Thread Neil Conway
Log Message: --- Reword suggestion that libpq.dll be installed in WINNT\SYSTEM32 under Windows. Per Magnus Hagander, this is not recommended. Modified Files: -- pgsql/doc/src/sgml: install-win32.sgml (r1.29 -> r1.30) (http://developer.postgresql.org/cvsweb.

[COMMITTERS] pgsql: Reword suggestion that libpq.dll be installed in WINNT\SYSTEM32

2007-02-02 Thread Neil Conway
Log Message: --- Reword suggestion that libpq.dll be installed in WINNT\SYSTEM32 under Windows. Per Magnus Hagander, this is not recommended. Tags: REL8_1_STABLE Modified Files: -- pgsql/doc/src/sgml: install-win32.sgml (r1.26 -> r1.26.2.1) (http://de

[COMMITTERS] pgsql: Reword suggestion that libpq.dll be installed in WINNT\SYSTEM32

2007-02-02 Thread Neil Conway
Log Message: --- Reword suggestion that libpq.dll be installed in WINNT\SYSTEM32 under Windows. Per Magnus Hagander, this is not recommended. Tags: REL8_0_STABLE Modified Files: -- pgsql/doc/src/sgml: install-win32.sgml (r1.23.4.3 -> r1.23.4.4) (http:

[COMMITTERS] orafce - orafce: utl_file regress test

2007-02-02 Thread User Okbob
Log Message: --- utl_file regress test Modified Files: -- orafce: Makefile (r1.16 -> r1.17) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/Makefile.diff?r1=1.16&r2=1.17) file.c (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cv

[COMMITTERS] orafce - orafce: utl_file documentation

2007-02-02 Thread User Okbob
Log Message: --- utl_file documentation Modified Files: -- orafce: README.orafunc (r1.23 -> r1.24) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/README.orafunc.diff?r1=1.23&r2=1.24) ---(end of broadcast)

[COMMITTERS] orafce - orafce: unsecure utl_file implementation

2007-02-02 Thread User Okbob
Log Message: --- unsecure utl_file implementation Modified Files: -- orafce: file.c (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/file.c.diff?r1=1.2&r2=1.3) orafunc.sql.in (r1.29 -> r1.30) (http://cvs.pgfoundry.o

[COMMITTERS] pginstaller - pginst: Updates for 8.2.2

2007-02-02 Thread User Dpage
Log Message: --- Updates for 8.2.2 Tags: REL8_2_STABLE Modified Files: -- pginst/package: README.TXT (r1.4.2.1 -> r1.4.2.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT.diff?r1=1.4.2.1&r2=1.4.2.2) ---

[COMMITTERS] pginstaller - pginst: Updates for 8.1.7

2007-02-02 Thread User Dpage
Log Message: --- Updates for 8.1.7 Tags: REL8_1_STABLE Modified Files: -- pginst/package: README.TXT (r1.1.4.9 -> r1.1.4.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT.diff?r1=1.1.4.9&r2=1.1.4.10) -

[COMMITTERS] pginstaller - pginst: Updates for 8.0.11

2007-02-02 Thread User Dpage
Log Message: --- Updates for 8.0.11 Tags: REL8_0_STABLE Modified Files: -- pginst/package: README.TXT (r1.1.2.10 -> r1.1.2.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT.diff?r1=1.1.2.10&r2=1.1.2.11) upg

[COMMITTERS] pgsql: Applied Magnus Hagander's patch to take away some compiler

2007-02-02 Thread Michael Meskes
Log Message: --- Applied Magnus Hagander's patch to take away some compiler warnings. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.338 -> r1.339) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog.diff?r1=1.338&r2

[COMMITTERS] pginstaller - web: Mention that 8.2+ can run under an administrative

2007-02-02 Thread User Dpage
Log Message: --- Mention that 8.2+ can run under an administrative account, per Daojing.Zhou Modified Files: -- web/faq: FAQ_windows.html (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/web/faq/FAQ_windows.html.diff?r1=1.10&r2=1.11

[COMMITTERS] pgsql: Cleaned up va_list handling.

2007-02-02 Thread Michael Meskes
Log Message: --- Cleaned up va_list handling. Hopefully this now works on all archs. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.337 -> r1.338) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog.diff?r1=1.337&r2=