diff options
author | girgen <girgen@FreeBSD.org> | 2005-11-10 02:23:38 +0000 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2005-11-10 02:23:38 +0000 |
commit | 3d2ba9a2ea2aaea33ed07979de6cd13bc4da0fb3 (patch) | |
tree | ce752a49a81b85f915205d3c37a6e06376914dd6 /databases/postgresql90-server/pkg-plist-server | |
parent | 8e17bcf98af91ff15bfbca60677dd7d7050d1250 (diff) | |
download | FreeBSD-ports-3d2ba9a2ea2aaea33ed07979de6cd13bc4da0fb3.zip FreeBSD-ports-3d2ba9a2ea2aaea33ed07979de6cd13bc4da0fb3.tar.gz |
Welcome to PostgreSQL 8.1.
The new release includes performance improvements and advanced SQL
features which will support bigger data warehouses, higher-volume
transaction processing, and more complex distributed enterprise
software.
Major new features in this release include:
Roles:
PostgreSQL now supports database roles, which simplify the
management of large numbers of users with complex
overlapping database rights.
IN/OUT Parameters:
PostgreSQL functions now support IN, OUT and INOUT
parameters, which substantially improves support of complex
business logic for J2EE and .NET applications.
Two-Phase Commit (2PC):
Long in demand for WAN applications and heterogeneous data
centers using PostgreSQL, this feature allows
ACID-compliant transactions across widely separated
servers.
Some Performance Enhancements found in this release include:
Improved Multiprocessor (SMP) Performance:
The buffer manager for 8.1 has been enhanced to scale almost
linearly with the number of processors, leading to significant
performance gains on 8-way, 16-way, dual-core, and multi-core
CPU servers.
Bitmap Scan:
Indexes will be dynamically converted to bitmaps in memory when
appropriate, giving up to twenty times faster index performance
on complex queries against very large tables.
Table Partitioning:
The query planner is now able to avoid scanning whole sections
of a large table using a technique known as Constraint
Exclusion.
Shared Row Locking:
PostgreSQL's "better than row-level locking" now supports even
higher levels of concurrency through the addition of shared
row locks for foreign keys.
For a more complete listing of changes in this release, please see the
Release Notes visible at:
http://www.postgresql.org/docs/current/static/release.html#RELEASE-8-1
Diffstat (limited to 'databases/postgresql90-server/pkg-plist-server')
-rw-r--r-- | databases/postgresql90-server/pkg-plist-server | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/postgresql90-server/pkg-plist-server b/databases/postgresql90-server/pkg-plist-server index 24cff6b..9c00cae 100644 --- a/databases/postgresql90-server/pkg-plist-server +++ b/databases/postgresql90-server/pkg-plist-server @@ -24,10 +24,11 @@ lib/postgresql/utf8_and_iso8859.so lib/postgresql/utf8_and_iso8859_1.so lib/postgresql/utf8_and_johab.so lib/postgresql/utf8_and_sjis.so -lib/postgresql/utf8_and_tcvn.so lib/postgresql/utf8_and_uhc.so lib/postgresql/utf8_and_win1250.so +lib/postgresql/utf8_and_win1252.so lib/postgresql/utf8_and_win1256.so +lib/postgresql/utf8_and_win1258.so lib/postgresql/utf8_and_win874.so lib/postgresql/plpgsql.so %%DOCSDIR%%/README-server @@ -246,6 +247,7 @@ share/postgresql/timezone/Asia/Ujung_Pandang share/postgresql/timezone/Asia/Tel_Aviv share/postgresql/timezone/Asia/Thimbu share/postgresql/timezone/Asia/Ulan_Bator +share/postgresql/timezone/Australia/Currie share/postgresql/timezone/Australia/Darwin share/postgresql/timezone/Australia/Perth share/postgresql/timezone/Australia/Brisbane @@ -365,6 +367,7 @@ share/postgresql/timezone/CET share/postgresql/timezone/MET share/postgresql/timezone/EET share/postgresql/timezone/America/Danmarkshavn +share/postgresql/timezone/America/Coral_Harbour share/postgresql/timezone/America/Scoresbysund share/postgresql/timezone/America/Godthab share/postgresql/timezone/America/Thule |