From 55921f3cc0f35a6134d35be0be7960126c9ac9c3 Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 3 Mar 2012 14:01:11 +0000 Subject: Changes: * Fix btree index corruption from insertions concurrent with vacuuming * Recover from errors occurring during WAL replay of DROP TABLESPACE * Fix transient zeroing of shared buffers during WAL replay * Fix postmaster to attempt restart after a hot-standby crash * Fix corner case in SSI transaction cleanup * Update per-column permissions, not only per-table permissions, when changing table owner * Fix handling of data-modifying WITH subplans in READ COMMITTED rechecking * Fix for "could not find plan for CTE" failures * Fix unsupported node type error caused by COLLATE in an INSERT expression * Avoid crashing when we have problems deleting table files post-commit * Fix recently-introduced memory leak in processing of inet/cidr * Fix GIN cost estimation to handle column IN (...) index conditions * Fix I/O-conversion-related memory leaks in plpgsql * Teach pg_upgrade to handle renaming of plpython's shared library (affecting upgrades to 9.1) --- databases/postgresql91-server/PLIST | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'databases/postgresql91-server') diff --git a/databases/postgresql91-server/PLIST b/databases/postgresql91-server/PLIST index b46aeb7c1da..56b7c4c535f 100644 --- a/databases/postgresql91-server/PLIST +++ b/databases/postgresql91-server/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2011/12/06 20:37:33 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2012/03/03 14:01:13 adam Exp $ bin/postgres bin/postmaster lib/postgresql/ascii_and_mic.so @@ -47,6 +47,8 @@ share/locale/pl/LC_MESSAGES/postgres-9.1.mo share/locale/pt_BR/LC_MESSAGES/plpgsql-9.1.mo share/locale/pt_BR/LC_MESSAGES/postgres-9.1.mo share/locale/ro/LC_MESSAGES/plpgsql-9.1.mo +share/locale/ru/LC_MESSAGES/plpgsql-9.1.mo +share/locale/ru/LC_MESSAGES/postgres-9.1.mo share/locale/tr/LC_MESSAGES/plpgsql-9.1.mo share/locale/zh_CN/LC_MESSAGES/plpgsql-9.1.mo share/locale/zh_CN/LC_MESSAGES/postgres-9.1.mo -- cgit v1.2.3