diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-07-23 04:10:16 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-07-23 04:10:16 +0000 |
commit | 1ecc0fdb006b60ea0b6e48105aa28911639470fa (patch) | |
tree | 6d96d2e0ab561a39fa5b909cf639de82cd223add /doc/src | |
parent | 3abd1390babbc2f9e96ce4c755544eadee3cf5a2 (diff) | |
download | postgresql-1ecc0fdb006b60ea0b6e48105aa28911639470fa.tar.gz postgresql-1ecc0fdb006b60ea0b6e48105aa28911639470fa.zip |
Stamp 7.3.4 release.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/FAQ.html | 2 | ||||
-rw-r--r-- | doc/src/sgml/release.sgml | 43 |
2 files changed, 43 insertions, 2 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 0bc7cd27d4d..0e7a601a243 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -318,7 +318,7 @@ <H4><A name="1.7">1.7</A>) What is the latest release?</H4> - <P>The latest release of PostgreSQL is version 7.3.2.</P> + <P>The latest release of PostgreSQL is version 7.3.4.</P> <P>We plan to have major releases every four months.</P> diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index f38fcdd1563..4632b5abe67 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,10 +1,51 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.163.2.12 2003/05/26 18:58:36 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.163.2.13 2003/07/23 04:09:52 momjian Exp $ --> <appendix id="release"> <title>Release Notes</title> + <sect1 id="release-7-3-4"> + <title>Release 7.3.4</title> + + <note> + <title>Release date</title> + <simpara>2003-07-24</simpara> + </note> + + <para> + This has a variety of fixes from 7.3.3. + </para> + + + <sect2> + <title>Migration to version 7.3.4</title> + + <para> + A dump/restore is <emphasis>not</emphasis> required for those + running 7.3.*. + </para> + </sect2> + + <sect2> + <title>Changes</title> + + <para> +<literallayout> +Fix rare possibility of recovery failure after a system crash (Tom) +Fix bugs in interval-to-time conversion (Tom) +Add constraint names in a few places in pg_dump (Rod) +Improve performance of functions with many parameters (Tom) +Fix to_ascii() buffer overruns (Tom) +Prevent restore of database comments from throwing an error (Tom) +Work around buggy strxfrm() present in some Solaris releases (Tom) +Properly escape jdbc setObject() strings to improve security (Barry) +</literallayout> + </para> + </sect2> + </sect1> + + <sect1 id="release-7-3-3"> <title>Release 7.3.3</title> |