From: | Thomas Hallgren <thhal(at)mailblocks(dot)com> |
---|---|
To: | pgsql-announce(at)postgresql(dot)org, pljava-dev <pljava-dev(at)gborg(dot)postgresql(dot)org> |
Subject: | ANN: PL/Java 1.0.0b6 released |
Date: | 2004-12-06 22:43:28 |
Message-ID: | thhal-0EnmQAoGXcC4gbzlcLbcuyDyErFOj4x@mailblocks.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-announce pljava-dev |
It's been a while since the last PL/Java beta5 and a new PostgreSQL
8.0.0rc1 was just released. This seemed to be a good time to make the
next PL/Java release. The new release is called beta6 since several new
features where added:
* Savepoint support
Awaiting full savepoint support from the PostgreSQL SPI layer, a
temporary but well functioning layer of functions was implemented in
PL/Java. The implementation prevents that a savepoint can live longer
than the function where it was set and that it cannot be released or
rolled back inside a nested function. The savepoint functionality
requires PostgreSQL 8.0.0rc1 or later.
* SETOF functions can now return a set of a scalar type, i.e. SETOF int
Previously, PL/Java could only return SETOF <complex type>. Now, a
static method returning a java.util.Iterator can be used as a function
returning SETOF <scalar type>
* ExecutionPlan pooling
PL/Java will make more effective use of prepared execution plans through
an LRU cache implementation.
* ClassLoader based resource retrieval
The real resource support that was lacking in the internal PL/Java
ClassLoader has now been added. This means that jar files loaded using
install_jar/replace_jar may contain files that can be accessed using the
getResource and getResourseAsStream on the Class and ClassLoader classes.
PL/Java source and ports for Win32 and Linux x86 can be found at
http://gborg.postgresql.org/project/pljava/genpage.php?downloads
Regards,
Thomas Hallgren
From | Date | Subject | |
---|---|---|---|
Next Message | Murray Cumming | 2004-12-07 09:41:01 | ANNOUNCE: Glom 0.8.10 |
Previous Message | Devrim GUNDUZ | 2004-12-05 21:06:59 | PostgreSQL RPMs for 8.0.0rc1 are available |
From | Date | Subject | |
---|---|---|---|
Next Message | Guy Rouillier | 2004-12-15 23:26:43 | [Pljava-dev] ERROR: must be superuser to examine "dynamic_library_path" |
Previous Message | Thomas Hallgren | 2004-12-05 19:22:21 | [Pljava-dev] Need access to a Linux box |