Boston Linux & Unix (BLU) Home | Calendar | Mail Lists | List Archives | Desktop SIG | Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings
Linux Cafe | Meeting Notes | Blog | Linux Links | Bling | About BLU

BLU Discuss list archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fwd: FOR IMMEDIATE RELEASE: PostgreSQL v7.1 Release Announcement]




-------- Original Message --------
Subject: FOR IMMEDIATE RELEASE: PostgreSQL v7.1 Release Announcement
Date: Sat, 14 Apr 2001 02:30:55 -0300 (ADT)
From: "Marc G. Fournier" <scrappy at postgresql.org>
To: <pgsql-announce at postgresql.org>


Date: Saturday, April 14, 2001
Subject: PostgreSQL v7.1 Release Announcement

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:

Write-ahead Log (WAL) increases data integrity and processing speed.
         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)

TOAST (The Oversized-Attribute Storage Technique)
          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.

SQL92 Outer Joins are now supported.
     (Tech note: eliminates the UNION/NOT IN workaround)

64-bit C Language Function Manager support
           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.)

Complex Queries that are better, stronger and faster
           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.

Marc G. Fournier
for the PostgreSQL Global Development Group

=================

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

For more information please contact:


---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://www.postgresql.org/search.mpl
-
Subcription/unsubscription/info requests: send e-mail with
"subscribe", "unsubscribe", or "info" on the first line of the
message body to discuss-request at blu.org (Subject line is ignored).




BLU is a member of BostonUserGroups
BLU is a member of BostonUserGroups
We also thank MIT for the use of their facilities.

Valid HTML 4.01! Valid CSS!



Boston Linux & Unix / webmaster@blu.org