[COMMITTERS] pgsql: Tell gettext which codeset to use by calling

2009-04-08 Thread Heikki Linnakangas
Log Message: --- Tell gettext which codeset to use by calling bind_textdomain_codeset(). We already did that on Windows, but it's needed on other platforms too when LC_CTYPE=C. With other locales, we enforce (or trust) that the codeset of the locale matches the server encoding so we don't n

[COMMITTERS] pgsql: Oops, mustn't call textdomain() when compiling without

2009-04-08 Thread Heikki Linnakangas
Log Message: --- Oops, mustn't call textdomain() when compiling without --enable-nls Modified Files: -- pgsql/src/backend/utils/init: postinit.c (r1.189 -> r1.190) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/init/postinit.c?r1=1.189&r2

[COMMITTERS] psqlodbc - psqlodbc: Prep 08.04.0100.

2009-04-08 Thread User H-saito
Log Message: --- Prep 08.04.0100. adjustment. Modified Files: -- psqlodbc: win64.mak (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/win64.mak.diff?r1=1.7&r2=1.8) win32.mak (r1.52 -> r1.53) (http://cvs.pgfoundr

[COMMITTERS] slony1-ctl - slony-ctl: forgotten files...

2009-04-08 Thread User Sas
Log Message: --- forgotten files... Modified Files: -- slony-ctl/outils: 01_create_init.sh (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/slony1-ctl/slony-ctl/outils/01_create_init.sh.diff?r1=1.4&r2=1.5) 02_exec_init.sh (r1.5 -> r1.6)

[COMMITTERS] pgsql: Quote string literals correctly in the new CREATE SERVER

2009-04-08 Thread Heikki Linnakangas
Log Message: --- Quote string literals correctly in the new CREATE SERVER statements and binary upgrade UPDATE statements. Modified Files: -- pgsql/src/bin/pg_dump: pg_dump.c (r1.534 -> r1.535) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump

[COMMITTERS] slony1-ctl - slony-ctl: Some cleaning of inclusion files

2009-04-08 Thread User Sas
Log Message: --- Some cleaning of inclusion files Modified Files: -- slony-ctl/etc: fonctions.sh (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/slony1-ctl/slony-ctl/etc/fonctions.sh.diff?r1=1.2&r2=1.3) relations.h (r1.2 -> r1.3)

[COMMITTERS] pgsql: Allow leading and trailing spaces around NaN in numeric_in.

2009-04-08 Thread Tom Lane
Log Message: --- Allow leading and trailing spaces around NaN in numeric_in. Sam Mason, rewritten a bit by Tom. Modified Files: -- pgsql/src/backend/utils/adt: numeric.c (r1.116 -> r1.117) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/a

[COMMITTERS] pgsql: Remove psql's ancient hack that suppressed functions taking or

2009-04-08 Thread Tom Lane
Log Message: --- Remove psql's ancient hack that suppressed functions taking or returning cstring from the output of \df. Now that the default behavior is to exclude all system functions, the de-cluttering rationale for this behavior seems pretty weak; and it was always quite confusing/unh

[COMMITTERS] pgsql: XMLATTRIBUTES() should send the attribute values through

2009-04-08 Thread Peter Eisentraut
Log Message: --- XMLATTRIBUTES() should send the attribute values through map_sql_value_to_xml_value() instead of directly through the data type output function. This is per SQL standard, and consistent with XMLELEMENT(). Modified Files: -- pgsql/src/backend/executor:

[COMMITTERS] pgsql: Fix the plpgsql memory leak exhibited in bug #4677.

2009-04-08 Thread Tom Lane
Log Message: --- Fix the plpgsql memory leak exhibited in bug #4677. That leak was introduced by my patch of 2007-01-28 to use per-subtransaction ExprContexts/EStates: since we re-prepared any expression tree when the current subtransaction ID changed, we'd accumulate more and more leaked