[COMMITTERS] press - pr: fixed encoding to UTF-8

2006-12-03 Thread User Doudou586
Log Message: --- fixed encoding to UTF-8 Modified Files: -- pr/releases/8.2/zh_CN: presskit82.html.zh_CN (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.2/zh_CN/presskit82.html.zh_CN.diff?r1=1.6&r2=1.7) -

[COMMITTERS] pgsql: Refactor ExecGetJunkAttribute to avoid searching for junk

2006-12-03 Thread Tom Lane
Log Message: --- Refactor ExecGetJunkAttribute to avoid searching for junk attributes by name on each and every row processed. Profiling suggests this may buy a percent or two for simple UPDATE scenarios, which isn't huge, but when it's so easy to get ... Modified Files: --

[COMMITTERS] press - pr: fix a typo.

2006-12-03 Thread User Shigehiro
Log Message: --- fix a typo. Modified Files: -- pr/releases/8.2/ja: presskit82.html.ja (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.2/ja/presskit82.html.ja.diff?r1=1.5&r2=1.6) ---(end of broadcast)

[COMMITTERS] press - pr: some correction: remove comment to clearfy, add mail address

2006-12-03 Thread User Shigehiro
Log Message: --- some correction: remove comment to clearfy, add mail address Modified Files: -- pr/releases/8.2/ja: presskit82.html.ja (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.2/ja/presskit82.html.ja.diff?r1=1.4&r2=1.

[COMMITTERS] press - pr: Fix a couple of typos, Camel Case, an encoding problem, and

2006-12-03 Thread Alvaro Herrera
Log Message: --- Fix a couple of typos, Camel Case, an encoding problem, and minor grammatical issues. Modified Files: -- pr/releases/8.2/es: presskit82.html.es (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.2/es/presskit82.

[COMMITTERS] pgsql: Fix LIMIT/OFFSET for null limit values.

2006-12-03 Thread Tom Lane
Log Message: --- Fix LIMIT/OFFSET for null limit values. This worked before 8.2 but was broken by the change to make limit values int8 instead of int4. (Specifically, you can do DatumGetInt32 safely on a null value, but not DatumGetInt64.) Per bug #2803 from Greg Johnson. Tags: REL

[COMMITTERS] pgsql: Fix LIMIT/OFFSET for null limit values.

2006-12-03 Thread Tom Lane
Log Message: --- Fix LIMIT/OFFSET for null limit values. This worked before 8.2 but was broken by the change to make limit values int8 instead of int4. (Specifically, you can do DatumGetInt32 safely on a null value, but not DatumGetInt64.) Per bug #2803 from Greg Johnson. Modified Files

[COMMITTERS] press - pr: remove the broken link to the local web site (RO presskit)

2006-12-03 Thread User Am
Log Message: --- remove the broken link to the local web site (RO presskit) Modified Files: -- pr/releases/8.2/ro: presskit82.html.ro (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.2/ro/presskit82.html.ro.diff?r1=1.9&r2=1.1

[COMMITTERS] press - pr: HTML cleanups

2006-12-03 Thread User Mha
Log Message: --- HTML cleanups Modified Files: -- pr/releases/8.2/pl: presskit82.html.pl (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.2/pl/presskit82.html.pl.diff?r1=1.5&r2=1.6) ---(end of broadcas

[COMMITTERS] press - pr: Fixed Re-converted to utf8 (looks like my VIM did

2006-12-03 Thread User Qnex
Log Message: --- Fixed Re-converted to utf8 (looks like my VIM did utf8->latin2 last time I edited) Modified Files: -- pr/releases/8.2/pl: presskit82.html.pl (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.2/pl/presskit82.ht

[COMMITTERS] press - pr: Fixed HTML for RO, JA

2006-12-03 Thread User Aglio
Log Message: --- Fixed HTML for RO, JA Modified Files: -- pr/releases/8.2/ja: presskit82.html.ja (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.2/ja/presskit82.html.ja.diff?r1=1.3&r2=1.4) pr/releases/8.2/ro: pres

Re: [COMMITTERS] pgsql: Update most recent version from 8.2

2006-12-03 Thread Bruce Momjian
Oops, only done for CVS HEAD. Backpatched to 8.2.X. --- Bruce Momjian wrote: > Log Message: > --- > Update most recent version from 8.2 to 8.2.0. > > Modified Files: > -- > pgsql/doc: > FAQ

[COMMITTERS] pgsql: Update 8.2.X release to say 8.2.0 instead of just 8.2.

2006-12-03 Thread Bruce Momjian
Log Message: --- Update 8.2.X release to say 8.2.0 instead of just 8.2. Tags: REL8_2_STABLE Modified Files: -- pgsql/doc: FAQ (r1.402 -> r1.402.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ.diff?r1=1.402&r2=1.402.2.1) FAQ_Sola