diff options
author | girgen <girgen@FreeBSD.org> | 2005-11-10 10:23:38 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2005-11-10 10:23:38 +0800 |
commit | 3d2ba9a2ea2aaea33ed07979de6cd13bc4da0fb3 (patch) | |
tree | ce752a49a81b85f915205d3c37a6e06376914dd6 /databases/postgresql90-server/distinfo | |
parent | 8e17bcf98af91ff15bfbca60677dd7d7050d1250 (diff) | |
download | freebsd-ports-gnome-3d2ba9a2ea2aaea33ed07979de6cd13bc4da0fb3.tar.gz freebsd-ports-gnome-3d2ba9a2ea2aaea33ed07979de6cd13bc4da0fb3.tar.zst freebsd-ports-gnome-3d2ba9a2ea2aaea33ed07979de6cd13bc4da0fb3.zip |
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/distinfo')
-rw-r--r-- | databases/postgresql90-server/distinfo | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/databases/postgresql90-server/distinfo b/databases/postgresql90-server/distinfo index 0a61ebc5441a..df22506b50e5 100644 --- a/databases/postgresql90-server/distinfo +++ b/databases/postgresql90-server/distinfo @@ -1,12 +1,15 @@ -MD5 (postgresql/postgresql-base-8.0.3.tar.bz2) = 35ff2b9a3bc5c65f55b4192a334b0e88 -SIZE (postgresql/postgresql-base-8.0.3.tar.bz2) = 7818251 -MD5 (postgresql/postgresql-docs-8.0.3.tar.bz2) = a9bb1e0dbc7ff862a30b6b9ca00b6470 -SIZE (postgresql/postgresql-docs-8.0.3.tar.bz2) = 2213693 -MD5 (postgresql/postgresql-opt-8.0.3.tar.bz2) = ea1ce6f570a4408e934af914de71da0e -SIZE (postgresql/postgresql-opt-8.0.3.tar.bz2) = 133623 -MD5 (postgresql/postgresql-test-8.0.3.tar.bz2) = 4dac47d2c87bb83ba6f2cd788ec794a6 -SIZE (postgresql/postgresql-test-8.0.3.tar.bz2) = 959642 -MD5 (postgresql/hier-Pg8.0.1-0.5.4.diff.gz) = 1d410cfb38253675fee36c8f9ee655e2 -SIZE (postgresql/hier-Pg8.0.1-0.5.4.diff.gz) = 30662 -MD5 (postgresql/pg-803-icu-2005-08-16.diff.gz) = 83cb174132c5dd7aeec622bc5c9a8b0d -SIZE (postgresql/pg-803-icu-2005-08-16.diff.gz) = 4190 +MD5 (postgresql/postgresql-base-8.1.0.tar.bz2) = 61ada6238aebbe6f3850895af25df37b +SHA256 (postgresql/postgresql-base-8.1.0.tar.bz2) = 604b6be364d88a2d0b0a4bae2165be0072bb8e79129c874f9a7fa1734dc8cb38 +SIZE (postgresql/postgresql-base-8.1.0.tar.bz2) = 8027880 +MD5 (postgresql/postgresql-docs-8.1.0.tar.bz2) = 544a41caa516cd9c6a07fa5d604a91bd +SHA256 (postgresql/postgresql-docs-8.1.0.tar.bz2) = 9ef412d3859646ec6d3478cd828c395e56610cc7a54daa18381da53153847d7b +SIZE (postgresql/postgresql-docs-8.1.0.tar.bz2) = 2443376 +MD5 (postgresql/postgresql-opt-8.1.0.tar.bz2) = 5fd9e43abc22e6af1ca819e43eb1fbd2 +SHA256 (postgresql/postgresql-opt-8.1.0.tar.bz2) = a9dbb375428f2250e7fcb5e66be2eaf3b87644f33f36b195b0d87ad91432bb40 +SIZE (postgresql/postgresql-opt-8.1.0.tar.bz2) = 141420 +MD5 (postgresql/postgresql-test-8.1.0.tar.bz2) = 594b045aa80aef1907bbd6b922a1e02b +SHA256 (postgresql/postgresql-test-8.1.0.tar.bz2) = 1fd3b5fb35d39b0fe703124b982cf4b10d6495f99eb3519cb2c59134a8bfcb2f +SIZE (postgresql/postgresql-test-8.1.0.tar.bz2) = 968672 +MD5 (postgresql/pg-810-icu-34-2005-11-09.diff.gz) = b1f6f40f6fcc887f35d57bb7aee2ed09 +SHA256 (postgresql/pg-810-icu-34-2005-11-09.diff.gz) = 714d030be73d3df1fd5f47409e0b059ef1d04ad9cb56255b5d803f25b8c93f1a +SIZE (postgresql/pg-810-icu-34-2005-11-09.diff.gz) = 3956 |