[COMMITTERS] pgsql: Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS.

2005-02-06 Thread Tom Lane
Log Message: --- Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Turns out there are corner cases involving dropping toasted columns in which the previous coding would fail, too: the new version of the table might not have any TOAST table, but we'd still propagate possibly-wide

[COMMITTERS] pgsql: Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS.

2005-02-06 Thread Tom Lane
Log Message: --- Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Turns out there are corner cases involving dropping toasted columns in which the previous coding would fail, too: the new version of the table might not have any TOAST table, but we'd still propagate possibly-wide

[COMMITTERS] pgsql: Back-port heap_deformtuple() into 7.4 branch; needed for planned

2005-02-06 Thread Tom Lane
Log Message: --- Back-port heap_deformtuple() into 7.4 branch; needed for planned fix for CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Tags: REL7_4_STABLE Modified Files: -- pgsql/src/include/access: heapam.h (r1.85 -> r1.85.2.1) (http://develo

[COMMITTERS] pgsql: Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS.

2005-02-06 Thread Tom Lane
Log Message: --- Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Turns out there are corner cases involving dropping toasted columns in which the previous coding would fail, too: the new version of the table might not have any TOAST table, but we'd still propagate possibly-wide

[COMMITTERS] pgsql: Document array behavior for out-of-range subscripts.

2005-02-06 Thread Tom Lane
Log Message: --- Document array behavior for out-of-range subscripts. Modified Files: -- pgsql/doc/src/sgml: array.sgml (r1.42 -> r1.43) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/array.sgml.diff?r1=1.42&r2=1.43) ---

[COMMITTERS] pgsql: Document array behavior for out-of-range subscripts.

2005-02-06 Thread Tom Lane
Log Message: --- Document array behavior for out-of-range subscripts. Tags: REL8_0_STABLE Modified Files: -- pgsql/doc/src/sgml: array.sgml (r1.42 -> r1.42.4.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/array.sgml.diff?r1=1.42&r2=

[COMMITTERS] pgsql: Better late than never: document that the GiST API changed in 8.0

2005-02-06 Thread Neil Conway
Log Message: --- Better late than never: document that the GiST API changed in 8.0 in the "incompatibilities" section of the release notes. Tags: REL8_0_STABLE Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.321.4.5 -> r1.321.4.6) (http://deve

[COMMITTERS] pgsql: Better late than never: document that the GiST API changed in 8.0

2005-02-06 Thread Neil Conway
Log Message: --- Better late than never: document that the GiST API changed in 8.0 in the "incompatibilities" section of the release notes. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.326 -> r1.327) (http://developer.postgresql.org/cvsweb.cgi/pg

[COMMITTERS] pgsql: Prevent 4 more buffer overruns in the PL/PgSQL parser.

2005-02-06 Thread Neil Conway
Log Message: --- Prevent 4 more buffer overruns in the PL/PgSQL parser. This is just a minimally-invasive fix for stable branches; a cleaner fix will be committed to HEAD soon. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/pl/plpgsql/src: gram.y (r1.64.4.1

[COMMITTERS] pgsql: Prevent 4 more buffer overruns in the PL/PgSQL parser.

2005-02-06 Thread Neil Conway
Log Message: --- Prevent 4 more buffer overruns in the PL/PgSQL parser. This is just a minimally-invasive fix for stable branches; a cleaner fix will be committed to HEAD soon. Tags: REL7_4_STABLE Modified Files: -- pgsql/src/pl/plpgsql/src: gram.y (r1.48.2.1