他のバージョンの文書 15 | 14 | 13 | 12 | 11 | 10 | 9.6 | 9.5 | 9.4 | 9.3 | 9.2 | 9.1 | 9.0 | 8.4 | 8.3 | 8.2 | 8.1 | 8.0 | 7.4 | 7.3 | 7.2

E.301. リリース7.4.3

リリース日: 2004-06-14

このリリースは7.4.2の様々な不具合を修正したものです。 7.4メジャーリリースにおける新機能についてはE.304を参照してください。

E.301.1. 7.4.3バージョンへの移行

7.4.Xからの移行の場合は ダンプ/リストアは必要ありません。

E.301.2. 変更点

  • Fix temporary memory leak when using non-hashed aggregates (Tom)

  • ECPG fixes, including some for Informix compatibility (Michael)

  • Fixes for compiling with thread-safety, particularly Solaris (Bruce)

  • Fix error in COPY IN termination when using the old network protocol (ljb)

  • Several important fixes in pg_autovacuum, including fixes for large tables, unsigned oids, stability, temp tables, and debug mode (Matthew T. O'Connor)

  • Fix problem with reading tar-format dumps on NetBSD and BSD/OS (Bruce)

  • Several JDBC fixes

  • Fix ALTER SEQUENCE RESTART where last_value equals the restart value (Tom)

  • Repair failure to recalculate nested sub-selects (Tom)

  • Fix problems with non-constant expressions in LIMIT/OFFSET

  • Support FULL JOIN with no join clause, such as X FULL JOIN Y ON TRUE (Tom)

  • Fix another zero-column table bug (Tom)

  • Improve handling of non-qualified identifiers in GROUP BY clauses in sub-selects (Tom)

    副selectにおける選択リストの別名が外部の問い合わせレベルの名前より優先されるようになりました。

  • Do not generate NATURAL CROSS JOIN when decompiling rules (Tom)

  • Add checks for invalid field length in binary COPY (Tom)

    この修正はセキュリティホールの発生を抑えるものです。

  • Avoid locking conflict between ANALYZE and LISTEN/NOTIFY

  • Numerous translation updates (various contributors)