mirror of
https://github.com/postgres/postgres.git
synced 2025-09-09 13:09:39 +03:00
New WAL fix release text is:
Prevent rare possibility of server startup failure (Tom)
This commit is contained in:
2
HISTORY
2
HISTORY
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
|
||||||
Fix rare possibility of recovery failure after a system crash (Tom)
|
Prevent rare possibility of server startup failure (Tom)
|
||||||
Fix bugs in interval-to-time conversion (Tom)
|
Fix bugs in interval-to-time conversion (Tom)
|
||||||
Add constraint names in a few places in pg_dump (Rod)
|
Add constraint names in a few places in pg_dump (Rod)
|
||||||
Improve performance of functions with many parameters (Tom)
|
Improve performance of functions with many parameters (Tom)
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.163.2.13 2003/07/23 04:09:52 momjian Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.163.2.14 2003/07/23 22:59:39 momjian Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<appendix id="release">
|
<appendix id="release">
|
||||||
@@ -32,7 +32,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.163.2.13 2003/07/23 04:09:
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
<literallayout>
|
<literallayout>
|
||||||
Fix rare possibility of recovery failure after a system crash (Tom)
|
Prevent rare possibility of server startup failure (Tom)
|
||||||
Fix bugs in interval-to-time conversion (Tom)
|
Fix bugs in interval-to-time conversion (Tom)
|
||||||
Add constraint names in a few places in pg_dump (Rod)
|
Add constraint names in a few places in pg_dump (Rod)
|
||||||
Improve performance of functions with many parameters (Tom)
|
Improve performance of functions with many parameters (Tom)
|
||||||
|
Reference in New Issue
Block a user