From 7e2024be1042349831a2c4923e300a27b59e9903 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 3 Sep 2009 22:14:07 +0000 Subject: Final updates of release notes for 8.4.1, 8.3.8, 8.2.14, 8.1.18, 8.0.22, 7.4.26. --- doc/src/sgml/release-7.4.sgml | 97 ++++++++++++++++- doc/src/sgml/release-8.0.sgml | 115 +++++++++++++++++++- doc/src/sgml/release-8.1.sgml | 115 +++++++++++++++++++- doc/src/sgml/release-8.2.sgml | 181 +++++++++++++++++++++++++++++++- doc/src/sgml/release-8.3.sgml | 236 ++++++++++++++++++++++++++++++++++++++++-- 5 files changed, 718 insertions(+), 26 deletions(-) diff --git a/doc/src/sgml/release-7.4.sgml b/doc/src/sgml/release-7.4.sgml index 009b145b4a3..eabed629325 100644 --- a/doc/src/sgml/release-7.4.sgml +++ b/doc/src/sgml/release-7.4.sgml @@ -1,4 +1,4 @@ - + @@ -6,7 +6,7 @@ Release date - 2009-09-09, AS OF 2009-08-26 + 2009-09-09 @@ -20,6 +20,10 @@ A dump/restore is not required for those running 7.4.X. + However, if you have any hash indexes on interval columns, + you must REINDEX them after updating to 7.4.26. + Also, if you are upgrading from a version earlier than 7.4.11, + see the release notes for 7.4.11. @@ -31,7 +35,94 @@ - Re-add documentation for configure flag --no-readline (Andrew) + Disallow RESET ROLE and RESET SESSION + AUTHORIZATION inside security-definer functions (Tom, Heikki) + + + + This covers a case that was missed in the previous patch that + disallowed SET ROLE and SET SESSION + AUTHORIZATION inside security-definer functions. + (See CVE-2007-6600) + + + + + + Fix handling of sub-SELECTs appearing in the arguments of + an outer-level aggregate function (Tom) + + + + + + Fix hash calculation for data type interval (Tom) + + + + This corrects wrong results for hash joins on interval values. + It also changes the contents of hash indexes on interval columns. + If you have any such indexes, you must REINDEX them + after updating. + + + + + + Fix overflow for INTERVAL 'x ms' + when x is more than 2 million and integer + datetimes are in use (Alex Hunsaker) + + + + + + Fix calculation of distance between a point and a line segment (Tom) + + + + This led to incorrect results from a number of geometric operators. + + + + + + Fix money data type to work in locales where currency + amounts have no fractional digits, e.g. Japan (Itagaki Takahiro) + + + + + + Properly round datetime input like + 00:12:57.9999999999999999999999999999 (Tom) + + + + + + Fix poor choice of page split point in GiST R-tree operator classes + (Teodor) + + + + + + Fix portability issues in plperl initialization (Andrew Dunstan) + + + + + + Improve robustness of libpq's code to recover + from errors during COPY FROM STDIN (Tom) + + + + + + Avoid including conflicting readline and editline header files + when both libraries are installed (Zdenek Kotala) diff --git a/doc/src/sgml/release-8.0.sgml b/doc/src/sgml/release-8.0.sgml index d9f50fd8c89..513e12c2c4c 100644 --- a/doc/src/sgml/release-8.0.sgml +++ b/doc/src/sgml/release-8.0.sgml @@ -1,4 +1,4 @@ - + @@ -6,7 +6,7 @@ Release date - 2009-09-09, AS OF 2009-08-26 + 2009-09-09 @@ -20,6 +20,10 @@ A dump/restore is not required for those running 8.0.X. + However, if you have any hash indexes on interval columns, + you must REINDEX them after updating to 8.0.22. + Also, if you are upgrading from a version earlier than 8.0.6, + see the release notes for 8.0.6. @@ -29,6 +33,40 @@ + + + Disallow RESET ROLE and RESET SESSION + AUTHORIZATION inside security-definer functions (Tom, Heikki) + + + + This covers a case that was missed in the previous patch that + disallowed SET ROLE and SET SESSION + AUTHORIZATION inside security-definer functions. + (See CVE-2007-6600) + + + + + + Fix handling of sub-SELECTs appearing in the arguments of + an outer-level aggregate function (Tom) + + + + + + Fix hash calculation for data type interval (Tom) + + + + This corrects wrong results for hash joins on interval values. + It also changes the contents of hash indexes on interval columns. + If you have any such indexes, you must REINDEX them + after updating. + + + Treat to_char(..., 'TH') as an uppercase ordinal @@ -42,14 +80,83 @@ - Fix /contrib/xml2 xslt_process() to + Fix overflow for INTERVAL 'x ms' + when x is more than 2 million and integer + datetimes are in use (Alex Hunsaker) + + + + + + Fix calculation of distance between a point and a line segment (Tom) + + + + This led to incorrect results from a number of geometric operators. + + + + + + Fix money data type to work in locales where currency + amounts have no fractional digits, e.g. Japan (Itagaki Takahiro) + + + + + + Properly round datetime input like + 00:12:57.9999999999999999999999999999 (Tom) + + + + + + Fix poor choice of page split point in GiST R-tree operator classes + (Teodor) + + + + + + Fix portability issues in plperl initialization (Andrew Dunstan) + + + + + + Fix pg_ctl to not go into an infinite loop if + postgresql.conf is empty (Jeff Davis) + + + + + + Fix contrib/xml2's xslt_process() to properly handle the maximum number of parameters (twenty) (Tom) - Re-add documentation for configure flag --no-readline (Andrew) + Improve robustness of libpq's code to recover + from errors during COPY FROM STDIN (Tom) + + + + + + Avoid including conflicting readline and editline header files + when both libraries are installed (Zdenek Kotala) + + + + + + Update time zone data files to tzdata release 2009l + for DST law changes in Bangladesh, Egypt, Jordan, Pakistan, + Argentina/San_Luis, Cuba, Jordan (historical correction only), + Mauritius, Morocco, Palestine, Syria, Tunisia. diff --git a/doc/src/sgml/release-8.1.sgml b/doc/src/sgml/release-8.1.sgml index 37cd0a5fec0..8dc69f07332 100644 --- a/doc/src/sgml/release-8.1.sgml +++ b/doc/src/sgml/release-8.1.sgml @@ -1,4 +1,4 @@ - + @@ -6,7 +6,7 @@ Release date - 2009-09-09, AS OF 2009-08-26 + 2009-09-09 @@ -20,6 +20,10 @@ A dump/restore is not required for those running 8.1.X. + However, if you have any hash indexes on interval columns, + you must REINDEX them after updating to 8.1.18. + Also, if you are upgrading from a version earlier than 8.1.15, + see the release notes for 8.1.15. @@ -29,6 +33,40 @@ + + + Disallow RESET ROLE and RESET SESSION + AUTHORIZATION inside security-definer functions (Tom, Heikki) + + + + This covers a case that was missed in the previous patch that + disallowed SET ROLE and SET SESSION + AUTHORIZATION inside security-definer functions. + (See CVE-2007-6600) + + + + + + Fix handling of sub-SELECTs appearing in the arguments of + an outer-level aggregate function (Tom) + + + + + + Fix hash calculation for data type interval (Tom) + + + + This corrects wrong results for hash joins on interval values. + It also changes the contents of hash indexes on interval columns. + If you have any such indexes, you must REINDEX them + after updating. + + + Treat to_char(..., 'TH') as an uppercase ordinal @@ -42,14 +80,83 @@ - Fix /contrib/xml2 xslt_process() to + Fix overflow for INTERVAL 'x ms' + when x is more than 2 million and integer + datetimes are in use (Alex Hunsaker) + + + + + + Fix calculation of distance between a point and a line segment (Tom) + + + + This led to incorrect results from a number of geometric operators. + + + + + + Fix money data type to work in locales where currency + amounts have no fractional digits, e.g. Japan (Itagaki Takahiro) + + + + + + Properly round datetime input like + 00:12:57.9999999999999999999999999999 (Tom) + + + + + + Fix poor choice of page split point in GiST R-tree operator classes + (Teodor) + + + + + + Fix portability issues in plperl initialization (Andrew Dunstan) + + + + + + Fix pg_ctl to not go into an infinite loop if + postgresql.conf is empty (Jeff Davis) + + + + + + Fix contrib/xml2's xslt_process() to properly handle the maximum number of parameters (twenty) (Tom) - Re-add documentation for configure flag --no-readline (Andrew) + Improve robustness of libpq's code to recover + from errors during COPY FROM STDIN (Tom) + + + + + + Avoid including conflicting readline and editline header files + when both libraries are installed (Zdenek Kotala) + + + + + + Update time zone data files to tzdata release 2009l + for DST law changes in Bangladesh, Egypt, Jordan, Pakistan, + Argentina/San_Luis, Cuba, Jordan (historical correction only), + Mauritius, Morocco, Palestine, Syria, Tunisia. diff --git a/doc/src/sgml/release-8.2.sgml b/doc/src/sgml/release-8.2.sgml index ac3360f9a7e..39d4345543c 100644 --- a/doc/src/sgml/release-8.2.sgml +++ b/doc/src/sgml/release-8.2.sgml @@ -1,4 +1,4 @@ - + @@ -6,7 +6,7 @@ Release date - 2009-09-09, AS OF 2009-08-26 + 2009-09-09 @@ -20,6 +20,10 @@ A dump/restore is not required for those running 8.2.X. + However, if you have any hash indexes on interval columns, + you must REINDEX them after updating to 8.2.14. + Also, if you are upgrading from a version earlier than 8.2.11, + see the release notes for 8.2.11. @@ -29,6 +33,84 @@ + + + Force WAL segment switch during pg_start_backup() + (Heikki) + + + + This avoids corner cases that could render a base backup unusable. + + + + + + Disallow RESET ROLE and RESET SESSION + AUTHORIZATION inside security-definer functions (Tom, Heikki) + + + + This covers a case that was missed in the previous patch that + disallowed SET ROLE and SET SESSION + AUTHORIZATION inside security-definer functions. + (See CVE-2007-6600) + + + + + + Make LOAD of an already-loaded loadable module + into a no-op (Tom) + + + + Formerly, LOAD would attempt to unload and re-load the + module, but this is unsafe and not all that useful. + + + + + + Disallow empty passwords during LDAP authentication (Magnus) + + + + + + Fix handling of sub-SELECTs appearing in the arguments of + an outer-level aggregate function (Tom) + + + + + + Fix bugs associated with fetching a whole-row value from the + output of a Sort or Materialize plan node (Tom) + + + + + + Revert planner change that disabled partial-index and constraint + exclusion optimizations when there were more than 100 clauses in + an AND or OR list (Tom) + + + + + + Fix hash calculation for data type interval (Tom) + + + + This corrects wrong results for hash joins on interval values. + It also changes the contents of hash indexes on interval columns. + If you have any such indexes, you must REINDEX them + after updating. + + + Treat to_char(..., 'TH') as an uppercase ordinal @@ -42,14 +124,105 @@ - Fix /contrib/xml2 xslt_process() to + Fix overflow for INTERVAL 'x ms' + when x is more than 2 million and integer + datetimes are in use (Alex Hunsaker) + + + + + + Fix calculation of distance between a point and a line segment (Tom) + + + + This led to incorrect results from a number of geometric operators. + + + + + + Fix money data type to work in locales where currency + amounts have no fractional digits, e.g. Japan (Itagaki Takahiro) + + + + + + Properly round datetime input like + 00:12:57.9999999999999999999999999999 (Tom) + + + + + + Fix poor choice of page split point in GiST R-tree operator classes + (Teodor) + + + + + + Avoid performance degradation in bulk inserts into GIN indexes + when the input values are (nearly) in sorted order (Tom) + + + + + + Correctly enforce NOT NULL domain constraints in some contexts in + PL/pgSQL (Tom) + + + + + + Fix portability issues in plperl initialization (Andrew Dunstan) + + + + + + Fix pg_ctl to not go into an infinite loop if + postgresql.conf is empty (Jeff Davis) + + + + + + Make contrib/hstore throw an error when a key or + value is too long to fit in its data structure, rather than + silently truncating it (Andrew Gierth) + + + + + + Fix contrib/xml2's xslt_process() to properly handle the maximum number of parameters (twenty) (Tom) - Re-add documentation for configure flag --no-readline (Andrew) + Improve robustness of libpq's code to recover + from errors during COPY FROM STDIN (Tom) + + + + + + Avoid including conflicting readline and editline header files + when both libraries are installed (Zdenek Kotala) + + + + + + Update time zone data files to tzdata release 2009l + for DST law changes in Bangladesh, Egypt, Jordan, Pakistan, + Argentina/San_Luis, Cuba, Jordan (historical correction only), + Mauritius, Morocco, Palestine, Syria, Tunisia. diff --git a/doc/src/sgml/release-8.3.sgml b/doc/src/sgml/release-8.3.sgml index 2a6737ea022..d04ff7908fe 100644 --- a/doc/src/sgml/release-8.3.sgml +++ b/doc/src/sgml/release-8.3.sgml @@ -1,4 +1,4 @@ - + @@ -6,7 +6,7 @@ Release date - 2009-09-09, AS OF 2009-08-26 + 2009-09-09 @@ -20,6 +20,10 @@ A dump/restore is not required for those running 8.3.X. + However, if you have any hash indexes on interval columns, + you must REINDEX them after updating to 8.3.8. + Also, if you are upgrading from a version earlier than 8.3.5, + see the release notes for 8.3.5. @@ -29,6 +33,102 @@ + + + Fix Windows shared-memory allocation code (Tsutomu Yamada, Magnus) + + + + This bug led to the often-reported could not reattach + to shared memory error message. + + + + + + Force WAL segment switch during pg_start_backup() + (Heikki) + + + + This avoids corner cases that could render a base backup unusable. + + + + + + Disallow RESET ROLE and RESET SESSION + AUTHORIZATION inside security-definer functions (Tom, Heikki) + + + + This covers a case that was missed in the previous patch that + disallowed SET ROLE and SET SESSION + AUTHORIZATION inside security-definer functions. + (See CVE-2007-6600) + + + + + + Make LOAD of an already-loaded loadable module + into a no-op (Tom) + + + + Formerly, LOAD would attempt to unload and re-load the + module, but this is unsafe and not all that useful. + + + + + + Disallow empty passwords during LDAP authentication (Magnus) + + + + + + Fix handling of sub-SELECTs appearing in the arguments of + an outer-level aggregate function (Tom) + + + + + + Fix bugs associated with fetching a whole-row value from the + output of a Sort or Materialize plan node (Tom) + + + + + + Prevent synchronize_seqscans from changing the results of + scrollable and WITH HOLD cursors (Tom) + + + + + + Revert planner change that disabled partial-index and constraint + exclusion optimizations when there were more than 100 clauses in + an AND or OR list (Tom) + + + + + + Fix hash calculation for data type interval (Tom) + + + + This corrects wrong results for hash joins on interval values. + It also changes the contents of hash indexes on interval columns. + If you have any such indexes, you must REINDEX them + after updating. + + + Treat to_char(..., 'TH') as an uppercase ordinal @@ -42,33 +142,147 @@ - Fix /contrib/xml2 xslt_process() to - properly handle the maximum number of parameters (twenty) (Tom) + Fix overflow for INTERVAL 'x ms' + when x is more than 2 million and integer + datetimes are in use (Alex Hunsaker) + + + + + + Fix calculation of distance between a point and a line segment (Tom) + + + + This led to incorrect results from a number of geometric operators. + + + + + + Fix money data type to work in locales where currency + amounts have no fractional digits, e.g. Japan (Itagaki Takahiro) + + + + + + Fix LIKE for case where pattern contains %_ + (Tom) + + + + + + Properly round datetime input like + 00:12:57.9999999999999999999999999999 (Tom) + + + + + + Fix memory leaks in XML operations (Tom) + + + + + + Fix poor choice of page split point in GiST R-tree operator classes + (Teodor) - Fix case where pg_ctl fast shutdown was not - working if pg_ctl smart shutdown was already in - progress (Fujii Masao) + Ensure that a fast shutdown request will forcibly terminate + open sessions, even if a smart shutdown was already in progress + (Fujii Masao) - Re-add documentation for configure flag --no-readline (Andrew) + Avoid performance degradation in bulk inserts into GIN indexes + when the input values are (nearly) in sorted order (Tom) - Fix problem where Win32 shared memory allocation sometimes failed on - startup (Tsutomu Yamada, Magnus) + Correctly enforce NOT NULL domain constraints in some contexts in + PL/pgSQL (Tom) + + + + + Fix portability issues in plperl initialization (Andrew Dunstan) + + + + + + Fix pg_ctl to not go into an infinite loop if + postgresql.conf is empty (Jeff Davis) + + + + + Improve pg_dump's efficiency when there are + many large objects (Tamas Vincze) + + + + + + Use SIGUSR1, not SIGQUIT, as the + failover signal for pg_standby (Heikki) + + + + + + Make pg_standby's maxretries option + behave as documented (Fujii Masao) + + + + + + Make contrib/hstore throw an error when a key or + value is too long to fit in its data structure, rather than + silently truncating it (Andrew Gierth) + + + + + + Fix contrib/xml2's xslt_process() to + properly handle the maximum number of parameters (twenty) (Tom) + + + + + + Improve robustness of libpq's code to recover + from errors during COPY FROM STDIN (Tom) + + + + + + Avoid including conflicting readline and editline header files + when both libraries are installed (Zdenek Kotala) + + + + - This bug caused some Win32 backends to randomly not start. + Update time zone data files to tzdata release 2009l + for DST law changes in Bangladesh, Egypt, Jordan, Pakistan, + Argentina/San_Luis, Cuba, Jordan (historical correction only), + Mauritius, Morocco, Palestine, Syria, Tunisia. -- cgit v1.2.3