1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Update to Ora^WPostgreSQL 8i^H.0beta2. New features since the 7.X series

include: point in time recovery, save points (ie, nested transactions),
table spaces, a new perl server side language, and a whole host of other
features (*grumble* native win32 *grumble*).  Unlike previous development
snapshots, there are actual release notes now, which can be found here:

http://developer.postgresql.org/docs/postgres/release.html#RELEASE-8-0
This commit is contained in:
Sean Chittenden 2004-08-31 23:20:53 +00:00
parent 7084e5686f
commit 5bf13aab09
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117770
3 changed files with 38 additions and 6 deletions

View File

@ -6,9 +6,9 @@
#
PORTNAME?= postgresql
PORTVERSION?= 7.5.2004.06.25
PORTVERSION?= 8.0.b2.2004.08.31
CATEGORIES?= databases
MASTER_SITES= http://people.freebsd.org/~seanc/ports/
MASTER_SITES= http://people.freebsd.org/~seanc/ports/pgsql/
PATCH_SITES= http://people.FreeBSD.org/~seanc/patches/pgsql/
PKGNAMESUFFIX= -devel
DIST_SUBDIR= postgresql

View File

@ -1,5 +1,5 @@
MD5 (postgresql/postgresql-7.5.2004.06.25.tar.bz2) = ffdf70f8106f6c9185bfc52162920a42
SIZE (postgresql/postgresql-7.5.2004.06.25.tar.bz2) = 8656511
MD5 (postgresql/postgresql-8.0.b2.2004.08.31.tar.bz2) = a87399ed71f60543b7fbd8701188fed3
SIZE (postgresql/postgresql-8.0.b2.2004.08.31.tar.bz2) = 9085613
MD5 (postgresql/patch-pgblocksize-16K) = 2ac9dac033302e9ce15816db0e346d55
SIZE (postgresql/patch-pgblocksize-16K) = 547
MD5 (postgresql/patch-pgblocksize-32K) = 0910cbfbecbb25e2bd23ebe50eb29287

View File

