PostgreSQLLa base de données la plus sophistiquée au monde.

E.84. Version 7.4.22

[Note]

Date de sortie

2008-09-22

This release contains a variety of fixes from 7.4.21. Pour plus d'informations sur les nouvelles fonctionnalités de la version majeure 7.4, voir Section E.106, « Sortie 7.4 ».

E.84.1. Migration vers la version 7.4.22

Une sauvegarde/restauration n'est pas nécessaire aux utilisateurs de la version 7.4.X. However, if you are upgrading from a version earlier than 7.4.11, see the release notes for 7.4.11.

E.84.2. Modifications

  • Fix datetime input functions to correctly detect integer overflow when running on a 64-bit platform (Tom)

  • Improve performance of writing very long log messages to syslog (Tom)

  • Fix bug in backwards scanning of a cursor on a SELECT DISTINCT ON query (Tom)

  • Fix planner to estimate that GROUP BY expressions yielding boolean results always result in two groups, regardless of the expressions' contents (Tom)

    This is very substantially more accurate than the regular GROUP BY estimate for certain boolean tests like col IS NULL.

  • Improve pg_dump and pg_restore's error reporting after failure to send a SQL command (Tom)