PostgreSQL v7.4 Released - Mailing list pgsql-general

From Marc G. Fournier
Subject PostgreSQL v7.4 Released
Date
Msg-id 20031117173509.Y731@ganymede.hub.org
Whole thread Raw
Responses Re: PostgreSQL v7.4 Released  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-general
After almost 12 months of intense development, and testing, we are proud
to announce the availability of PostgreSQL v7.4.

An overview of the major changes in v7.4 include:

   IN/NOT IN subqueries are now much more efficient
   Improved GROUP BY processing by using hash buckets
   New multikey hash join capability
   Queries using the explicit JOIN syntax are now better optimized
   Faster and more powerful regular expression code
   Function-inlining for simple SQL functions
   Full support for IPv6 connections and IPv6 address data types
   Major improvements in SSL performance and reliability
   Make free space map efficiently reuse empty index pages, and other
   SQL-standard information schema
   Cursors conform more closely to the SQL standard
   Cursors can exist outside transactions
   New client-to-server protocol
   libpq and ECPG applications are now fully thread-safe
   New version of full-text indexing
   New autovacuum tool
   Array handling has been improved and moved into the server core

For a full listing of what has changed between v7.3 and v7.4, please see
the HISTORY file available at:

    http://developer.postgresql.org/~momjian/HISTORY.html

For a look at the Official Press Release that our Advocacy team *slaved*
over for the many weeks preceeding the release, it is available at:

    http://www.postgresql.org/presskit/en/presskit74.html

For this release, we have two primary methods of downloading, in two
different formats ...

For those using BitTorrent (http://bitconjurer.org/BitTorrent/), we have
setup a BitTorrent server at:

    http://bt.postgresql.org

For those using FTP, please see our listing of mirror sites for a location
near you:

    http://www.postgresql.org/mirrors-www.html

And, due to popular demand over the years, we've finally given in and are
offering both .gz and .bz versions, both through FTP and BitTorrent.

Any questions/problems with release, please report them, as always, to
pgsql-bugs@postgresql.org.

Marc G. Fournier
Coordinator
PostgreSQL Global Development Group


pgsql-general by date:

Previous
From: "Julie May"
Date:
Subject: arrays as parameters to pl/pgsql functions
Next
From: Paul Ganainm
Date:
Subject: Re: embedded postgresql