summaryrefslogtreecommitdiff
path: root/databases/postgresql90-server
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2012-03-03 14:01:11 +0000
committeradam <adam@pkgsrc.org>2012-03-03 14:01:11 +0000
commit81e059fc267f8823fad1953d93a5c1d73b0fc881 (patch)
tree3b045fde50c1d2f6405a662c76c8ceaa55602691 /databases/postgresql90-server
parenta6c619148ea0ad9dc58cc91be073c24ab13ba197 (diff)
downloadpkgsrc-81e059fc267f8823fad1953d93a5c1d73b0fc881.tar.gz
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)
Diffstat (limited to 'databases/postgresql90-server')
-rw-r--r--databases/postgresql90-server/PLIST4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/postgresql90-server/PLIST b/databases/postgresql90-server/PLIST
index 93e04f348f8..7f575f5c062 100644
--- a/databases/postgresql90-server/PLIST
+++ b/databases/postgresql90-server/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2011/12/07 16:00:41 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2012/03/03 14:01:12 adam Exp $
${PG_SUBPREFIX}bin/postgres
${PG_SUBPREFIX}bin/postmaster
${PG_SUBPREFIX}lib/postgresql/ascii_and_mic.so
@@ -48,6 +48,8 @@ ${PG_SUBPREFIX}share/locale/pl/LC_MESSAGES/postgres-9.0.mo
${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/plpgsql-9.0.mo
${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/postgres-9.0.mo
${PG_SUBPREFIX}share/locale/ro/LC_MESSAGES/plpgsql-9.0.mo
+${PG_SUBPREFIX}share/locale/ru/LC_MESSAGES/plpgsql-9.0.mo
+${PG_SUBPREFIX}share/locale/ru/LC_MESSAGES/postgres-9.0.mo
${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/plpgsql-9.0.mo
${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/postgres-9.0.mo
${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/plpgsql-9.0.mo