File tree 1 file changed +11
-4
lines changed
1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.163.2.44 2007/09/11 17:19:07 momjian Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.163.2.45 2007/09/14 15:51:59 tgl Exp $ -->
2
2
<!--
3
3
4
4
Typical markup:
@@ -65,14 +65,21 @@ do it for earlier branch release files.
65
65
66
66
<listitem>
67
67
<para>
68
- Allow <command>CREATE DOMAIN ... DEFAULT NULL</> (Tom)
68
+ Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
69
69
</para>
70
70
</listitem>
71
71
72
72
<listitem>
73
73
<para>
74
- Require non-superusers who use <filename>/contrib/dblink</> to use only password
75
- authentication, as a security measure (Joe)
74
+ Fix crash when <varname>log_min_error_statement</> logging runs out
75
+ of memory (Tom)
76
+ </para>
77
+ </listitem>
78
+
79
+ <listitem>
80
+ <para>
81
+ Require non-superusers who use <filename>/contrib/dblink</> to use only
82
+ password authentication, as a security measure (Joe)
76
83
</para>
77
84
</listitem>
78
85
You can’t perform that action at this time.
0 commit comments