summaryrefslogtreecommitdiff
path: root/databases/postgresql84-pltcl
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2011-09-27 11:04:30 +0000
committeradam <adam@pkgsrc.org>2011-09-27 11:04:30 +0000
commit5f01ee826885cd719b5a7d0210baab4156012dff (patch)
tree8af0b0007b247698263633b60ec250d92d84fe32 /databases/postgresql84-pltcl
parentb79d5e5bf03e1a5f5cc422b3cbbada6c708d039a (diff)
downloadpkgsrc-5f01ee826885cd719b5a7d0210baab4156012dff.tar.gz
Changes 8.4.9:
* Fix bugs in indexing of in-doubt HOT-updated tuples * Fix multiple bugs in GiST index page split processing * Fix possible buffer overrun in tsvector_concat() * Fix crash in xml_recv when processing a "standalone" parameter * Make pg_options_to_table return NULL for an option with no value * Avoid possibly accessing off the end of memory in "ANALYZE" and in SJIS-2004 encoding conversion * Prevent intermittent hang in interactions of startup process with bgwriter process * Fix race condition in relcache init file invalidation * Fix memory leak at end of a GiST index scan * Fix incorrect memory accounting (leading to possible memory bloat) in tuplestores supporting holdable cursors and plpgsql's RETURN NEXT command * Fix performance problem when constructing a large, lossy bitmap * Fix join selectivity estimation for unique columns * Fix nested PlaceHolderVar expressions that appear only in sub-select target lists * Allow nested EXISTS queries to be optimized properly * Fix array- and path-creating functions to ensure padding bytes are zeroes * Fix "EXPLAIN" to handle gating Result nodes within inner-indexscan subplans * Work around gcc 4.6.0 bug that breaks WAL replay * Fix dump bug for VALUES in a view * Disallow SELECT FOR UPDATE/SHARE on sequences This operation doesn't work as expected and can lead to failures. * Fix "VACUUM" so that it always updates pg_class.reltuples/relpages * more...
Diffstat (limited to 'databases/postgresql84-pltcl')
-rw-r--r--databases/postgresql84-pltcl/PLIST3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql84-pltcl/PLIST b/databases/postgresql84-pltcl/PLIST
index 19ea756b7fb..ebab0624d8f 100644
--- a/databases/postgresql84-pltcl/PLIST
+++ b/databases/postgresql84-pltcl/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2011/02/15 08:14:17 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2011/09/27 11:04:30 adam Exp $
bin/pltcl_delmod
bin/pltcl_listmod
bin/pltcl_loadmod
@@ -8,6 +8,7 @@ share/locale/es/LC_MESSAGES/pltcl-8.4.mo
share/locale/fr/LC_MESSAGES/pltcl-8.4.mo
share/locale/it/LC_MESSAGES/pltcl-8.4.mo
share/locale/ja/LC_MESSAGES/pltcl-8.4.mo
+share/locale/pl/LC_MESSAGES/pltcl-8.4.mo
share/locale/pt_BR/LC_MESSAGES/pltcl-8.4.mo
share/locale/tr/LC_MESSAGES/pltcl-8.4.mo
share/locale/zh_CN/LC_MESSAGES/pltcl-8.4.mo