A.20. リリース6.1.1

リリース日: 1997-07-22

A.20.1. バージョン6.1からバージョン6.1.1への移行

マイナーバグ修正リリースです。バージョン6.1からの移行する場合はダンプ/リストアは 不要ですが、バージョン6.1以前の全てのリリースからの場合は必要です。 より詳細についてはバージョン6.1のリリースノートを参照して下さい。

A.20.2. 詳細な変更点一覧

fix for SET with options (Thomas)
allow pg_dump/pg_dumpall to preserve ownership of all tables/objects(Bruce)
new psql \connect option allows changing usernames without changing databases
fix for initdb --debug option(Yoshihiko Ichikawa))
lextest cleanup(Bruce)
hash fixes(Vadim)
fix date/time month boundary arithmetic(Thomas)
fix timezone daylight handling for some ports(Thomas, Bruce, Tatsuo)
timestamp overhauled to use standard functions(Thomas)
other code cleanup in date/time routines(Thomas)
psql's \d now case-insensitive(Bruce)
psql's backslash commands can now have trailing semicolon(Bruce)
fix memory leak in psql when using \g(Bruce)
major fix for endian handling of communication to server(Thomas, Tatsuo)
Fix for Solaris assembler and include files(Yoshihiko Ichikawa)
allow underscores in usernames(Bruce)
pg_dumpall now returns proper status, portability fix(Bruce)