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)
---
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
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
"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
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
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
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
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
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
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:
-
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)
--
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.
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
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)-
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
[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
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
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
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)
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)
--
> -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
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/
> -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
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
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
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)---
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)
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)
---
28 matches
Mail list logo