[Lunar-commits] <moonbase> postgresql: version bumped to 8.4.0.
Florin Braescu
florin at lunar-linux.org
Wed Jul 1 11:22:33 CEST 2009
commit 03af1a27f116e959872232271703fe5b706649e9
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed Jul 1 12:22:33 2009 +0300
postgresql: version bumped to 8.4.0.
Changes:
* Windowing Functions
* Common Table Expressions and Recursive Queries
* Default and variadic parameters for functions
* Parallel Restore
* Column Permissions
* Per-database locale settings
* Improved hash indexes
* Improved join performance for EXISTS and NOT EXISTS queries
* Easier-to-use Warm Standby
* Automatic sizing of the Free Space Map
* Visibility Map (greatly reduces vacuum overhead for slowly-changing
tables)
* Version-aware psql (backslash commands work against older servers)
* Support SSL certificates for user authentication
* Per-function runtime statistics
* Easy editing of functions in psql
* New contrib modules: pg_stat_statements, auto_explain, citext,
btree_gin
A dump/restore using pg_dump is required for those wishing to migrate
data from any previous release.
---
sql/postgresql/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sql/postgresql/DETAILS b/sql/postgresql/DETAILS
index 61d727e..012d532 100644
--- a/sql/postgresql/DETAILS
+++ b/sql/postgresql/DETAILS
@@ -1,13 +1,13 @@
MODULE=postgresql
- VERSION=8.3.7
+ VERSION=8.4.0
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL[0]=ftp://ftp.ie.postgresql.org/mirrors/ftp.postgresql.org/pub/source/v${VERSION}
SOURCE_URL[1]=ftp://ftp.nl.postgresql.org/pub/mirrors/postgresql/source/v${VERSION}
SOURCE_URL[2]=ftp://ftp.us.postgresql.org/pub/mirrors/postgresql/source/v${VERSION}
- SOURCE_VFY=sha1:96facdf7229a7f18f016d86ff6cb350ca5d50bd5
+ SOURCE_VFY=sha1:7a4776155049b8343f3b3b2e071002bb9db47f44
WEB_SITE=http://www.postgresql.org
ENTERED=20011113
- UPDATED=20090317
+ UPDATED=20090701
SHORT="A sophisticated Object-Relational DBMS"
cat << EOF
More information about the Lunar-commits
mailing list