[COMMITTERS] press - pr: First cut of press_page translation in Japanese.

2004-12-03 Thread User T-ishii
Log Message: --- First cut of press_page translation in Japanese. Added Files: --- pr/releases/8.0/ja: press_page (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.0/ja/press_page?rev=1.1&content-type=text/x-cvsweb-markup) ---

[COMMITTERS] pgsql: Properl format HTML in developer's FAQ.

2004-12-03 Thread Bruce Momjian
Log Message: --- Properl format HTML in developer's FAQ. Modified Files: -- pgsql/doc/src/FAQ: FAQ_DEV.html (r1.81 -> r1.82) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/FAQ_DEV.html.diff?r1=1.81&r2=1.82) ---(end of

[COMMITTERS] press - pr: Phrasing corrections from Oleg

2004-12-03 Thread User Nickg
Log Message: --- Phrasing corrections from Oleg Modified Files: -- pr/releases/8.0/ru: press_page (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.0/ru/press_page.diff?r1=1.2&r2=1.3) ---(end of broadc

Re: [COMMITTERS] pgsql: As long as we're forcing an ORDER BY in

2004-12-03 Thread Tom Lane
"Marc G. Fournier" <[EMAIL PROTECTED]> writes: > Just as an FYI ... this commit made it into RC1 ... anything after this > won't unless I re-tag/package ... That's fine. I'm going to look at Kris Shannon's assert failure on trying to cast one composite type to another, but I don't feel a compell

Re: [COMMITTERS] pgsql: As long as we're forcing an ORDER BY in

2004-12-03 Thread Marc G. Fournier
Just as an FYI ... this commit made it into RC1 ... anything after this won't unless I re-tag/package ... On Fri, 3 Dec 2004, Tom Lane wrote: Log Message: --- As long as we're forcing an ORDER BY in these four join queries, we had better make sure the sort order is totally specified; else

[COMMITTERS] pgsql: tag configure for rc1 ..

2004-12-03 Thread PostgreSQL Daemon
Log Message: --- tag configure for rc1 .. Modified Files: -- pgsql: configure (r1.412 -> r1.413) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.412&r2=1.413) configure.in (r1.389 -> r1.390) (http://developer.postgres

[COMMITTERS] pgsql: As long as we're forcing an ORDER BY in these four join queries,

2004-12-03 Thread Tom Lane
Log Message: --- As long as we're forcing an ORDER BY in these four join queries, we had better make sure the sort order is totally specified; else we get burnt by platform-specific behavior of qsort() with equal keys. Per buildfarm results. Modified Files: -- pgsql/src/te

[COMMITTERS] press - pr: New Directory

2004-12-03 Thread User Aglio
Update of /cvsroot/press/pr/releases/8.0/el In directory pgfoundry.org:/tmp/cvs-serv2362/releases/8.0/el Log Message: Directory /cvsroot/press/pr/releases/8.0/el added to the repository ---(end of broadcast)--- TIP 5: Have you checked our extensive

[COMMITTERS] pgsql: Use StrNCpy not strncpy to fill hash key, to ensure the resulting

2004-12-03 Thread Tom Lane
Log Message: --- Use StrNCpy not strncpy to fill hash key, to ensure the resulting key is null-terminated. I think this is not a real bug because the parser would always have truncated the identifier to NAMEDATALEN-1 already, but let's be safe. Per report from Klocwork. Tags: REL7_4

[COMMITTERS] pgsql: Use StrNCpy not strncpy to fill hash key, to ensure the resulting

2004-12-03 Thread Tom Lane
Log Message: --- Use StrNCpy not strncpy to fill hash key, to ensure the resulting key is null-terminated. I think this is not a real bug because the parser would always have truncated the identifier to NAMEDATALEN-1 already, but let's be safe. Per report from Klocwork. Modified Files: -

[COMMITTERS] pgsql: Translation fix by Julien Cristau

2004-12-03 Thread Peter Eisentraut
Log Message: --- Translation fix by Julien Cristau Tags: REL7_4_STABLE Modified Files: -- pgsql/src/backend/po: fr.po (r1.1.2.3 -> r1.1.2.4) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/po/fr.po.diff?r1=1.1.2.3&r2=1.1.2.4) --

[COMMITTERS] press - pr: Initial import of Slovenian translations

2004-12-03 Thread User Aleksanderk
Log Message: --- Initial import of Slovenian translations Added Files: --- pr/releases/8.0/si: press_page.txt (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.0/si/press_page.txt?rev=1.1&content-type=text/x-cvsweb-markup) release.

[COMMITTERS] pgsql: Adjust help message for --no-owner, per Alvaro Herrera.

2004-12-03 Thread Tom Lane
Log Message: --- Adjust help message for --no-owner, per Alvaro Herrera. Modified Files: -- pgsql/src/bin/pg_dump: pg_dump.c (r1.393 -> r1.394) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c.diff?r1=1.393&r2=1.394) pg_du

[COMMITTERS] pgsql: Back out ARRAY() patch.

2004-12-03 Thread Bruce Momjian
Log Message: --- Back out ARRAY() patch. Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.228 -> r1.229) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.228&r2=1.229) ---(end of broadcast)-

