summaryrefslogtreecommitdiff
path: root/databases/postgresql84-plpython
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-05-20 12:36:38 +0000
committeradam <adam@pkgsrc.org>2010-05-20 12:36:38 +0000
commit4a8eeb454dc26fd0512b8bdfb3f8d3849d40d27e (patch)
treebac13eba554d56d9a6207c727298c622f5fb3ba9 /databases/postgresql84-plpython
parentb55e9a879d376b3cfd587507c38a8d98a379df57 (diff)
downloadpkgsrc-4a8eeb454dc26fd0512b8bdfb3f8d3849d40d27e.tar.gz
Changes 8.4.4:
* Enforce restrictions in plperl using an opmask applied to the whole interpreter, instead of using "Safe.pm" * Prevent PL/Tcl from executing untrustworthy code from pltcl_modules * Fix data corruption during WAL replay of ALTER ... SET TABLESPACE * Fix possible crash if a cache reset message is received during rebuild of a relcache entry * Apply per-function GUC settings while running the language validator for the function * Do constraint exclusion for inherited "UPDATE" and "DELETE" target tables when constraint_exclusion = partition * Do not allow an unprivileged user to reset superuser-only parameter settings * Avoid possible crash during backend shutdown if shutdown occurs when a CONTEXT addition would be made to log entries * Fix erroneous handling of %r parameter in recovery_end_command * Ensure the archiver process responds to changes in archive_command as soon as possible * Fix pl/pgsql's CASE statement to not fail when the case expression is a query that returns no rows * Update pl/perl's "ppport.h" for modern Perl versions * Fix assorted memory leaks in pl/python * Handle empty-string connect parameters properly in ecpg * Prevent infinite recursion in psql when expanding a variable that refers to itself * Fix psql's \copy to not add spaces around a dot within \copy (select ...) * Avoid formatting failure in psql when running in a locale context that doesn't match the client_encoding * Fix unnecessary "GIN indexes do not support whole-index scans" errors for unsatisfiable queries using "contrib/intarray" operators * Ensure that "contrib/pgstattuple" functions respond to cancel interrupts promptly * Make server startup deal properly with the case that shmget() returns EINVAL for an existing shared memory segment * Avoid possible crashes in syslogger process on Windows * Deal more robustly with incomplete time zone information in the Windows registry * Update the set of known Windows time zone names * Update time zone data files to tzdata release 2010j for DST law changes in Argentina, Australian Antarctic, Bangladesh, Mexico, Morocco, Pakistan, Palestine, Russia, Syria, Tunisia; also historical corrections for Taiwan. Also, add PKST (Pakistan Summer Time) to the default set of timezone abbreviations.
Diffstat (limited to 'databases/postgresql84-plpython')
-rw-r--r--databases/postgresql84-plpython/PLIST3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql84-plpython/PLIST b/databases/postgresql84-plpython/PLIST
index 21522f7783e..749ff867cc3 100644
--- a/databases/postgresql84-plpython/PLIST
+++ b/databases/postgresql84-plpython/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2009/09/10 10:06:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2010/05/20 12:36:39 adam Exp $
${PG_SUBPREFIX}lib/postgresql/plpython.la
${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/plpython0-8.4.mo
${PG_SUBPREFIX}share/locale/es/LC_MESSAGES/plpython0-8.4.mo
@@ -7,3 +7,4 @@ ${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/plpython0-8.4.mo
${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/plpython0-8.4.mo
${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/plpython0-8.4.mo
${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/plpython0-8.4.mo
+${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/plpython0-8.4.mo