[COMMITTERS] textsearch-ja - textsearch-ja: Use appropriate error codes.

2009-03-02 Thread User Itagaki
Log Message: --- Use appropriate error codes. Modified Files: -- textsearch-ja: textsearch_ja.c (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch-ja/textsearch_ja.c.diff?r1=1.8&r2=1.9) -- Sent via pgsql-committers mailin

[COMMITTERS] pgsql: Ooops ...

2009-03-02 Thread Tom Lane
Log Message: --- Ooops ... fix some confusion between gettext() and _() in my previous patch. This has moved around in past releases, so just copying-and-pasting from HEAD didn't work as intended. Tags: REL7_4_STABLE Modified Files: -- pgsql/src/backend/utils/error:

[COMMITTERS] pgsql: Ooops ...

2009-03-02 Thread Tom Lane
Log Message: --- Ooops ... fix some confusion between gettext() and _() in my previous patch. This has moved around in past releases, so just copying-and-pasting from HEAD didn't work as intended. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/backend/utils/error:

[COMMITTERS] pgsql: Ooops ...

2009-03-02 Thread Tom Lane
Log Message: --- Ooops ... fix some confusion between gettext() and _() in my previous patch. This has moved around in past releases, so just copying-and-pasting from HEAD didn't work as intended. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/backend/utils/error:

[COMMITTERS] pgsql: Ooops ...

2009-03-02 Thread Tom Lane
Log Message: --- Ooops ... fix some confusion between gettext() and _() in my previous patch. This has moved around in past releases, so just copying-and-pasting from HEAD didn't work as intended. Tags: REL8_3_STABLE Modified Files: -- pgsql/src/backend/utils/error:

[COMMITTERS] pgsql: Ooops ...

2009-03-02 Thread Tom Lane
Log Message: --- Ooops ... fix some confusion between gettext() and _() in my previous patch. This has moved around in past releases, so just copying-and-pasting from HEAD didn't work as intended. Tags: REL8_2_STABLE Modified Files: -- pgsql/src/backend/utils/error:

[COMMITTERS] pgsql: When we are in error recursion trouble, arrange to suppress

2009-03-02 Thread Tom Lane
Log Message: --- When we are in error recursion trouble, arrange to suppress translation and encoding conversion of any elog/ereport message being sent to the frontend. This generalizes a patch that I put in last October, which suppressed translation of only specific messages known to be as

[COMMITTERS] pgsql: When we are in error recursion trouble, arrange to suppress

2009-03-02 Thread Tom Lane
Log Message: --- When we are in error recursion trouble, arrange to suppress translation and encoding conversion of any elog/ereport message being sent to the frontend. This generalizes a patch that I put in last October, which suppressed translation of only specific messages known to be as

[COMMITTERS] pgsql: When we are in error recursion trouble, arrange to suppress

2009-03-02 Thread Tom Lane
Log Message: --- When we are in error recursion trouble, arrange to suppress translation and encoding conversion of any elog/ereport message being sent to the frontend. This generalizes a patch that I put in last October, which suppressed translation of only specific messages known to be as

[COMMITTERS] pgsql: When we are in error recursion trouble, arrange to suppress

2009-03-02 Thread Tom Lane
Log Message: --- When we are in error recursion trouble, arrange to suppress translation and encoding conversion of any elog/ereport message being sent to the frontend. This generalizes a patch that I put in last October, which suppressed translation of only specific messages known to be as

[COMMITTERS] pgsql: When we are in error recursion trouble, arrange to suppress

2009-03-02 Thread Tom Lane
Log Message: --- When we are in error recursion trouble, arrange to suppress translation and encoding conversion of any elog/ereport message being sent to the frontend. This generalizes a patch that I put in last October, which suppressed translation of only specific messages known to be as

[COMMITTERS] pgsql: When we are in error recursion trouble, arrange to suppress

2009-03-02 Thread Tom Lane
Log Message: --- When we are in error recursion trouble, arrange to suppress translation and encoding conversion of any elog/ereport message being sent to the frontend. This generalizes a patch that I put in last October, which suppressed translation of only specific messages known to be as

[COMMITTERS] pgsql: Fix usage of char2wchar/wchar2char.

2009-03-02 Thread Teodor Sigaev
Log Message: --- Fix usage of char2wchar/wchar2char. Changes: - pg_wchar and wchar_t could have different size, so char2wchar doesn't call pg_mb2wchar_with_len to prevent out-of-bound memory bug - make char2wchar/wchar2char symmetric, now they should not be called with C-locale becau

[COMMITTERS] pgsql: Fix usage of char2wchar/wchar2char.

2009-03-02 Thread Teodor Sigaev
Log Message: --- Fix usage of char2wchar/wchar2char. Changes: - pg_wchar and wchar_t could have different size, so char2wchar doesn't call pg_mb2wchar_with_len to prevent out-of-bound memory bug - make char2wchar/wchar2char symmetric, now they should not be called with C-locale becau

[COMMITTERS] pgsql: Fix usage of char2wchar/wchar2char.

2009-03-02 Thread Teodor Sigaev
Log Message: --- Fix usage of char2wchar/wchar2char. Changes: - pg_wchar and wchar_t could have different size, so char2wchar doesn't call pg_mb2wchar_with_len to prevent out-of-bound memory bug - make char2wchar/wchar2char symmetric, now they should not be called with C-locale becau

[COMMITTERS] textsearch-ja - textsearch-ja: Fix normalization routine for full-width

2009-03-02 Thread User Itagaki
Log Message: --- Fix normalization routine for full-width handaku and hiragana + (dakuten or handakuten). (reported by BERO) Add encoding check between database and mecab. Modified Files: -- textsearch-ja: encoding_eucjp.c (r1.4 -> r1.5) (http://cvs.pgfoun