[COMMITTERS] press - pr: Translated a bit more of the 8.1 release to romanian.

2005-10-19 Thread User Am
Log Message: --- Translated a bit more of the 8.1 release to romanian. Modified Files: -- pr/releases/8.1/ro: presskit81.html.ro (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.1/ro/presskit81.html.ro.diff?r1=1.1&r2=1.2)

[COMMITTERS] pgsql: Make \d order a table's check constraints by constraint name

2005-10-19 Thread Tom Lane
Log Message: --- Make \d order a table's check constraints by constraint name instead of the text of the constraint condition. Per Chris K-L, though I didn't use his patch exactly. Modified Files: -- pgsql/src/bin/psql: describe.c (r1.127 -> r1.128) (http:

[COMMITTERS] press - pr: Corrected two minor HTML typos, per Arthur Cesar

2005-10-19 Thread User Aglio
Log Message: --- Corrected two minor HTML typos, per Arthur Cesar Modified Files: -- pr/releases/8.1/en: presskit81.html.TRANSLATE (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.1/en/presskit81.html.TRANSLATE.diff?r1=1.1&r2=

[COMMITTERS] pgsql: Don't convert debug/notice/warning messages into errors just

2005-10-19 Thread Tom Lane
Log Message: --- Don't convert debug/notice/warning messages into errors just because they occur inside error processing. This is a back-port of a logic change already present in 8.0. Partial fix for bug#1976 --- doesn't cure the wrong-encoding problem, but at least stops it from causing

[COMMITTERS] pgsql: Back-patch fix for proper labeling of whole-row Datums generated

2005-10-19 Thread Tom Lane
Log Message: --- Back-patch fix for proper labeling of whole-row Datums generated from subquery results. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/backend/access/common: heaptuple.c (r1.95 -> r1.95.4.1) (http://developer.postgresql.org/cvsweb.c

[COMMITTERS] pgsql: Better solution to the problem of labeling whole-row Datums that

2005-10-19 Thread Tom Lane
Log Message: --- Better solution to the problem of labeling whole-row Datums that are generated from subquery outputs: use the type info stored in the Var itself. To avoid making ExecEvalVar and slot_getattr more complex and slower, I split out the whole-row case into a separate ExecEval r

[COMMITTERS] pgsql: Ensure that the Datum generated from a whole-row Var contains

2005-10-19 Thread Tom Lane
Log Message: --- Ensure that the Datum generated from a whole-row Var contains valid type ID information even when it's a record type. This is needed to handle whole-row Vars referencing subquery outputs. Per example from Richard Huxton. Modified Files: -- pgsql/src/backe

[COMMITTERS] pgsql: Fix oversight in recent changes to enable the 'physical tlist'

2005-10-19 Thread Tom Lane
Log Message: --- Fix oversight in recent changes to enable the 'physical tlist' optimization for subquery and function scan nodes: we can't just do it unconditionally, we still have to check whether there is any need for a whole-row Var. I had been thinking that these node types couldn't h

[COMMITTERS] press - pr: Partial translation of the press release to Romanian.

2005-10-19 Thread User Am
Log Message: --- Partial translation of the press release to Romanian. Modified Files: -- pr/releases/8.1/ro: release.txt (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.1/ro/release.txt.diff?r1=1.1&r2=1.2) -

Re: [COMMITTERS] pgsql: Code review for spi_query/spi_fetchrow patch:

2005-10-19 Thread Andrew Dunstan
Tom Lane wrote: David Fetter <[EMAIL PROTECTED]> writes: On Tue, Oct 18, 2005 at 02:13:14PM -0300, Tom Lane wrote: Log Message: --- Code review for spi_query/spi_fetchrow patch: handle errors sanely, avoid leaking memory. I would add a regression test for error handling exce

[COMMITTERS] pginstaller - pginst: Include pgAdmin3's Spanish hint files

2005-10-19 Thread User Dpage
Log Message: --- Include pgAdmin3's Spanish hint files Modified Files: -- pginst/wxs: pginst.wxs (r1.145 -> r1.146) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.145&r2=1.146) ---(end of br