mirror of
https://github.com/postgres/postgres.git
synced 2025-07-14 08:21:07 +03:00
cleanup
This commit is contained in:
4
HISTORY
4
HISTORY
@ -46,9 +46,9 @@ Fix VACUUM problem with moving chain of update tuples when source and
|
|||||||
Fix user.c CommandCounterIncrement (Tom)
|
Fix user.c CommandCounterIncrement (Tom)
|
||||||
Fix for AM/PM boundary problem in to_char() (Karel Zak)
|
Fix for AM/PM boundary problem in to_char() (Karel Zak)
|
||||||
Fix TIME aggregate handling (Tom)
|
Fix TIME aggregate handling (Tom)
|
||||||
Fix to_char() to avoid coredump on NULL input. (Tom)
|
Fix to_char() to avoid coredump on NULL input (Tom)
|
||||||
Buffer fix (Tom)
|
Buffer fix (Tom)
|
||||||
Fix for inserting/copying longer multibyte strings into bpchar data
|
Fix for inserting/copying longer multibyte strings into char() data
|
||||||
types (Tatsuo)
|
types (Tatsuo)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.49.2.7 2000/11/03 03:42:55 momjian Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.49.2.8 2000/11/03 04:17:55 momjian Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="release">
|
<chapter id="release">
|
||||||
@ -72,9 +72,9 @@ Fix VACUUM problem with moving chain of update tuples when source and
|
|||||||
Fix user.c CommandCounterIncrement (Tom)
|
Fix user.c CommandCounterIncrement (Tom)
|
||||||
Fix for AM/PM boundary problem in to_char() (Karel Zak)
|
Fix for AM/PM boundary problem in to_char() (Karel Zak)
|
||||||
Fix TIME aggregate handling (Tom)
|
Fix TIME aggregate handling (Tom)
|
||||||
Fix to_char() to avoid coredump on NULL input. (Tom)
|
Fix to_char() to avoid coredump on NULL input (Tom)
|
||||||
Buffer fix (Tom)
|
Buffer fix (Tom)
|
||||||
Fix for inserting/copying longer multibyte strings into bpchar data
|
Fix for inserting/copying longer multibyte strings into char() data
|
||||||
types (Tatsuo)
|
types (Tatsuo)
|
||||||
</programlisting>
|
</programlisting>
|
||||||
</para>
|
</para>
|
||||||
|
Reference in New Issue
Block a user