[COMMITTERS] dbi-link - dbi-link: Changed VIEWs to make better guarantees that

2007-02-28 Thread David Fetter
Log Message: --- Changed VIEWs to make better guarantees that ORDINAL_POSITION is preserved, per Stanislav Glebov. Modified Files: -- dbi-link: dbi_link.sql (r1.14 -> r1.15) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/dbi_link.sql.diff?r1

[COMMITTERS] dbi-link - dbi-link: Fixed environment setting system, patch by Albe

2007-02-28 Thread David Fetter
Log Message: --- Fixed environment setting system, patch by Albe Laurenz, with minor editorializing by Yours Truly. Modified Files: -- dbi-link: dbi_link.sql (r1.13 -> r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/dbi_link.sql.diff?r

[COMMITTERS] pgsql: Fix up several contrib modules that were using varlena datatypes

2007-02-28 Thread Tom Lane
Log Message: --- Fix up several contrib modules that were using varlena datatypes in not-so-obvious ways. I'm not totally sure that I caught everything, but at least now they pass their regression tests with VARSIZE/SET_VARSIZE defined to reverse byte order. Modified Files: -

[COMMITTERS] pgsql: Add language about rights given by posting a patch:

2007-02-28 Thread Bruce Momjian
Log Message: --- Add language about rights given by posting a patch: PostgreSQL is licensed under a BSD license. By posting a patch to the public PostgreSQL mailling lists, you are giving the PostgreSQL Global Development Group the non-revokable right to distribute your pa

[COMMITTERS] pgsql: Remove temporary Windows-specific debugging code.

2007-02-28 Thread Magnus Hagander
Log Message: --- Remove temporary Windows-specific debugging code. Modified Files: -- pgsql/src/backend/storage/file: fd.c (r1.135 -> r1.136) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/file/fd.c.diff?r1=1.135&r2=1.136) --