diff options
author | adam <adam@pkgsrc.org> | 2010-10-07 15:53:54 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-10-07 15:53:54 +0000 |
commit | 3ee1b17e460608403a38ba55ba82309305f91662 (patch) | |
tree | 78c225fe83f9f06b66fba8d2c21ae5f86950ae9b /databases/postgresql90-plpython | |
parent | 228315fe8e7852fe93b6c48c0ab602df2c6572c8 (diff) | |
download | pkgsrc-3ee1b17e460608403a38ba55ba82309305f91662.tar.gz |
Changes 9.0.1:
* Use a separate interpreter for each calling SQL userid in PL/Perl and PL/Tcl
* Improve pg_get_expr() security fix so that the function can still be used on
the output of a sub-select
* Fix incorrect placement of placeholder evaluation
* Fix join removal's handling of placeholder expressions
* Fix possible duplicate scans of UNION ALL member relations
* Prevent infinite loop in ProcessIncomingNotify() after unlistening
* Prevent show_session_authorization() from crashing within autovacuum
processes
* Re-allow input of Julian dates prior to 0001-01-01 AD
* Make psql recognize "DISCARD ALL" as a command that should not be encased in
a transaction block in autocommit-off mode
* Update build infrastructure and documentation to reflect the source code
repository's move from CVS to Git
Diffstat (limited to 'databases/postgresql90-plpython')
-rw-r--r-- | databases/postgresql90-plpython/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql90-plpython/PLIST b/databases/postgresql90-plpython/PLIST index 853e57b9506..5524a8a3c37 100644 --- a/databases/postgresql90-plpython/PLIST +++ b/databases/postgresql90-plpython/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/21 07:53:31 adam Exp $ +@comment $NetBSD: PLIST,v 1.2 2010/10/07 15:53:55 adam Exp $ ${PG_SUBPREFIX}lib/postgresql/plpython.la ${PG_SUBPREFIX}lib/postgresql/plpython2.la ${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/plpython0-9.0.mo @@ -7,4 +7,5 @@ ${PG_SUBPREFIX}share/locale/fr/LC_MESSAGES/plpython0-9.0.mo ${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/plpython0-9.0.mo ${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/plpython0-9.0.mo ${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/plpython0-9.0.mo +${PG_SUBPREFIX}share/locale/ro/LC_MESSAGES/plpython0-9.0.mo ${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/plpython0-9.0.mo |