@ -57,6 +57,7 @@ include/postgresql/server/access/rtscan.h
include/postgresql/server/access/sdir.h
include/postgresql/server/access/skey.h
include/postgresql/server/access/slru.h
include/postgresql/server/access/subtrans.h
include/postgresql/server/access/transam.h
include/postgresql/server/access/tupdesc.h
include/postgresql/server/access/tupmacs.h
@ -64,6 +65,7 @@ include/postgresql/server/access/valid.h
include/postgresql/server/access/tuptoaster.h
include/postgresql/server/access/xact.h
include/postgresql/server/access/xlog.h
include/postgresql/server/access/xlog_internal.h
include/postgresql/server/access/xlogdefs.h
include/postgresql/server/access/xlogutils.h
include/postgresql/server/bootstrap/bootstrap.h
@ -337,6 +339,7 @@ include/postgresql/server/utils/pg_lzcompress.h
include/postgresql/server/utils/portal.h
include/postgresql/server/utils/ps_status.h
include/postgresql/server/utils/relcache.h
include/postgresql/server/utils/resowner.h
include/postgresql/server/utils/selfuncs.h
include/postgresql/server/utils/syscache.h
include/postgresql/server/utils/timestamp.h
@ -397,6 +400,7 @@ include/pgtypes_numeric.h
include/pgtypes_timestamp.h
include/sql3types.h
include/sqlca.h
lib/libpgport.a
lib/libpq.so
lib/libpq.a
lib/libpq.so.3
@ -410,6 +414,13 @@ lib/libecpg_compat.a
lib/libecpg_compat.so.1
lib/libecpg_compat.so
%%PGCRYPTO%%lib/postgresql/pgcrypto.so
%%SERVER%%lib/postgresql/pgxs/src/makefiles/pgxs.mk
%%SERVER%%lib/postgresql/pgxs/src/Makefile.global
%%SERVER%%lib/postgresql/pgxs/src/Makefile.port
%%SERVER%%lib/postgresql/pgxs/src/Makefile.shlib
%%SERVER%%lib/postgresql/pgxs/src/nls-global.mk
%%SERVER%%lib/postgresql/pgxs/config/install-sh
%%SERVER%%lib/postgresql/pgxs/config/mkinstalldirs
%%SERVER%%lib/postgresql/plpgsql.so
%%SERVER%%lib/postgresql/ascii_and_mic.so
%%SERVER%%lib/postgresql/cyrillic_and_mic.so
@ -437,8 +448,13 @@ lib/libecpg_compat.so
%%SERVER%%lib/postgresql/utf8_and_win1250.so
%%SERVER%%lib/postgresql/utf8_and_win1256.so
%%SERVER%%lib/postgresql/utf8_and_win874.so
%%SERVER%%@dirrm lib/postgresql/pgxs/src/makefiles
%%SERVER%%@dirrm lib/postgresql/pgxs/src
%%SERVER%%@dirrm lib/postgresql/pgxs/config
%%SERVER%%@dirrm lib/postgresql/pgxs
@unexec rmdir %D/lib/postgresql 2>/dev/null || true
%%SERVER%%share/postgresql/information_schema.sql
%%SERVER%%share/postgresql/recovery.conf.sample
%%SERVER%%share/postgresql/system_views.sql
%%SERVER%%share/postgresql/sql_features.txt
%%SERVER%%share/postgresql/pg_service.conf.sample
@ -483,11 +499,13 @@ share/postgresql/psqlrc.sample
%%GETTEXT%%share/locale/es/LC_MESSAGES/pgscripts.mo
%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres.mo
%%GETTEXT%%share/locale/es/LC_MESSAGES/psql.mo
%%GETTEXT%%share/locale/fr/LC_MESSAGES/initdb.mo
%%GETTEXT%%share/locale/fr/LC_MESSAGES/libpq.mo
%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_controldata.mo
%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_dump.mo
%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_resetxlog.mo
%%GETTEXT%%share/locale/fr/LC_MESSAGES/pgscripts.mo
%%GETTEXT%%share/locale/fr/LC_MESSAGES/postgres.mo
%%GETTEXT%%share/locale/fr/LC_MESSAGES/psql.mo
%%GETTEXT%%share/locale/hr/LC_MESSAGES/postgres.mo
%%GETTEXT%%share/locale/hr/LC_MESSAGES/libpq.mo
@ -524,14 +542,22 @@ share/postgresql/psqlrc.sample
%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_dump.mo
%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_resetxlog.mo
%%GETTEXT%%share/locale/ru/LC_MESSAGES/pgscripts.mo
%%GETTEXT%%share/locale/ru/LC_MESSAGES/postgres.mo
%%GETTEXT%%share/locale/ru/LC_MESSAGES/psql.mo
%%GETTEXT%%share/locale/ru/LC_MESSAGES/postgres.mo
%%GETTEXT%%share/locale/sk/LC_MESSAGES/initdb.mo
%%GETTEXT%%share/locale/sk/LC_MESSAGES/libpq.mo
%%GETTEXT%%share/locale/sk/LC_MESSAGES/psql.mo
%%GETTEXT%%share/locale/sl/LC_MESSAGES/psql.mo
%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_resetxlog.mo
%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_controldata.mo
%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_dump.mo
%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_ctl.mo
%%GETTEXT%%share/locale/sk/LC_MESSAGES/pgscripts.mo
%%GETTEXT%%share/locale/sk/LC_MESSAGES/postgres.mo
%%GETTEXT%%share/locale/sl/LC_MESSAGES/libpq.mo
%%GETTEXT%%share/locale/sl/LC_MESSAGES/pgscripts.mo
%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_controldata.mo
%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_resetxlog.mo
%%GETTEXT%%share/locale/sl/LC_MESSAGES/psql.mo
%%GETTEXT%%share/locale/sv/LC_MESSAGES/initdb.mo
%%GETTEXT%%share/locale/sv/LC_MESSAGES/libpq.mo
%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_controldata.mo
@ -542,16 +568,22 @@ share/postgresql/psqlrc.sample
%%GETTEXT%%share/locale/sv/LC_MESSAGES/postgres.mo
%%GETTEXT%%share/locale/sv/LC_MESSAGES/psql.mo
%%GETTEXT%%share/locale/tr/LC_MESSAGES/postgres.mo
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/initdb.mo
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/libpq.mo
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_controldata.mo
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_ctl.mo
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_dump.mo
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_resetxlog.mo
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/postgres.mo
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/psql.mo
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pgscripts.mo
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/initdb.mo
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/libpq.mo
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_controldata.mo
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_ctl.mo
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump.mo
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_resetxlog.mo
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pgscripts.mo
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/postgres.mo
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql.mo
%%GETTEXT%%@unexec rmdir share/locale/*/LC_MESSAGES 2>/dev/null || true