| | 3 | |
|---|
| | 4 | Typical markup: |
|---|
| | 5 | |
|---|
| | 6 | &<> use & escapes |
|---|
| | 7 | [A-Z][A-Z ]+[A-Z] <command> |
|---|
| | 8 | [A-Za-z_][A-Za-z0-9_]+() <function> |
|---|
| | 9 | [A-Za-z_]/[A-Za-z_]+ <filename> |
|---|
| | 10 | PostgreSQL <productname> |
|---|
| | 11 | pg_[A-Za-z0-9_] <application> |
|---|
| | 12 | [A-Z][A-Z] <type>, <envar>, <literal> |
|---|
| | 13 | |
|---|
| | 14 | non-ASCII characters convert to HTML4 entity (&) escapes |
|---|
| | 15 | |
|---|
| | 16 | official: http://www.w3.org/TR/html4/sgml/entities.html |
|---|
| | 17 | one page: http://www.zipcon.net/~swhite/docs/computers/browsers/entities_page.html |
|---|
| | 18 | other lists: http://www.zipcon.net/~swhite/docs/computers/browsers/entities.html |
|---|
| | 19 | http://www.zipcon.net/~swhite/docs/computers/browsers/entities_page.html |
|---|
| | 20 | http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references |
|---|
| | 21 | |
|---|
| | 22 | we cannot use UTF8 because SGML Docbook |
|---|
| | 23 | does not support it |
|---|
| | 24 | http://www.pemberley.com/janeinfo/latin1.html#latexta |
|---|
| | 25 | |
|---|
| | 26 | wrap long lines |
|---|
| | 27 | |
|---|
| | 28 | For new features, add links to the documentation sections. Use </link> |
|---|
| | 29 | so that perl can remove it so HISTORY.html can be created with no |
|---|
| | 30 | links to the main documentation. This was added only in 8.2, so don't |
|---|
| | 31 | do it for earlier branch release files. |
|---|
| | 32 | |
|---|
| | 38 | <sect1 id="release-7-4-18"> |
|---|
| | 39 | <title>Release 7.4.18</title> |
|---|
| | 40 | |
|---|
| | 41 | <note> |
|---|
| | 42 | <title>Release date</title> |
|---|
| | 43 | <simpara>2007-09-17</simpara> |
|---|
| | 44 | </note> |
|---|
| | 45 | |
|---|
| | 46 | <para> |
|---|
| | 47 | This release contains fixes from 7.4.17. |
|---|
| | 48 | </para> |
|---|
| | 49 | |
|---|
| | 50 | <sect2> |
|---|
| | 51 | <title>Migration to version 7.4.18</title> |
|---|
| | 52 | |
|---|
| | 53 | <para> |
|---|
| | 54 | A dump/restore is not required for those running 7.4.X. However, |
|---|
| | 55 | if you are upgrading from a version earlier than 7.4.11, see the release |
|---|
| | 56 | notes for 7.4.11. |
|---|
| | 57 | </para> |
|---|
| | 58 | |
|---|
| | 59 | </sect2> |
|---|
| | 60 | |
|---|
| | 61 | <sect2> |
|---|
| | 62 | <title>Changes</title> |
|---|
| | 63 | |
|---|
| | 64 | <itemizedlist> |
|---|
| | 65 | |
|---|
| | 66 | <listitem> |
|---|
| | 67 | <para> |
|---|
| | 68 | Prevent index corruption when a transaction inserts rows and |
|---|
| | 69 | then aborts close to the end of a concurrent <command>VACUUM</> |
|---|
| | 70 | on the same table (Tom) |
|---|
| | 71 | </para> |
|---|
| | 72 | </listitem> |
|---|
| | 73 | |
|---|
| | 74 | <listitem> |
|---|
| | 75 | <para> |
|---|
| | 76 | Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom) |
|---|
| | 77 | </para> |
|---|
| | 78 | </listitem> |
|---|
| | 79 | |
|---|
| | 80 | <listitem> |
|---|
| | 81 | <para> |
|---|
| | 82 | Fix excessive logging of <acronym>SSL</> error messages (Tom) |
|---|
| | 83 | </para> |
|---|
| | 84 | </listitem> |
|---|
| | 85 | |
|---|
| | 86 | <listitem> |
|---|
| | 87 | <para> |
|---|
| | 88 | Fix crash when <varname>log_min_error_statement</> logging runs out |
|---|
| | 89 | of memory (Tom) |
|---|
| | 90 | </para> |
|---|
| | 91 | </listitem> |
|---|
| | 92 | |
|---|
| | 93 | <listitem> |
|---|
| | 94 | <para> |
|---|
| | 95 | Prevent <command>CLUSTER</> from failing |
|---|
| | 96 | due to attempting to process temporary tables of other sessions (Alvaro) |
|---|
| | 97 | </para> |
|---|
| | 98 | </listitem> |
|---|
| | 99 | |
|---|
| | 100 | <listitem> |
|---|
| | 101 | <para> |
|---|
| | 102 | Require non-superusers who use <filename>/contrib/dblink</> to use only |
|---|
| | 103 | password authentication, as a security measure (Joe) |
|---|
| | 104 | </para> |
|---|
| | 105 | </listitem> |
|---|
| | 106 | |
|---|
| | 107 | </itemizedlist> |
|---|
| | 108 | |
|---|
| | 109 | </sect2> |
|---|
| | 110 | </sect1> |
|---|
| | 111 | |
|---|
| | 3620 | |
|---|
| | 3621 | <sect1 id="release-7-3-20"> |
|---|
| | 3622 | <title>Release 7.3.20</title> |
|---|
| | 3623 | |
|---|
| | 3624 | <note> |
|---|
| | 3625 | <title>Release date</title> |
|---|
| | 3626 | <simpara>2007-09-17</simpara> |
|---|
| | 3627 | </note> |
|---|
| | 3628 | |
|---|
| | 3629 | <para> |
|---|
| | 3630 | This release contains fixes from 7.3.19. |
|---|
| | 3631 | </para> |
|---|
| | 3632 | |
|---|
| | 3633 | <sect2> |
|---|
| | 3634 | <title>Migration to version 7.3.20</title> |
|---|
| | 3635 | |
|---|
| | 3636 | <para> |
|---|
| | 3637 | A dump/restore is not required for those running 7.3.X. However, |
|---|
| | 3638 | if you are upgrading from a version earlier than 7.3.13, see the release |
|---|
| | 3639 | notes for 7.3.13. |
|---|
| | 3640 | </para> |
|---|
| | 3641 | |
|---|
| | 3642 | </sect2> |
|---|
| | 3643 | |
|---|
| | 3644 | <sect2> |
|---|
| | 3645 | <title>Changes</title> |
|---|
| | 3646 | |
|---|
| | 3647 | <itemizedlist> |
|---|
| | 3648 | |
|---|
| | 3649 | <listitem> |
|---|
| | 3650 | <para> |
|---|
| | 3651 | Prevent index corruption when a transaction inserts rows and |
|---|
| | 3652 | then aborts close to the end of a concurrent <command>VACUUM</> |
|---|
| | 3653 | on the same table (Tom) |
|---|
| | 3654 | </para> |
|---|
| | 3655 | </listitem> |
|---|
| | 3656 | |
|---|
| | 3657 | <listitem> |
|---|
| | 3658 | <para> |
|---|
| | 3659 | Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom) |
|---|
| | 3660 | </para> |
|---|
| | 3661 | </listitem> |
|---|
| | 3662 | |
|---|
| | 3663 | <listitem> |
|---|
| | 3664 | <para> |
|---|
| | 3665 | Fix crash when <varname>log_min_error_statement</> logging runs out |
|---|
| | 3666 | of memory (Tom) |
|---|
| | 3667 | </para> |
|---|
| | 3668 | </listitem> |
|---|
| | 3669 | |
|---|
| | 3670 | <listitem> |
|---|
| | 3671 | <para> |
|---|
| | 3672 | Require non-superusers who use <filename>/contrib/dblink</> to use only |
|---|
| | 3673 | password authentication, as a security measure (Joe) |
|---|
| | 3674 | </para> |
|---|
| | 3675 | </listitem> |
|---|
| | 3676 | |
|---|
| | 3677 | </itemizedlist> |
|---|
| | 3678 | |
|---|
| | 3679 | </sect2> |
|---|
| | 3680 | </sect1> |
|---|