1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-08 06:02:22 +03:00

Update HISTORY/release.sgml for 7.2.3.

This commit is contained in:
Bruce Momjian
2002-10-01 03:24:17 +00:00
parent 407517f039
commit 9227bc5e5b
2 changed files with 71 additions and 2 deletions

28
HISTORY
View File

@@ -1,5 +1,33 @@
Release Notes
Release 7.2.3
Release date: 2002-10-01
This has a variety of fixes from 7.2.2, including fixes to prevent
possible data loss.
----------------------------------------------------------------------
Migration to version 7.2.3
A dump/restore is *not* required for those running 7.2.X.
----------------------------------------------------------------------
Changes
Prevent possible compressed transaction log loss (Tom)
Prevent non-superuser from increasing most recent vacuum info (Tom)
Handle pre-1970 date values in newer versions of glibc (Tom)
Fix possible hang during server shutdown
Prevent spinlock hangs on SMP PPC machines (Tomoyuki Niijima)
Fix pg_dump to properly dump FULL JOIN USING (Tom)
----------------------------------------------------------------------
Release 7.2.2
Release date: 2002-08-23