From 06c7d21d1b7a6b504ef27827ec36d734d14e1a6a Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 7 Dec 2012 21:19:50 +0000 Subject: This release fixes a significant page ordering issue with Hot Standby which could cause index corruption on the standby under some circumstances. In addition, this update patches timing issues with checkpoint and transaction ID wraparound which could cause data corruption in some cases. Today's update also fixes multiple issues with CREATE INDEX CONCURRENTLY and DROP INDEX CONCURRENTLY, which can cause those commands to fail or produce corrupt indexes. Users who use this feature may want to REINDEX or recreate affected indexes (see below). This update release also contains fixes for many minor issues discovered and patched by the PostgreSQL community in the last month, including several fixes which are specific to version 9.2. These include: * Prevent psql crash due to incorrectly encoded input data * Fix pg_regress gmake build issues * Make sure correct directory is created for extensions * Fix some issues with buffer locks and VACUUM * Multiple fixes and improvements for pg_upgrade * Fix bugs with end-of-recovery when failing over to a standby * Avoid bogus "out-of-sequence timeline ID" errors in standby-mode * Don't launch new child processes during shutdown * Improve the ability of JOINs to use partial indexes * Fix assorted integer overflow errors * Eliminate memory leaks in record_out() and record_send() * Skip searching for subtransaction logs at COMMIT * Fix WaitLatch() timing issues * Fix handling of inherited check constraints in ALTER COLUMN TYPE * Make ALTER EXTENSION SET SCHEMA behave as documented * Have SEQUENCE SET statements in the "data" section of sectional dumps * Prevent parser from believing that VIEWs have system columns * Fix --clean mode for pg_dump * Prevent hash table corruption on out-of-memory * Various query planner and executor fixes and improvements * Multiple documentation updates * DST updates for seven timezones --- databases/postgresql92-docs/PLIST | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'databases/postgresql92-docs') diff --git a/databases/postgresql92-docs/PLIST b/databases/postgresql92-docs/PLIST index 7dcc90ef284..2967b196c56 100644 --- a/databases/postgresql92-docs/PLIST +++ b/databases/postgresql92-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2012/10/05 21:03:11 adam Exp $ +@comment $NetBSD: PLIST,v 1.2 2012/12/07 21:19:50 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createlang.1 @@ -982,6 +982,7 @@ share/doc/postgresql/html/release-8-3-19.html share/doc/postgresql/html/release-8-3-2.html share/doc/postgresql/html/release-8-3-20.html share/doc/postgresql/html/release-8-3-21.html +share/doc/postgresql/html/release-8-3-22.html share/doc/postgresql/html/release-8-3-3.html share/doc/postgresql/html/release-8-3-4.html share/doc/postgresql/html/release-8-3-5.html @@ -996,6 +997,7 @@ share/doc/postgresql/html/release-8-4-11.html share/doc/postgresql/html/release-8-4-12.html share/doc/postgresql/html/release-8-4-13.html share/doc/postgresql/html/release-8-4-14.html +share/doc/postgresql/html/release-8-4-15.html share/doc/postgresql/html/release-8-4-2.html share/doc/postgresql/html/release-8-4-3.html share/doc/postgresql/html/release-8-4-4.html @@ -1007,6 +1009,7 @@ share/doc/postgresql/html/release-8-4-9.html share/doc/postgresql/html/release-8-4.html share/doc/postgresql/html/release-9-0-1.html share/doc/postgresql/html/release-9-0-10.html +share/doc/postgresql/html/release-9-0-11.html share/doc/postgresql/html/release-9-0-2.html share/doc/postgresql/html/release-9-0-3.html share/doc/postgresql/html/release-9-0-4.html @@ -1022,8 +1025,10 @@ share/doc/postgresql/html/release-9-1-3.html share/doc/postgresql/html/release-9-1-4.html share/doc/postgresql/html/release-9-1-5.html share/doc/postgresql/html/release-9-1-6.html +share/doc/postgresql/html/release-9-1-7.html share/doc/postgresql/html/release-9-1.html share/doc/postgresql/html/release-9-2-1.html +share/doc/postgresql/html/release-9-2-2.html share/doc/postgresql/html/release-9-2.html share/doc/postgresql/html/release.html share/doc/postgresql/html/resources.html -- cgit v1.2.3