[COMMITTERS] pgsql-server: Document that the semicolon following the final "END" in a

2004-10-03 Thread Neil Conway
Log Message: --- Document that the semicolon following the final "END" in a function body is optional. Modified Files: -- pgsql-server/doc/src/sgml: plpgsql.sgml (r1.47 -> r1.48) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/doc/src/sgml/plpgsql.

[COMMITTERS] pginstaller - pginst: Re-arrange contrib module checkboxes into 4

2004-10-03 Thread User Dpage
Log Message: --- Re-arrange contrib module checkboxes into 4 columns. Add tooltips to checkboxes. Modified Files: -- pginst/wxs: dialogs.wxs (r1.31 -> r1.32) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/dialogs.wxs.diff?r1=1.31&r2=1.3

[COMMITTERS] pginstaller - pginst: Remove reference to "." domain, now that we

2004-10-03 Thread User Mha
Log Message: --- Remove reference to "." domain, now that we default to putting the correct domain or computer name in it's own field. Modified Files: -- pginst/wxs: dialogs.wxs (r1.30 -> r1.31) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pgin

[COMMITTERS] pgsql-server: Translation update

2004-10-03 Thread Peter Eisentraut
Log Message: --- Translation update Modified Files: -- pgsql-server/src/backend/po: zh_TW.po (r1.11 -> r1.12) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/po/zh_TW.po.diff?r1=1.11&r2=1.12) ---(end of broadcas

[COMMITTERS] pgsql-server: Translation update

2004-10-03 Thread Peter Eisentraut
Log Message: --- Translation update Modified Files: -- pgsql-server/src/backend/po: pt_BR.po (r1.2 -> r1.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/po/pt_BR.po.diff?r1=1.2&r2=1.3) ---(end of broadcast)--

[COMMITTERS] pgsql-server: Translation update

2004-10-03 Thread Peter Eisentraut
Log Message: --- Translation update Modified Files: -- pgsql-server/src/bin/pg_dump/po: pt_BR.po (r1.4 -> r1.5) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/pg_dump/po/pt_BR.po.diff?r1=1.4&r2=1.5) ---(end of broa

[COMMITTERS] pgsql-server: Translation updates

2004-10-03 Thread Peter Eisentraut
Log Message: --- Translation updates Modified Files: -- pgsql-server/src/bin/initdb/po: pt_BR.po (r1.2 -> r1.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/initdb/po/pt_BR.po.diff?r1=1.2&r2=1.3) pgsql-server/src/bin/pg_controldata/p

[COMMITTERS] pgsql-server: Translation update

2004-10-03 Thread Peter Eisentraut
Log Message: --- Translation update Modified Files: -- pgsql-server/src/interfaces/libpq/po: ru.po (r1.14 -> r1.15) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/interfaces/libpq/po/ru.po.diff?r1=1.14&r2=1.15) ---(end

[COMMITTERS] pginstaller - pginst: Clearify message about requirement for != terminal

2004-10-03 Thread User Mha
Log Message: --- Clearify message about requirement for != terminal services. Centralise duplicated error msg to one place. Modified Files: -- pginst/ca: pginstca.c (r1.54 -> r1.55) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstc

[COMMITTERS] pginstaller - pginst: Make sure CAs are only called when on NT

2004-10-03 Thread User Mha
Log Message: --- Make sure CAs are only called when on NT platforms, since the DLL won't load on 9x. (They're only used for server installs) Get rid of crufty registry check for windows version, and use the installer prodvided property instead. Modified Files: -- pginst/

[COMMITTERS] pginstaller - pginst: Fix so the back button from the ready dialog

2004-10-03 Thread User Mha
Log Message: --- Fix so the back button from the ready dialog brings up the contrib dialog (which was the previous one) instead of skipping past it to the PL dialog... Modified Files: -- pginst/wxs: dialogs.wxs (r1.28 -> r1.29) (http://cvs.pgfoundry.org/cg

[COMMITTERS] pginstaller - pginst: Hide the pgperm and initdb windows when running

2004-10-03 Thread User Mha
Log Message: --- Hide the pgperm and initdb windows when running the processes. Note - initdb can't be hidden on windows 2003 or XP <= SP2. This is a bug in windows documented in Q818858. Works fine in 2000. pgperm.bat is always hidden. Modified Files: -- pginst/ca:

[COMMITTERS] pginstaller - pginst: Add ProgressText elements for CAs, so the

2004-10-03 Thread User Mha
Log Message: --- Add ProgressText elements for CAs, so the installation shows what's happening while installing PLs and Contrib SQL. Modified Files: -- pginst/wxs: pginst.wxs (r1.68 -> r1.69) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/

[COMMITTERS] pginstaller - pginst: Don't execute rollback command before getting the

2004-10-03 Thread User Mha
Log Message: --- Don't execute rollback command before getting the error message when a failure occurs while running SQL scripts. A successfull rollback clears the error message from libpq... Modified Files: -- pginst/ca: pginstca.c (r1.52 -> r1.53) (http

[COMMITTERS] pginstaller - pginst: Disable the initdb step when running on NT4.

2004-10-03 Thread User Mha
Log Message: --- Disable the initdb step when running on NT4. Previously it would just show a complicated error message about problems in netapi32.dll. Instead, show a message informing the user that initdb is not supported on NT4, and prevent it from being enabled. Modified Files: