summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2006-01-08 12:51:45 +0000
committerabs <abs@pkgsrc.org>2006-01-08 12:51:45 +0000
commit634fcd92cba008d53666cc96efbe2c6ceb461075 (patch)
tree93e974fec45a652095c317851553c3ab4d5795ad /doc
parentd182d0d6186f777892bdf478ca6ffcf1f311aa20 (diff)
downloadpkgsrc-634fcd92cba008d53666cc96efbe2c6ceb461075.tar.gz
Upgrade postgresql80-client, postgresql80-server, postgresql to 8.0.5
Changes since 8.0.4: * Fix race condition in transaction log management There was a narrow window in which an I/O operation could be initiated for the wrong page, leading to an Assert failure or data corruption. * Fix bgwriter problems after recovering from errors (Tom) The background writer was found to leak buffer pins after write errors. While not fatal in itself, this might lead to mysterious blockages of later VACUUM commands. * Prevent failure if client sends Bind protocol message when current transaction is already aborted * /contrib/ltree fixes (Teodor) * AIX and HPUX compile fixes (Tom) * Retry file reads and writes after Windows NO_SYSTEM_RESOURCES error (Qingqing Zhou) * Fix intermittent failure when log_line_prefix includes %i * Fix psql performance issue with long scripts on Windows (Merlin Moncure) * Fix missing updates of pg_group flat file * Fix longstanding planning error for outer joins This bug sometimes caused a bogus error "RIGHT JOIN is only supported with merge-joinable join conditions". * Postpone timezone initialization until after postmaster.pid is created This avoids confusing startup scripts that expect the pid file to appear quickly. * Prevent core dump in pg_autovacuum when a table has been dropped * Fix problems with whole-row references (foo.*) to subquery results
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 4fa87209a64..83b0d24ea96 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.12415 2006/01/08 11:47:10 wiz Exp $
+$NetBSD: CHANGES,v 1.12416 2006/01/08 12:53:07 abs Exp $
Changes to the packages collection and infrastructure in 2006:
@@ -176,3 +176,6 @@ Changes to the packages collection and infrastructure in 2006:
Updated cad/wcalc to 1.0 [dmcmahill 2006-01-08]
Updated cad/wcalc-docs to 1.0 [dmcmahill 2006-01-08]
Updated net/hlfl to 0.60.1nb1 [wiz 2006-01-08]
+ Updated databases/postgresql80 to 8.0.5 [abs 2006-01-08]
+ Updated databases/postgresql80-client to 8.0.5 [abs 2006-01-08]
+ Updated databases/postgresql80-server to 8.0.5 [abs 2006-01-08]