diff options
author | adam <adam> | 2012-03-03 14:01:11 +0000 |
---|---|---|
committer | adam <adam> | 2012-03-03 14:01:11 +0000 |
commit | 8d04bbd5a5e02ef6da54527018bf8a8d7d609e24 (patch) | |
tree | 3b045fde50c1d2f6405a662c76c8ceaa55602691 /databases/postgresql91-client | |
parent | 0c0b430751cbf15e4802c89f74021c4b946d379b (diff) | |
download | pkgsrc-8d04bbd5a5e02ef6da54527018bf8a8d7d609e24.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/postgresql91-client')
-rw-r--r-- | databases/postgresql91-client/PLIST | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/databases/postgresql91-client/PLIST b/databases/postgresql91-client/PLIST index c32f0bf08df..64807e1ad88 100644 --- a/databases/postgresql91-client/PLIST +++ b/databases/postgresql91-client/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2011/09/21 09:10:37 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2012/03/03 14:01:12 adam Exp $ bin/clusterdb bin/createdb bin/createlang @@ -612,6 +612,7 @@ share/locale/it/LC_MESSAGES/pg_controldata-9.1.mo share/locale/it/LC_MESSAGES/pg_dump-9.1.mo share/locale/it/LC_MESSAGES/pg_resetxlog-9.1.mo share/locale/it/LC_MESSAGES/pgscripts-9.1.mo +share/locale/it/LC_MESSAGES/psql-9.1.mo share/locale/ja/LC_MESSAGES/ecpg-9.1.mo share/locale/ja/LC_MESSAGES/ecpglib6-9.1.mo share/locale/ja/LC_MESSAGES/initdb-9.1.mo @@ -658,16 +659,23 @@ share/locale/pt_BR/LC_MESSAGES/pg_resetxlog-9.1.mo share/locale/pt_BR/LC_MESSAGES/pgscripts-9.1.mo share/locale/pt_BR/LC_MESSAGES/psql-9.1.mo share/locale/ro/LC_MESSAGES/initdb-9.1.mo +share/locale/ro/LC_MESSAGES/pg_basebackup-9.1.mo share/locale/ro/LC_MESSAGES/pg_config-9.1.mo share/locale/ro/LC_MESSAGES/pg_controldata-9.1.mo share/locale/ro/LC_MESSAGES/pg_resetxlog-9.1.mo share/locale/ro/LC_MESSAGES/pgscripts-9.1.mo +share/locale/ru/LC_MESSAGES/ecpg-9.1.mo +share/locale/ru/LC_MESSAGES/ecpglib6-9.1.mo share/locale/ru/LC_MESSAGES/initdb-9.1.mo share/locale/ru/LC_MESSAGES/libpq5-9.1.mo +share/locale/ru/LC_MESSAGES/pg_basebackup-9.1.mo share/locale/ru/LC_MESSAGES/pg_config-9.1.mo share/locale/ru/LC_MESSAGES/pg_controldata-9.1.mo share/locale/ru/LC_MESSAGES/pg_ctl-9.1.mo +share/locale/ru/LC_MESSAGES/pg_dump-9.1.mo share/locale/ru/LC_MESSAGES/pg_resetxlog-9.1.mo +share/locale/ru/LC_MESSAGES/pgscripts-9.1.mo +share/locale/ru/LC_MESSAGES/psql-9.1.mo share/locale/sv/LC_MESSAGES/initdb-9.1.mo share/locale/sv/LC_MESSAGES/libpq5-9.1.mo share/locale/sv/LC_MESSAGES/pg_config-9.1.mo |