From: Tom Lane Date: Tue, 2 Dec 2003 16:15:47 +0000 (+0000) Subject: Update release notes for 7.3.5. X-Git-Tag: REL7_3_5~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3299a092e2b2b4168cd8a7bcc21b7ed3efadf592;p=thirdparty%2Fpostgresql.git Update release notes for 7.3.5. --- diff --git a/HISTORY b/HISTORY index 802fe9acefa..288f1c0ef4f 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,52 @@ Release Notes + Release 7.3.5 + + Release date: 2003-12-03 + + This has a variety of fixes from 7.3.4. + _________________________________________________________________ + +Migration to version 7.3.5 + + A dump/restore is *not* required for those running 7.3.*. + _________________________________________________________________ + +Changes + + * Force zero_damaged_pages to be on during recovery from WAL + * Prevent some obscure cases of "variable not in subplan target + lists" + * Force stats processes to detach from shared memory, ensuring + cleaner shutdown + * Make PQescapeBytea and byteaout consistent with each other (Joe) + * Added missing SPI_finish() calls to get_tuple_of_interest() (Joe) + * Fix for possible foreign key violation when rule rewrites INSERT + (Jan) + * Support qualified type names in PL/Tcl's spi_prepare command (Jan) + * Make pg_dump handle a procedural language handler located in + pg_catalog + * Make pg_dump handle cases where a custom opclass is in another + schema + * Make pg_dump dump binary-compatible casts correctly (Jan) + * Fix insertion of expressions containing subqueries into rule + bodies + * Fix incorrect argument processing in clusterdb script (Anand + Ranganathan) + * Fix problems with dropped columns in plpython triggers + * Repair problems with to_char() reading past end of its input + string (Karel) + * Fix GB18030 mapping errors (Tatsuo) + * Fix several problems with SSL error handling and asynchronous SSL + I/O + * Remove ability to bind a list of values to a single parameter in + JDBC (prevents possible SQL-injection attacks) + * Fix some errors in HAVE_INT64_TIMESTAMP code paths + * Fix corner case for btree search in parallel with first root page + split + _________________________________________________________________ + Release 7.3.4 Release date: 2003-07-24 diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 5349932d8cf..5048107092c 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,10 +1,99 @@ Release Notes + + Release 7.3.5 + + + Release date + 2003-12-03 + + + + This has a variety of fixes from 7.3.4. + + + + + Migration to version 7.3.5 + + + A dump/restore is not required for those + running 7.3.*. + + + + + Changes + + + +Force zero_damaged_pages to be on during recovery from WAL + + +Prevent some obscure cases of variable not in subplan target lists + + +Force stats processes to detach from shared memory, ensuring cleaner shutdown + + +Make PQescapeBytea and byteaout consistent with each other (Joe) + + +Added missing SPI_finish() calls to get_tuple_of_interest() (Joe) + + +Fix for possible foreign key violation when rule rewrites INSERT (Jan) + + +Support qualified type names in PL/Tcl's spi_prepare command (Jan) + + +Make pg_dump handle a procedural language handler located in pg_catalog + + +Make pg_dump handle cases where a custom opclass is in another schema + + +Make pg_dump dump binary-compatible casts correctly (Jan) + + +Fix insertion of expressions containing subqueries into rule bodies + + +Fix incorrect argument processing in clusterdb script (Anand Ranganathan) + + +Fix problems with dropped columns in plpython triggers + + +Repair problems with to_char() reading past end of its input string (Karel) + + +Fix GB18030 mapping errors (Tatsuo) + + +Fix several problems with SSL error handling and asynchronous SSL I/O + + +Remove ability to bind a list of values to a single parameter in JDBC +(prevents possible SQL-injection attacks) + + +Fix some errors in HAVE_INT64_TIMESTAMP code paths + + +Fix corner case for btree search in parallel with first root page split + + + + + + Release 7.3.4