Invalid Position |
Your Daily Source for Apache News and Information | Invalid Position |
Breaking News | Preferences | Contribute | Triggers | Link Us | Search | About |
The PostgreSQL Global Development Group is pleased to announce the release of PostgreSQL v7.1, now available for download from http://www.postgresql.org and our mirror sites.
After a long and arduous development cycle, v7.1 adds several improvements to the award winning [Linux World 1999, Linux Journal 2000] PostgreSQL open source Object-based Relational Database application.
As with all past releases, PostgreSQL v7.1 is the result of collaberative and cooperative efforts of a worldwide network of independent developers and companies committed to advancing PostgreSQL as the best open source database solution. The Global Development Group wants to thank the hundreds of individual contributors who have added, tested, and improved PostgreSQL throughout the development lifecycle of this release.
Key New Features and Capabilities of Version 7.1 Include:
To maintain database consistency in case of an operating system crash, previous releases of PostgreSQL have forced all all data modifications to disk before each transaction commit. With WAL, only one log file must be flushed to disk, greatly improving performance. (Tech note: can eliminate use of -F in to disable disk flushes)
Past releases had compiled-in row length limit typically between 8Kb & 32Kb. This restriction made storage of long text fields difficult, cumbersome and slow. TOAST enables rows of any length while maintaing the high performance PostgreSQL users have come to expect.
(Tech note: eliminates the UNION/NOT IN workaround)
The previous C function manager did not handle support 64-bit CPU's (e.g. Alpha, Sun, Itanium). (Tech note: This change should not impact existing custom functions developed for past versions, but performance will be improved through rewriting to use the new call interface.)
Many complex queries were unsupported in previous releases. With v7.1 combinations of views, aggregates, UNION, LIMIT, cursors, subqueries, and inherited tables are enabled. Inherited tables are now accessed by default, and subqueries in FROM are now supported.
For a more complete list of New Features and Bugs Fixed, please refer to the HISTORY segment available at:
ftp://ftp.postgresql.org/pub/README.v7_1
Source code is available at ftp://ftp.postgresql.org/pub/v7.1
Related Stories:
PR: Great Bridge brings open source database to the enterprise with PostgreSQL release for Solaris(Apr 03, 2001)
PR: PHP core developers join forces with Great Bridge to power PHP-PostgreSQL solutions(Mar 27, 2001)
PR: Great Bridge Partners With Zend Technologies to Offer PostgreSQL-PHP Strategy for Web-Based Business(Mar 26, 2001)
PHP Builder: Getting Started with Postgres on Red Hat 7.0(Mar 18, 2001)
WebTechniques: Someone Else's Database(Feb 15, 2001)
PostgreSQL v7.1BETA3 Bundled and Available(Jan 11, 2001)
About Triggers | Newsletters | Media Kit | Security | Triggers | Login |
All times are recorded in UTC. Linux is a trademark of Linus Torvalds. Powered by Linux 2.2.12, Apache 1.3.9. and PHP 3.14 Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy. |