Update 7.0.1 for Tatsuo

This commit is contained in:
Bruce Momjian 2000-06-01 06:02:14 +00:00
parent bd29331f84
commit 5abea5fe13
2 changed files with 7 additions and 4 deletions

View File

@ -27,11 +27,12 @@ Reduce COPY IN lock level (Tom)
Change libpqeasy to use PQconnectdb() style parameters (Bruce) Change libpqeasy to use PQconnectdb() style parameters (Bruce)
Fix pg_dump to handle OID indexes (Tom) Fix pg_dump to handle OID indexes (Tom)
Fix small memory leak (Tom) Fix small memory leak (Tom)
Solaris fix for createdb/dropdb Solaris fix for createdb/dropdb (Tatsuo)
Fix for non-blocking connections (Alfred Perlstein) Fix for non-blocking connections (Alfred Perlstein)
Fix improper recovery after RENAME TABLE failures (Tom) Fix improper recovery after RENAME TABLE failures (Tom)
Copy pg_ident.conf.sample into /lib directory in install (Bruce) Copy pg_ident.conf.sample into /lib directory in install (Bruce)
Add SJIS UDC (NEC selection IBM kanji) support (Eiji Tokuya)
Fix too long syslog message (Tatsuo)
------------------------------------------------------------------------ ------------------------------------------------------------------------
Release 7.0 Release 7.0

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.50 2000/06/01 05:13:18 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.51 2000/06/01 06:02:14 momjian Exp $
--> -->
<chapter id="release"> <chapter id="release">
@ -55,10 +55,12 @@ Reduce COPY IN lock level (Tom)
Change libpqeasy to use PQconnectdb() style parameters (Bruce) Change libpqeasy to use PQconnectdb() style parameters (Bruce)
Fix pg_dump to handle OID indexes (Tom) Fix pg_dump to handle OID indexes (Tom)
Fix small memory leak (Tom) Fix small memory leak (Tom)
Solaris fix for createdb/dropdb Solaris fix for createdb/dropdb (Tatsuo)
Fix for non-blocking connections (Alfred Perlstein) Fix for non-blocking connections (Alfred Perlstein)
Fix improper recovery after RENAME TABLE failures (Tom) Fix improper recovery after RENAME TABLE failures (Tom)
Copy pg_ident.conf.sample into /lib directory in install (Bruce) Copy pg_ident.conf.sample into /lib directory in install (Bruce)
Add SJIS UDC (NEC selection IBM kanji) support (Eiji Tokuya)
Fix too long syslog message (Tatsuo)
</programlisting> </programlisting>
</para> </para>
</sect2> </sect2>