diff options
author | adam <adam> | 2011-02-09 08:48:16 +0000 |
---|---|---|
committer | adam <adam> | 2011-02-09 08:48:16 +0000 |
commit | fca33944d1ed04ae3d8484e4f34c547b822ba4aa (patch) | |
tree | df651b3a98b599f18ba265a531906fc6316f9afd /databases/postgresql90-server | |
parent | 122ec8b3c8eed9af710f0b752db7e8316a7392c7 (diff) | |
download | pkgsrc-fca33944d1ed04ae3d8484e4f34c547b822ba4aa.tar.gz |
Changes 9.0.3:
* Before exiting walreceiver, ensure all the received WAL is fsync'd to disk
* Avoid excess fsync activity in walreceiver
* Make "ALTER TABLE" revalidate uniqueness and exclusion constraints when needed
* Fix EvalPlanQual for "UPDATE" of an inheritance tree in which the tables are
not all alike
* Avoid failures when "EXPLAIN" tries to display a simple-form CASE expression
* Fix assignment to an array slice that is before the existing range of
subscripts
* Avoid unexpected conversion overflow in planner for very distant date values
* Fix PL/Python crash when an array contains null entries
* Remove ecpg's fixed length limit for constants defining an array dimension
* Fix erroneous parsing of tsquery values containing ... &
!(subexpression) | ...
* Fix buffer overrun in "contrib/intarray"'s input function for the query_int
type
* Fix bug in "contrib/seg"'s GiST picksplit algorithm
Diffstat (limited to 'databases/postgresql90-server')
-rw-r--r-- | databases/postgresql90-server/Makefile | 6 | ||||
-rw-r--r-- | databases/postgresql90-server/PLIST | 82 |
2 files changed, 44 insertions, 44 deletions
diff --git a/databases/postgresql90-server/Makefile b/databases/postgresql90-server/Makefile index 284e81a473d..9f932e6c4b9 100644 --- a/databases/postgresql90-server/Makefile +++ b/databases/postgresql90-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2010/12/24 06:33:57 asau Exp $ +# $NetBSD: Makefile,v 1.8 2011/02/09 08:48:19 adam Exp $ PKGNAME= ${DISTNAME:C/-/90-server-/} COMMENT= PostgreSQL database server programs @@ -11,8 +11,8 @@ NOT_FOR_PLATFORM= *-*-mips .include "../../databases/postgresql90/Makefile.common" # Use shlibtool (invoked as "$(LIBTOOL)") to build modules. -USE_LIBTOOL= yes -PKG_LIBTOOL= ${PKG_SHLIBTOOL} +#USE_LIBTOOL= yes +#PKG_LIBTOOL= ${PKG_SHLIBTOOL} CONFIGURE_ARGS+= --with-openssl diff --git a/databases/postgresql90-server/PLIST b/databases/postgresql90-server/PLIST index 21d1244393f..7fc667e1a46 100644 --- a/databases/postgresql90-server/PLIST +++ b/databases/postgresql90-server/PLIST @@ -1,54 +1,54 @@ -@comment $NetBSD: PLIST,v 1.4 2010/12/24 06:34:38 asau Exp $ +@comment $NetBSD: PLIST,v 1.5 2011/02/09 08:48:19 adam Exp $ ${PG_SUBPREFIX}bin/postgres ${PG_SUBPREFIX}bin/postmaster -${PG_SUBPREFIX}lib/postgresql/ascii_and_mic.la -${PG_SUBPREFIX}lib/postgresql/cyrillic_and_mic.la -${PG_SUBPREFIX}lib/postgresql/dict_snowball.la -${PG_SUBPREFIX}lib/postgresql/euc2004_sjis2004.la -${PG_SUBPREFIX}lib/postgresql/euc_cn_and_mic.la -${PG_SUBPREFIX}lib/postgresql/euc_jp_and_sjis.la -${PG_SUBPREFIX}lib/postgresql/euc_kr_and_mic.la -${PG_SUBPREFIX}lib/postgresql/euc_tw_and_big5.la -${PG_SUBPREFIX}lib/postgresql/latin2_and_win1250.la -${PG_SUBPREFIX}lib/postgresql/latin_and_mic.la -${PG_SUBPREFIX}lib/postgresql/libpqwalreceiver.la -${PG_SUBPREFIX}lib/postgresql/plpgsql.la -${PG_SUBPREFIX}lib/postgresql/utf8_and_ascii.la -${PG_SUBPREFIX}lib/postgresql/utf8_and_big5.la -${PG_SUBPREFIX}lib/postgresql/utf8_and_cyrillic.la -${PG_SUBPREFIX}lib/postgresql/utf8_and_euc2004.la -${PG_SUBPREFIX}lib/postgresql/utf8_and_euc_cn.la -${PG_SUBPREFIX}lib/postgresql/utf8_and_euc_jp.la -${PG_SUBPREFIX}lib/postgresql/utf8_and_euc_kr.la -${PG_SUBPREFIX}lib/postgresql/utf8_and_euc_tw.la -${PG_SUBPREFIX}lib/postgresql/utf8_and_gb18030.la -${PG_SUBPREFIX}lib/postgresql/utf8_and_gbk.la -${PG_SUBPREFIX}lib/postgresql/utf8_and_iso8859.la -${PG_SUBPREFIX}lib/postgresql/utf8_and_iso8859_1.la -${PG_SUBPREFIX}lib/postgresql/utf8_and_johab.la -${PG_SUBPREFIX}lib/postgresql/utf8_and_sjis.la -${PG_SUBPREFIX}lib/postgresql/utf8_and_sjis2004.la -${PG_SUBPREFIX}lib/postgresql/utf8_and_uhc.la -${PG_SUBPREFIX}lib/postgresql/utf8_and_win.la +${PG_SUBPREFIX}lib/postgresql/ascii_and_mic.so +${PG_SUBPREFIX}lib/postgresql/cyrillic_and_mic.so +${PG_SUBPREFIX}lib/postgresql/dict_snowball.so +${PG_SUBPREFIX}lib/postgresql/euc2004_sjis2004.so +${PG_SUBPREFIX}lib/postgresql/euc_cn_and_mic.so +${PG_SUBPREFIX}lib/postgresql/euc_jp_and_sjis.so +${PG_SUBPREFIX}lib/postgresql/euc_kr_and_mic.so +${PG_SUBPREFIX}lib/postgresql/euc_tw_and_big5.so +${PG_SUBPREFIX}lib/postgresql/latin2_and_win1250.so +${PG_SUBPREFIX}lib/postgresql/latin_and_mic.so +${PG_SUBPREFIX}lib/postgresql/libpqwalreceiver.so +${PG_SUBPREFIX}lib/postgresql/plpgsql.so +${PG_SUBPREFIX}lib/postgresql/utf8_and_ascii.so +${PG_SUBPREFIX}lib/postgresql/utf8_and_big5.so +${PG_SUBPREFIX}lib/postgresql/utf8_and_cyrillic.so +${PG_SUBPREFIX}lib/postgresql/utf8_and_euc2004.so +${PG_SUBPREFIX}lib/postgresql/utf8_and_euc_cn.so +${PG_SUBPREFIX}lib/postgresql/utf8_and_euc_jp.so +${PG_SUBPREFIX}lib/postgresql/utf8_and_euc_kr.so +${PG_SUBPREFIX}lib/postgresql/utf8_and_euc_tw.so +${PG_SUBPREFIX}lib/postgresql/utf8_and_gb18030.so +${PG_SUBPREFIX}lib/postgresql/utf8_and_gbk.so +${PG_SUBPREFIX}lib/postgresql/utf8_and_iso8859.so +${PG_SUBPREFIX}lib/postgresql/utf8_and_iso8859_1.so +${PG_SUBPREFIX}lib/postgresql/utf8_and_johab.so +${PG_SUBPREFIX}lib/postgresql/utf8_and_sjis.so +${PG_SUBPREFIX}lib/postgresql/utf8_and_sjis2004.so +${PG_SUBPREFIX}lib/postgresql/utf8_and_uhc.so +${PG_SUBPREFIX}lib/postgresql/utf8_and_win.so ${PG_SUBPREFIX}share/examples/rc.d/pgsql -${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/plpgsql0-9.0.mo +${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/plpgsql-9.0.mo ${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/postgres-9.0.mo -${PG_SUBPREFIX}share/locale/es/LC_MESSAGES/plpgsql0-9.0.mo +${PG_SUBPREFIX}share/locale/es/LC_MESSAGES/plpgsql-9.0.mo ${PG_SUBPREFIX}share/locale/es/LC_MESSAGES/postgres-9.0.mo -${PG_SUBPREFIX}share/locale/fr/LC_MESSAGES/plpgsql0-9.0.mo +${PG_SUBPREFIX}share/locale/fr/LC_MESSAGES/plpgsql-9.0.mo ${PG_SUBPREFIX}share/locale/fr/LC_MESSAGES/postgres-9.0.mo -${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/plpgsql0-9.0.mo -${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/plpgsql0-9.0.mo +${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/plpgsql-9.0.mo +${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/plpgsql-9.0.mo ${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/postgres-9.0.mo -${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/plpgsql0-9.0.mo -${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/plpgsql0-9.0.mo +${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/plpgsql-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/plpgsql0-9.0.mo -${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/plpgsql0-9.0.mo +${PG_SUBPREFIX}share/locale/ro/LC_MESSAGES/plpgsql-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/plpgsql0-9.0.mo +${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/plpgsql-9.0.mo ${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/postgres-9.0.mo -${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/plpgsql0-9.0.mo +${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/plpgsql-9.0.mo ${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/postgres-9.0.mo ${PG_SUBPREFIX}share/postgresql/conversion_create.sql ${PG_SUBPREFIX}share/postgresql/information_schema.sql |