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
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
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
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
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=
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)
---
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
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
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
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
10 matches
Mail list logo