Re: [COMMITTERS] pgsql: Add documention on ARRAY() function.

2004-12-03 Thread Bruce Momjian
Tom Lane wrote: > [EMAIL PROTECTED] (Bruce Momjian) writes: > > Add documention on ARRAY() function. > > This description doesn't have anything whatever to do with reality. > ARRAY() does not take anyarray, it does not return a setof, and it's > not very much like a table function. Other than the

Re: [COMMITTERS] pgsql: Add documention on ARRAY() function.

2004-12-03 Thread Tom Lane
[EMAIL PROTECTED] (Bruce Momjian) writes: > Add documention on ARRAY() function. This description doesn't have anything whatever to do with reality. ARRAY() does not take anyarray, it does not return a setof, and it's not very much like a table function. Other than the point about \df I'm having

[COMMITTERS] pgsql: Improve description of --disable-rpath workaround for regression

2004-12-03 Thread Tom Lane
Log Message: --- Improve description of --disable-rpath workaround for regression test problems. Modified Files: -- pgsql/doc/src/sgml: regress.sgml (r1.43 -> r1.44) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/regress.sgml.diff?r1=1.43&r2

[COMMITTERS] pgsql: > If it bothers you that much.

2004-12-03 Thread Bruce Momjian
Log Message: --- > If it bothers you that much. I'd make a flag, cleared at the start of > each COPY, and then where we test for CR or LF in CopyAttributeOutCSV, > if the flag is not set then set it and issue the warning. Andrew Dunstan Modified Files: -- pgsql/src/backend

[COMMITTERS] pgsql: >>This patch adds another plpgsql trigger example to the chapter.

2004-12-03 Thread Bruce Momjian
Log Message: --- >>This patch adds another plpgsql trigger example to the chapter. It uses >>the emp table again, but shows how to audit changes into another table >>(emp_audit). Mark Kirkwood Modified Files: -- pgsql/doc/src/sgml: plpgsql.sgml (r1.49 -> r1.50)

[COMMITTERS] pgsql: Add: > * ANALYZE should record a pg_statistic entry for an

2004-12-03 Thread Bruce Momjian
Log Message: --- Add: > * ANALYZE should record a pg_statistic entry for an all-NULL column Modified Files: -- pgsql/doc: TODO (r1.1418 -> r1.1419) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1418&r2=1.1419) --

Re: [COMMITTERS] pgsql: On win32, there is currently no way to get

2004-12-03 Thread Dave Page
> -Original Message- > From: Jan Wieck [mailto:[EMAIL PROTECTED] > Sent: 03 December 2004 15:39 > To: Dave Page > Cc: Bruce Momjian; [EMAIL PROTECTED] > Subject: Re: [COMMITTERS] pgsql: On win32, there is currently > no way to get > > > Hmmm ... where did I get that from? Is it part

Re: [COMMITTERS] pgsql: On win32, there is currently no way to get

2004-12-03 Thread Jan Wieck
On 12/3/2004 10:36 AM, Dave Page wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jan Wieck Sent: 03 December 2004 15:04 To: Bruce Momjian Cc: [EMAIL PROTECTED] Subject: Re: [COMMITTERS] pgsql: On win32, there is currently no way to get On 12/2/

Re: [COMMITTERS] pgsql: On win32, there is currently no way to get

2004-12-03 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jan Wieck > Sent: 03 December 2004 15:04 > To: Bruce Momjian > Cc: [EMAIL PROTECTED] > Subject: Re: [COMMITTERS] pgsql: On win32, there is currently > no way to get > > On 12/2/2004 5:28 PM, Bruce

Re: [COMMITTERS] pgsql: On win32, there is currently no way to get

2004-12-03 Thread Jan Wieck
On 12/2/2004 5:28 PM, Bruce Momjian wrote: Log Message: --- On win32, there is currently no way to get the equivalent function of the "ps" argument list on Unix - meaning that there is no way to identify for example the stats processors or the bgwriter. doesn't tlist.exe work for that? Jan

[COMMITTERS] press - pr:

2004-12-03 Thread User Diogob
Log Message: --- Modified Files: -- pr/releases/8.0/br: release (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.0/br/release.diff?r1=1.1&r2=1.2) ---(end of broadcast)--- TIP 6

[COMMITTERS] press - pr:

2004-12-03 Thread User Am
Log Message: --- Modified Files: -- pr/releases/8.0/ro: press_page (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.0/ro/press_page.diff?r1=1.4&r2=1.5) ---(end of broadcast)---

[COMMITTERS] pginstaller - pginst: Remove extra pgadmin3.lng

2004-12-03 Thread User Dpage
Log Message: --- Remove extra pgadmin3.lng Modified Files: -- pginst/wxs: pginst.wxs (r1.94 -> r1.95) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.94&r2=1.95) ---(end of broadcast)

[COMMITTERS] press - pr: Copy-edited, small phrasing and spelling corrections

2004-12-03 Thread User Nickg
Log Message: --- Copy-edited, small phrasing and spelling corrections Modified Files: -- pr/releases/8.0/ru: press_page (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.0/ru/press_page.diff?r1=1.1&r2=1.2) ---