|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.497 2007/02/02 00:10:23 tgl Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.498 2007/02/07 04:22:44 momjian Exp $ --> |
2 | 2 | <!--
|
3 | 3 |
|
4 | 4 | Typical markup:
|
@@ -35,6 +35,50 @@ do it for earlier branch release files.
|
35 | 35 | <appendix id="release">
|
36 | 36 | <title>Release Notes</title>
|
37 | 37 |
|
| 38 | + <sect1 id="release-8-2-3"> |
| 39 | + <title>Release 8.2.3</title> |
| 40 | + |
| 41 | + <note> |
| 42 | + <title>Release date</title> |
| 43 | + <simpara>2007-02-07</simpara> |
| 44 | + </note> |
| 45 | + |
| 46 | + <para> |
| 47 | + This release contains two fixes from 8.2.2. |
| 48 | + </para> |
| 49 | + |
| 50 | + <sect2> |
| 51 | + <title>Migration to version 8.2.3</title> |
| 52 | + |
| 53 | + <para> |
| 54 | + A dump/restore is not required for those running 8.2.X. |
| 55 | + </para> |
| 56 | + |
| 57 | + </sect2> |
| 58 | + |
| 59 | + <sect2> |
| 60 | + <title>Changes</title> |
| 61 | + |
| 62 | + <itemizedlist> |
| 63 | + |
| 64 | + <listitem> |
| 65 | + <para> |
| 66 | + Remove overly-restrictive check for type length in constraints and |
| 67 | + functional indexes(Tom) |
| 68 | + </para> |
| 69 | + </listitem> |
| 70 | + |
| 71 | + <listitem> |
| 72 | + <para> |
| 73 | + Fix optimization so MIN/MAX in subqueries can again use indexes (Tom) |
| 74 | + </para> |
| 75 | + </listitem> |
| 76 | + |
| 77 | + </itemizedlist> |
| 78 | + |
| 79 | + </sect2> |
| 80 | + </sect1> |
| 81 | + |
38 | 82 | <sect1 id="release-8-2-2">
|
39 | 83 | <title>Release 8.2.2</title>
|
40 | 84 |
|
@@ -2880,6 +2924,46 @@ do it for earlier branch release files.
|
2880 | 2924 | </sect2>
|
2881 | 2925 | </sect1>
|
2882 | 2926 |
|
| 2927 | + <sect1 id="release-8-1-8"> |
| 2928 | + <title>Release 8.1.8</title> |
| 2929 | + |
| 2930 | + <note> |
| 2931 | + <title>Release date</title> |
| 2932 | + <simpara>2007-02-07</simpara> |
| 2933 | + </note> |
| 2934 | + |
| 2935 | + <para> |
| 2936 | + This release contains one fix from 8.1.7. |
| 2937 | + </para> |
| 2938 | + |
| 2939 | + <sect2> |
| 2940 | + <title>Migration to version 8.1.8</title> |
| 2941 | + |
| 2942 | + <para> |
| 2943 | + A dump/restore is not required for those running 8.1.X. |
| 2944 | + However, if you are upgrading from a version earlier than 8.1.2, |
| 2945 | + see the release notes for 8.1.2. |
| 2946 | + </para> |
| 2947 | + |
| 2948 | + </sect2> |
| 2949 | + |
| 2950 | + <sect2> |
| 2951 | + <title>Changes</title> |
| 2952 | + |
| 2953 | + <itemizedlist> |
| 2954 | + |
| 2955 | + <listitem> |
| 2956 | + <para> |
| 2957 | + Remove overly-restrictive check for type length in constraints and |
| 2958 | + functional indexes(Tom) |
| 2959 | + </para> |
| 2960 | + </listitem> |
| 2961 | + |
| 2962 | + </itemizedlist> |
| 2963 | + |
| 2964 | + </sect2> |
| 2965 | + </sect1> |
| 2966 | + |
2883 | 2967 | <sect1 id="release-8-1-7">
|
2884 | 2968 | <title>Release 8.1.7</title>
|
2885 | 2969 |
|
@@ -5790,6 +5874,46 @@ psql -t -f fixseq.sql db1 | psql -e db1
|
5790 | 5874 | </sect2>
|
5791 | 5875 | </sect1>
|
5792 | 5876 |
|
| 5877 | + <sect1 id="release-8-0-12"> |
| 5878 | + <title>Release 8.0.12</title> |
| 5879 | + |
| 5880 | + <note> |
| 5881 | + <title>Release date</title> |
| 5882 | + <simpara>2007-02-07</simpara> |
| 5883 | + </note> |
| 5884 | + |
| 5885 | + <para> |
| 5886 | + This release contains one fix from 8.0.11. |
| 5887 | + </para> |
| 5888 | + |
| 5889 | + <sect2> |
| 5890 | + <title>Migration to version 8.0.12</title> |
| 5891 | + |
| 5892 | + <para> |
| 5893 | + A dump/restore is not required for those running 8.0.X. However, |
| 5894 | + if you are upgrading from a version earlier than 8.0.6, see the release |
| 5895 | + notes for 8.0.6. |
| 5896 | + </para> |
| 5897 | + |
| 5898 | + </sect2> |
| 5899 | + |
| 5900 | + <sect2> |
| 5901 | + <title>Changes</title> |
| 5902 | + |
| 5903 | + <itemizedlist> |
| 5904 | + |
| 5905 | + <listitem> |
| 5906 | + <para> |
| 5907 | + Remove overly-restrictive check for type length in constraints and |
| 5908 | + functional indexes(Tom) |
| 5909 | + </para> |
| 5910 | + </listitem> |
| 5911 | + |
| 5912 | + </itemizedlist> |
| 5913 | + |
| 5914 | + </sect2> |
| 5915 | + </sect1> |
| 5916 | + |
5793 | 5917 | <sect1 id="release-8-0-11">
|
5794 | 5918 | <title>Release 8.0.11</title>
|
5795 | 5919 |
|
|
0 commit comments