[COMMITTERS] pgsql-server: Translation update

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

[COMMITTERS] pgsql-server: Translation update

2004-05-28 Thread Peter Eisentraut
Log Message: --- Translation update Modified Files: -- pgsql-server/src/backend/po: ru.po (r1.13 -> r1.14) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/po/ru.po.diff?r1=1.13&r2=1.14) ---(end of broadcast)

[COMMITTERS] pgsql-server: Translation updates

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

[COMMITTERS] pgsql-server: Translation update

2004-05-28 Thread Peter Eisentraut
Log Message: --- Translation update Tags: REL7_4_STABLE Modified Files: -- pgsql-server/src/backend/po: ru.po (r1.12 -> r1.12.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/po/ru.po.diff?r1=1.12&r2=1.12.2.1) ---

[COMMITTERS] pgsql-server: Fix another place that assumed 'x = lcons(y, z)' would not

2004-05-28 Thread Tom Lane
Log Message: --- Fix another place that assumed 'x = lcons(y, z)' would not have any side-effect on the original list z. I fear we have a few more of these to track down yet :-(. Modified Files: -- pgsql-server/src/backend/rewrite: rewriteHandler.c (r1.136 -> r1.13

[COMMITTERS] unsubscribe [email protected]

2004-05-28 Thread Daniel Molina Wegener
unsubscribe [EMAIL PROTECTED] ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

[COMMITTERS] pgsql-server: New Directory

2004-05-28 Thread Tom Lane
Update of /cvsroot/pgsql-server/src/include/postmaster In directory svr1.postgresql.org:/var/tmp/cvs-serv84773/postmaster Log Message: Directory /cvsroot/pgsql-server/src/include/postmaster added to the repository ---(end of broadcast)--- TIP 6: Ha

[COMMITTERS] pgsql-server: When checking for thread safety with

2004-05-28 Thread Bruce Momjian
Log Message: --- When checking for thread safety with src/tools/thread/thread_test.c, the mktemp function wants an argument that contains 6 X, while the current version only supplies 5 X which will fail on my SuSE 8.1. Andreas Pflug Modified Files: -- pgsql-server/src/tool

[COMMITTERS] pgsql-server: Remove quotes around $CONFIG_LINKS.

2004-05-28 Thread Bruce Momjian
Log Message: --- Remove quotes around $CONFIG_LINKS. Caused improper expansion. Modified Files: -- pgsql-server: configure (r1.370 -> r1.371) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/configure.diff?r1=1.370&r2=1.371) configure.in (r

[COMMITTERS] pgsql-server: Fix minor error in comment.

2004-05-28 Thread Tom Lane
Log Message: --- Fix minor error in comment. Modified Files: -- pgsql-server/src/backend/catalog: aclchk.c (r1.101 -> r1.102) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/catalog/aclchk.c.diff?r1=1.101&r2=1.102)

Re: [COMMITTERS] pgsql-server/src backend/access/transam/xact.c ...

2004-05-28 Thread Christopher Kings-Lynne
Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, to wit: Add a header record to each WAL segment file so that it can be reliably identified. Avoid splitting WAL records across segment files (this is not strictly necessary, but makes it simpler

[COMMITTERS] pgsql-server: Fix thinko in recent patch to change temp-table

2004-05-28 Thread Tom Lane
Log Message: --- Fix thinko in recent patch to change temp-table permissions behavior: this is an aclmask function and does not have the same return convention as aclcheck functions. Also adjust the behavior so that users without CREATE TEMP permission still have USAGE permission on their

[COMMITTERS] pgsql-server: Stat function now can show statistics per weight of

2004-05-28 Thread Teodor Sigaev
Log Message: --- Stat function now can show statistics per weight of lexemes Modified Files: -- pgsql-server/contrib/tsearch2: ts_stat.c (r1.5 -> r1.6) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/contrib/tsearch2/ts_stat.c.diff?r1=1.5&r2=1.6)

[COMMITTERS] pgsql-server: Fix some typos I introduced in WIN32-only code late last

2004-05-28 Thread Tom Lane
Log Message: --- Fix some typos I introduced in WIN32-only code late last night. Thanks to Thomas Hallgren. Modified Files: -- pgsql-server/src/backend/postmaster: postmaster.c (r1.398 -> r1.399) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/

[COMMITTERS] pgsql-server/src/backend/utils/adt pgstatfuncs.c

2004-05-28 Thread Jan Wieck
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/02/11 21:44:22 Modified files: src/backend/utils/adt: pgstatfuncs.c Log message: Added hints about the reason, why the command string in the view pg_stat_activity is missing,

[COMMITTERS] pgsql-server: New version.

2004-05-28 Thread Teodor Sigaev
Log Message: --- New version. Add support for int2, int8, float4, float8, timestamp with/without time zone, time with/without time zone, date, interval, oid, money and macaddr, char, varchar/text, bytea, numeric, bit, varbit, inet/cidr types for GiST Modified Files: -- pg