[COMMITTERS] pginstaller - pginst: Update translation templates for translators who

2006-09-27 Thread User Mha
Log Message: --- Update translation templates for translators who don't have working build env Modified Files: -- pginst/lang: de.xml (r1.28 -> r1.29) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/de.xml.diff?r1=1.28&r2=1.29)

[COMMITTERS] npgsql - Npgsql: Fixed ja.resx.

2006-09-27 Thread User H-saito
Log Message: --- Fixed ja.resx. Modified Files: -- Npgsql/src/Npgsql: NpgsqlCommand.ja.resx (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Npgsql/NpgsqlCommand.ja.resx.diff?r1=1.1&r2=1.2) ---(end of br

[COMMITTERS] pgsql: Oops, forgot that libpq needs extra steps to make use of

2006-09-27 Thread Tom Lane
Log Message: --- Oops, forgot that libpq needs extra steps to make use of src/port/ files. Modified Files: -- pgsql/src/interfaces/libpq: Makefile (r1.148 -> r1.149) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/Makefile.diff?r1=1.1

[COMMITTERS] webtranslator - l10n: the old ones, aren't XHTML Strict

2006-09-27 Thread User Mario__
Log Message: --- the old ones, aren't XHTML Strict Modified Files: -- l10n/es: template_base.html (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/webtranslator/l10n/es/template_base.html.diff?r1=1.6&r2=1.7) template_new_user.html (r1.1

[COMMITTERS] pgbuildfarm - client-code: add alerts stanza to config file

2006-09-27 Thread User Andrewd
Log Message: --- add alerts stanza to config file Modified Files: -- client-code: build-farm.conf (r1.20 -> r1.21) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/build-farm.conf.diff?r1=1.20&r2=1.21) ---(end of

[COMMITTERS] pgbuildfarm - client-code: allow force_every to be a per branch setting

2006-09-27 Thread User Andrewd
Log Message: --- allow force_every to be a per branch setting in the config - support scalar settings for legacy purposes. Modified Files: -- client-code: build-farm.conf (r1.19 -> r1.20) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/

[COMMITTERS] pgbuildfarm - client-code: Seems like we need to look for files listed

2006-09-27 Thread User Andrewd
Log Message: --- Seems like we need to look for files listed in cvsignore files explicitly, as noticed by Rocco Altier. Modified Files: -- client-code: run_build.pl (r1.69 -> r1.70) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/run_bu

[COMMITTERS] press - pr: Minor corrections to press kit.

2006-09-27 Thread User Aglio
Log Message: --- Minor corrections to press kit. Updated press faq for 8.2 Modified Files: -- pr/faq: press_faq.html (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/faq/press_faq.html.diff?r1=1.4&r2=1.5) pr/releases/8.2/en:

[COMMITTERS] webtranslator - l10n: This file show the new form to create the

2006-09-27 Thread User Mario__
Log Message: --- This file show the new form to create the account Added Files: --- l10n/es: template_new_user.html (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/webtranslator/l10n/es/template_new_user.html?rev=1.1&content-type=text/x-cvsweb-markup) --

[COMMITTERS] webtranslator - l10n: now is possible to create new accounts.

2006-09-27 Thread User Mario__
Log Message: --- now is possible to create new accounts. Everybody is able to get one Modified Files: -- l10n: urls.py (r1.11 -> r1.12) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/webtranslator/l10n/urls.py.diff?r1=1.11&r2=1.12) l10n/es: model

[COMMITTERS] pgsql: Replace strncpy with strlcpy in selected places that seem

2006-09-27 Thread Tom Lane
Log Message: --- Replace strncpy with strlcpy in selected places that seem possibly relevant to performance. (A wholesale effort to get rid of strncpy should be undertaken sometime, but not during beta.) This commit also fixes dynahash.c to correctly truncate overlength string keys for ha

[COMMITTERS] pgsql: Add strlcpy() to the set of functions supported by src/port/ when

2006-09-27 Thread Tom Lane
Log Message: --- Add strlcpy() to the set of functions supported by src/port/ when not available directly on the platform. Per discussion, this function is sufficiently widely recognized to be treated as standard. Modified Files: -- pgsql: configure (r1.505 -> r1.5

[COMMITTERS] pgsql: Fix some misuses of strncat().

2006-09-27 Thread Tom Lane
Log Message: --- Fix some misuses of strncat(). Modified Files: -- pgsql/src/bin/pg_config: pg_config.c (r1.20 -> r1.21) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_config/pg_config.c.diff?r1=1.20&r2=1.21) pgsql/src/tutorial: fu

[COMMITTERS] pgsql: Remove separate strdup.h header file; it's redundant with port.h.

2006-09-27 Thread Tom Lane
Log Message: --- Remove separate strdup.h header file; it's redundant with port.h. Modified Files: -- pgsql/src/bin/pg_dump: common.c (r1.92 -> r1.93) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/common.c.diff?r1=1.92&r2=1.93) p