cvs commit: ports/Mk bsd.database.mk ports/databases Makefile
ports/databases/postgresql92-client Makefile
ports/databases/postgresql92-contrib
Makefile pkg-descr ports/databases/postgresql92-docs Makefile
ports/databases/postgresql92-plperl Makefile
ports/databases/postgresql92-pltcl ...
Palle Girgensohn
girgen at FreeBSD.org
Tue May 15 22:14:56 UTC 2012
girgen 2012-05-15 22:14:55 UTC
FreeBSD ports repository
Modified files:
Mk bsd.database.mk
databases Makefile
databases/postgresql92-server Makefile distinfo
pkg-plist-client
pkg-plist-contrib
pkg-plist-server
databases/postgresql92-server/files
patch-src:backend:utils:misc:postgresql.conf.sample
Added files:
databases/postgresql92-client Makefile
databases/postgresql92-contrib Makefile pkg-descr
databases/postgresql92-docs Makefile
databases/postgresql92-plperl Makefile
databases/postgresql92-pltcl Makefile
Log:
The PostgreSQL Global Development Group announces the beta release of
PostgreSQL 9.2, which will include major increases in performance and
both vertical and horizontal scalability. The PostgreSQL Project asks
all users to download and begin testing 9.2 Beta as soon as possible.
Major performance and scalability advances in this version include:
* Index-only scans, allowing users to avoid inefficient scans of base
tables
* Enhanced read-only workload scaling to 64 cores and over 300,000
queries per second
* Improvements to data write speeds, including group commit
* Reductions in CPU power consumption
* Cascading replication, supporting geographically distributed standby
databases
PostgreSQL 9.2 will also offer many new features for application
developers, including:
* JSON data support, enabling hybrid document-relational databases
* Range types, supporting new types of calendar, time-series and
* analytic applications
* Multiple improvements to ALTER and other statements, easing runtime
* database updates
For a full listing of the features in version 9.2 Beta, please see the
release notes:
http://www.postgresql.org/docs/devel/static/release-9-2.html
We depend on our community to help test the next version in order to
guarantee that it is high-performance and bug-free. Please install
PostgreSQL 9.2 Beta and try it with your workloads and applications as
soon as you can, and give feedback to the PostgreSQL developers. More
information on how to test and report issues:
http://www.postgresql.org/developer/beta
Revision Changes Path
1.74 +3 -2 ports/Mk/bsd.database.mk
1.1103 +6 -0 ports/databases/Makefile
1.1 +25 -0 ports/databases/postgresql92-client/Makefile (new)
1.1 +36 -0 ports/databases/postgresql92-contrib/Makefile (new)
1.1 +23 -0 ports/databases/postgresql92-contrib/pkg-descr (new)
1.1 +10 -0 ports/databases/postgresql92-docs/Makefile (new)
1.1 +10 -0 ports/databases/postgresql92-plperl/Makefile (new)
1.1 +10 -0 ports/databases/postgresql92-pltcl/Makefile (new)
1.250 +9 -6 ports/databases/postgresql92-server/Makefile
1.92 +2 -2 ports/databases/postgresql92-server/distinfo
1.9 +0 -8 ports/databases/postgresql92-server/files/patch-src:backend:utils:misc:postgresql.conf.sample
1.28 +100 -105 ports/databases/postgresql92-server/pkg-plist-client
1.21 +8 -2 ports/databases/postgresql92-server/pkg-plist-contrib
1.46 +81 -87 ports/databases/postgresql92-server/pkg-plist-server
More information about the cvs-ports
mailing list