[PATCHES] fix memory leak in psql

2004-09-13 Thread Neil Conway
This patch fixes a small memory leak in psql. Barring any objections, I intend to apply it within 24 hours. -Neil psql-psqlrc-leak-fix-1.patch Description: Binary data ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re: [PATCHES] pgxs default installation + various fixes

2004-09-13 Thread Fabien COELHO
Dear Bruce, So, the question remains the same: is there a consensus to drop install-all-headers/light-install targets for a simple and full install? This is the 8.0 release --- let's remove those targets. Our logic has usually been to remove confusing options and document their removal rather

Re: [PATCHES] Translation updates for 8.0: initdb-ru, pg_dump-ru, psql-ru

2004-09-13 Thread Peter Eisentraut
Serguei Mokhov wrote: I updated all the attached .po files back to 100% an also tweaked some messages and fixed discovered typos in psql. Please apply. Done. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)---

Re: [PATCHES] New Translation

2004-09-13 Thread Peter Eisentraut
[EMAIL PROTECTED] wrote: hello, we are starting a new language translation in postgresql. I send the pg_controldata message translation in Farsi language. Installed. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of

Re: [PATCHES] new spanish translations

2004-09-13 Thread Peter Eisentraut
Alvaro Herrera wrote: pg_ctl and initdb spanish translation files are attached. Please apply. Note that they have to be added to both nls.mk files. Done. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)---

Re: [PATCHES] NLS: czech

2004-09-13 Thread Peter Eisentraut
Karel Zak wrote: attached is patch with Czech .po files updates (some files are new). Installed. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index

Re: [PATCHES]Update 2 zh_TW message files for 8.0

2004-09-13 Thread Peter Eisentraut
Zhenbang Wei wrote: Fix libpq-zh_TW.po and translate more messages in postgres-zh_TW.po. Installed. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an

Re: [PATCHES] po update for zh_CN

2004-09-13 Thread Peter Eisentraut
Weiping wrote: Hi, We updated the 8.0 NLS files. I've installed all except the backend one. Please fix the following errors backend-zh_CN.po:48: format specifications in 'msgid' and 'msgstr' for argument 2 are not the same backend-zh_CN.po:2795: format specifications in 'msgid' and 'msgstr'

Re: [PATCHES] Some patches terminated

2004-09-13 Thread Peter Eisentraut
Mirko Tebaldi - Pubblico wrote: Here is some italian .po file terminated. Installed. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re: [PATCHES] New Translation

2004-09-13 Thread Andreas Pflug
Peter Eisentraut wrote: Tom Lane wrote: Nonetheless, it would also be good to have some consistency between the core PG server and related projects. I tend to agree that we should honor pgadmin's precedent here; it's not a strong argument but the argument for fa over fa_IR seems even weaker.

Re: [PATCHES] pgxs default installation + various fixes

2004-09-13 Thread Bruce Momjian
Fabien COELHO wrote: Dear Bruce, So, the question remains the same: is there a consensus to drop install-all-headers/light-install targets for a simple and full install? This is the 8.0 release --- let's remove those targets. Our logic has usually been to remove confusing options

Re: [PATCHES] Translation updates for 8.0: initdb-ru, pg_dump-ru, psql-ru

2004-09-13 Thread Serguei A. Mokhov
On Mon, 13 Sep 2004, Peter Eisentraut wrote: Date: Mon, 13 Sep 2004 14:12:06 +0200 Serguei Mokhov wrote: I updated all the attached .po files back to 100% an also tweaked some messages and fixed discovered typos in psql. Please apply. Done. Thank you Peter. Do you have the one for the

Re: [PATCHES] Translation updates for 7.4/8.0: postgres-ru

2004-09-13 Thread Peter Eisentraut
Serguei Mokhov wrote: A chunk of 120 translated messages. Please apply to both, 7.4/8.0 branches. Done. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose

Re: [PATCHES] po update for zh_CN

2004-09-13 Thread Peter Eisentraut
Weiping wrote: Peter Eisentraut wrote: Weiping wrote: Hi, We updated the 8.0 NLS files. I've installed all except the backend one. Please fix the following errors fixed and attached. OK, committed. -- Peter Eisentraut http://developer.postgresql.org/~petere/

Re: [PATCHES] fix memory leak in psql

2004-09-13 Thread Neil Conway
On Tue, 2004-09-14 at 03:57, Neil Conway wrote: This patch fixes a small memory leak in psql. Barring any objections, I intend to apply it within 24 hours. Patch applied. -Neil ---(end of broadcast)--- TIP 3: if posting/reading through Usenet,

Re: [PATCHES] pltcl on win32

2004-09-13 Thread Tom Lane
Magnus Hagander [EMAIL PROTECTED] writes: The following patch fixes pltcl compiles on win32. Applied, thanks. regards, tom lane ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate

Re: [PATCHES] contrib/dbase

2004-09-13 Thread Tom Lane
Laurent Ballester [EMAIL PROTECTED] writes: Here is a patch for contrib/dbase module to allow it to be compiled under win32 with mingw compiler. Applied, thanks. regards, tom lane ---(end of broadcast)--- TIP 5: Have you

Re: [PATCHES] [pgsql-hackers-win32] Contrib modules on Win32

2004-09-13 Thread Tom Lane
Claudio Natoli [EMAIL PROTECTED] writes: Win32 compile fixes for pgbench, pgcrypto, and tsearch. Applied, thanks. regards, tom lane ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

Re: [PATCHES] [pgsql-hackers-win32] Contrib modules on Win32

2004-09-13 Thread Tom Lane
Claudio Natoli [EMAIL PROTECTED] writes: Win32 compile fix for misc_utils. Applied. regards, tom lane ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send unregister

Re: [PATCHES] Tsearch2 update for Win32.

2004-09-13 Thread Tom Lane
Dave Page [EMAIL PROTECTED] writes: The Win32 installer cannot easily handle 'copy from stdin' thus preventing execution of scripts that use copy. Tsearch2 appears to have the only script that does this - the attached patch changes the copy to a bunch of INSERTs. Applied. I also fixed the

Re: [PATCHES] pg_autovacuum service fixes

2004-09-13 Thread Tom Lane
Dave Page [EMAIL PROTECTED] writes: The attached patch addresses the following issues with the WIn32 service code in pg_autovacuum. Please apply. Done. regards, tom lane ---(end of broadcast)--- TIP 7: don't forget to

Re: [PATCHES] [pgsql-hackers-win32] Contrib modules on Win32

2004-09-13 Thread Tom Lane
Andreas Pflug [EMAIL PROTECTED] writes: cube seg patch attached. Compiles, but not tested. Applied, thanks. (The modules still pass their regression tests on Unix, FWIW.) regards, tom lane ---(end of broadcast)--- TIP

Re: [PATCHES] Updated postgres-it.po.bz2 for CURRENT branch

2004-09-13 Thread Peter Eisentraut
Mirko Tebaldi - Pubblico wrote: in attachment, the update postgres-it.po Installed. this file, and the italian .po file i sent you saturday are ALL from the CURRENT branch. i see that you've update the version 7.4 status table, but i used the po/pot taken from the current. No, all your