[COMMITTERS] pgsql: Make .pot files depend on the makefiles, so that they are updated

2009-01-15 Thread Peter Eisentraut
Log Message: --- Make .pot files depend on the makefiles, so that they are updated when the file or trigger function lists are changed. Modified Files: -- pgsql/src: nls-global.mk (r1.18 -> r1.19) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/nls-glob

[COMMITTERS] pgsql: Build needed things in src/test/regress/ first.

2009-01-15 Thread Peter Eisentraut
Log Message: --- Build needed things in src/test/regress/ first. And some build rules normalization. Modified Files: -- pgsql/src/interfaces/ecpg/test: Makefile (r1.76 -> r1.77) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/Makef

[COMMITTERS] pgsql: NLS cleanup in ecpglib Replace leftover instances of _() by

2009-01-15 Thread Peter Eisentraut
Log Message: --- NLS cleanup in ecpglib Replace leftover instances of _() by ecpg_gettext(), the latter being the correct way to refer to the library's message catalog, instead of the one of the program using the library. Drop NLS support for ecpg_log(), which is a debugging instrument

[COMMITTERS] pgsql: Remove unneeded GETTEXT_TRIGGERS.

2009-01-15 Thread Peter Eisentraut
Log Message: --- Remove unneeded GETTEXT_TRIGGERS. Modified Files: -- pgsql/src/pl/tcl: nls.mk (r1.1 -> r1.2) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/tcl/nls.mk?r1=1.1&r2=1.2) -- Sent via pgsql-committers mailing list (pgsql-committers@post

[COMMITTERS] pgsql: Cleanup pass over PL/Python NLS.

2009-01-15 Thread Peter Eisentraut
Log Message: --- Cleanup pass over PL/Python NLS. Add translation support to PLy_elog and PLy_exception_set, and clarify some error messages. Modified Files: -- pgsql/src/pl/plpython: Makefile (r1.31 -> r1.32) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsq

[COMMITTERS] pgsql: Fix generation too long headline with ShortWords.

2009-01-15 Thread Teodor Sigaev
Log Message: --- Fix generation too long headline with ShortWords. Per http://archives.postgresql.org/pgsql-hackers/2008-09/msg01088.php Modified Files: -- pgsql/src/backend/tsearch: wparser_def.c (r1.18 -> r1.19) (http://anoncvs.postgresql.org/cvsweb.cgi/p

[COMMITTERS] pgsql: Fix URL generation in headline.

2009-01-15 Thread Teodor Sigaev
Log Message: --- Fix URL generation in headline. Only tag lexeme will be replaced by space. Per http://archives.postgresql.org/pgsql-bugs/2008-12/msg00013.php Modified Files: -- pgsql/src/backend/tsearch: ts_parse.c (r1.10 -> r1.11) (http://anoncvs.postgres

[COMMITTERS] pgsql: Fix generation of too long headline with ShortWords.

2009-01-15 Thread Teodor Sigaev
Log Message: --- Fix generation of too long headline with ShortWords. Per http://archives.postgresql.org/pgsql-hackers/2008-09/msg01088.php Tags: REL8_3_STABLE Modified Files: -- pgsql/src/backend/tsearch: wparser_def.c (r1.14.2.1 -> r1.14.2.2) (http:

[COMMITTERS] pgsql: Fix URL generation in headline.

2009-01-15 Thread Teodor Sigaev
Log Message: --- Fix URL generation in headline. Only tag lexeme will be replaced by space. Per http://archives.postgresql.org/pgsql-bugs/2008-12/msg00013.php Tags: REL8_3_STABLE Modified Files: -- pgsql/src/backend/tsearch: ts_parse.c (r1.7 -> r1.7.2.1)

[COMMITTERS] pgsql: Fix generation of too long headline with ShortWords.

2009-01-15 Thread Teodor Sigaev
Log Message: --- Fix generation of too long headline with ShortWords. Per http://archives.postgresql.org/pgsql-hackers/2008-09/msg01088.php Tags: REL8_2_STABLE Modified Files: -- pgsql/contrib/tsearch2: wparser_def.c (r1.15.2.1 -> r1.15.2.2) (http://a

[COMMITTERS] pgsql: Fix URL generation in headline.

2009-01-15 Thread Teodor Sigaev
Log Message: --- Fix URL generation in headline. Only tag lexeme will be replaced by space. Per http://archives.postgresql.org/pgsql-bugs/2008-12/msg00013.php Tags: REL8_2_STABLE Modified Files: -- pgsql/contrib/tsearch2: ts_cfg.c (r1.21.2.1 -> r1.21.2.2)

[COMMITTERS] pgsql: Fix URL generation in headline.

2009-01-15 Thread Teodor Sigaev
Log Message: --- Fix URL generation in headline. Only tag lexeme will be replaced by space. Per http://archives.postgresql.org/pgsql-bugs/2008-12/msg00013.php Tags: REL8_1_STABLE Modified Files: -- pgsql/contrib/tsearch2: ts_cfg.c (r1.15.2.1 -> r1.15.2.2)

[COMMITTERS] pgsql: Fix generation of too long headline with ShortWords.

2009-01-15 Thread Teodor Sigaev
Log Message: --- Fix generation of too long headline with ShortWords. Per http://archives.postgresql.org/pgsql-hackers/2008-09/msg01088.php Tags: REL8_1_STABLE Modified Files: -- pgsql/contrib/tsearch2: wparser_def.c (r1.13.2.2 -> r1.13.2.3) (http://a

[COMMITTERS] pgsql: Fix generation of too long headline with ShortWords.

2009-01-15 Thread Teodor Sigaev
Log Message: --- Fix generation of too long headline with ShortWords. Per http://archives.postgresql.org/pgsql-hackers/2008-09/msg01088.php Tags: REL8_0_STABLE Modified Files: -- pgsql/contrib/tsearch2: wparser_def.c (r1.11.4.2 -> r1.11.4.3) (http://a

[COMMITTERS] pgsql: Fix URL generation in headline.

2009-01-15 Thread Teodor Sigaev
Log Message: --- Fix URL generation in headline. Only tag lexeme will be replaced by space. Per http://archives.postgresql.org/pgsql-bugs/2008-12/msg00013.php Tags: REL8_0_STABLE Modified Files: -- pgsql/contrib/tsearch2: ts_cfg.c (r1.11.4.3 -> r1.11.4.4)

[COMMITTERS] pgsql: Change explanation of pg_switch_xlog()'s return value to match

2009-01-15 Thread Heikki Linnakangas
Log Message: --- Change explanation of pg_switch_xlog()'s return value to match code. Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.469 -> r1.470) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.469&r2=1.470) -- Sent via

[COMMITTERS] pgsql: Change explanation of pg_switch_xlog()'s return value to match

2009-01-15 Thread Heikki Linnakangas
Log Message: --- Change explanation of pg_switch_xlog()'s return value to match code. Tags: REL8_3_STABLE Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.419.2.4 -> r1.419.2.5) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgm

[COMMITTERS] pgsql: Fix URL generation in headline.

2009-01-15 Thread Teodor Sigaev
Log Message: --- Fix URL generation in headline. Only tag lexeme will be replaced by space. Per http://archives.postgresql.org/pgsql-bugs/2008-12/msg00013.php Tags: REL7_4_STABLE Modified Files: -- pgsql/contrib/tsearch2: ts_cfg.c (r1.5.2.3 -> r1.5.2.4)

[COMMITTERS] pgsql: Change explanation of pg_switch_xlog()'s return value to match

2009-01-15 Thread Heikki Linnakangas
Log Message: --- Change explanation of pg_switch_xlog()'s return value to match code. Tags: REL8_2_STABLE Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.347.2.7 -> r1.347.2.8) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgm

[COMMITTERS] pgsql: Fix generation of too long headline with ShortWords.

2009-01-15 Thread Teodor Sigaev
Log Message: --- Fix generation of too long headline with ShortWords. Per http://archives.postgresql.org/pgsql-hackers/2008-09/msg01088.php Tags: REL7_4_STABLE Modified Files: -- pgsql/contrib/tsearch2: wparser_def.c (r1.5.4.2 -> r1.5.4.3) (http://ano

[COMMITTERS] pgsql: Remove period from primary error message.

2009-01-15 Thread Peter Eisentraut
Log Message: --- Remove period from primary error message. Modified Files: -- pgsql/src/bin/pg_ctl: pg_ctl.c (r1.106 -> r1.107) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_ctl/pg_ctl.c?r1=1.106&r2=1.107) -- Sent via pgsql-committers mailing