[ubuntu/karmic] postgresql-8.4 8.4.0-1 (Accepted)

Ubuntu Installer archive at ubuntu.com
Fri Jul 10 07:54:04 BST 2009


postgresql-8.4 (8.4.0-1) unstable; urgency=low

  * Final 8.4.0 release. Major enhancements:
    - 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 
    Upload to unstable, 8.4 is the new default. 
  * debian/control: Build the versionless metapackages and have them point to
    8.4.

postgresql-8.4 (8.4~rc1-1) experimental; urgency=low

  * First release candidate of 8.4.

postgresql-8.4 (8.4~beta2-2) experimental; urgency=low

  * Second public beta of 8.4.
  * debian/control: Slightly lower the dependencies for postgresql-common to
    >= 98~, so that backports also match.

postgresql-8.4 (8.4~beta1+cvs20090503-1) experimental; urgency=low

  * New upstream snapshot.

postgresql-8.4 (8.4~beta1-1) experimental; urgency=low

  * First public beta of 8.4.
  * debian/*.install: Add new gettext translations.
  * debian/control: Bump p-common dependency to >= 98 to ensure support for
    8.4.
  * debian/rules: Build with --enable-cassert while in beta.

postgresql-8.4 (8.4~0cvs20090328-1) experimental; urgency=low

  * Package current trunk, which will become 8.4 in time. Packaging branched
    from 8.3 packaging trunk. Move from cdbs' tarball.mk to bzr-builddeb.
  * Drop obsolete patches:
    - 03-gettext-domains.patch: Adopted upstream.
    - 04-psql-passwordprompt.patch: Obsoleted by new psql -w option.
    - 05-check-rlimits-nofile.patch: Adopted upstream.
  * Update remaining patches for new upstream version.
  * Add debian/docbook2man-sgmlspl/docbook2man-spec{.pl,_makelinks}: Current
    Debian version in docbook-utils is way too old and broken (see #275715,
    #271611), locally ship the current ones from upstream, in order to build
    manpages.
  * debian/rules: Build documentation and manpage tarballs if not present (as
    with building from CVS). Add necessary build dependencies docbook-utils,
    openjade, and docbook.

Date: Fri,  10 Jul 2009 07:51:56 +0100
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Maintainer: Martin Pitt <mpitt at debian.org>
Origin: Debian/unstable
https://launchpad.net/ubuntu/karmic/+source/postgresql-8.4/8.4.0-1
-------------- next part --------------
Origin: Debian/unstable
Format: 1.7
Date: Fri,  10 Jul 2009 07:51:56 +0100
Source: postgresql-8.4
Binary: libpq-dev, libpq5, libecpg6, libecpg-dev, libecpg-compat3, libpgtypes3, postgresql-8.4, postgresql-client-8.4, postgresql-server-dev-8.4, postgresql-doc-8.4, postgresql-contrib-8.4, postgresql-plperl-8.4, postgresql-plpython-8.4, postgresql-pltcl-8.4, postgresql, postgresql-client, postgresql-doc, postgresql-contrib
Architecture: source
Version: 8.4.0-1
Distribution: karmic
Urgency: low
Maintainer: Martin Pitt <mpitt at debian.org>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description: 
 postgresql-8.4 - object-relational SQL database, version 8.4 server
Changes: 
 postgresql-8.4 (8.4.0-1) unstable; urgency=low
 .
   * Final 8.4.0 release. Major enhancements:
     - 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 
     Upload to unstable, 8.4 is the new default. 
   * debian/control: Build the versionless metapackages and have them point to
     8.4.
 .
 postgresql-8.4 (8.4~rc1-1) experimental; urgency=low
 .
   * First release candidate of 8.4.
 .
 postgresql-8.4 (8.4~beta2-2) experimental; urgency=low
 .
   * Second public beta of 8.4.
   * debian/control: Slightly lower the dependencies for postgresql-common to
     >= 98~, so that backports also match.
 .
 postgresql-8.4 (8.4~beta1+cvs20090503-1) experimental; urgency=low
 .
   * New upstream snapshot.
 .
 postgresql-8.4 (8.4~beta1-1) experimental; urgency=low
 .
   * First public beta of 8.4.
   * debian/*.install: Add new gettext translations.
   * debian/control: Bump p-common dependency to >= 98 to ensure support for
     8.4.
   * debian/rules: Build with --enable-cassert while in beta.
 .
 postgresql-8.4 (8.4~0cvs20090328-1) experimental; urgency=low
 .
   * Package current trunk, which will become 8.4 in time. Packaging branched
     from 8.3 packaging trunk. Move from cdbs' tarball.mk to bzr-builddeb.
   * Drop obsolete patches:
     - 03-gettext-domains.patch: Adopted upstream.
     - 04-psql-passwordprompt.patch: Obsoleted by new psql -w option.
     - 05-check-rlimits-nofile.patch: Adopted upstream.
   * Update remaining patches for new upstream version.
   * Add debian/docbook2man-sgmlspl/docbook2man-spec{.pl,_makelinks}: Current
     Debian version in docbook-utils is way too old and broken (see #275715,
     #271611), locally ship the current ones from upstream, in order to build
     manpages.
   * debian/rules: Build documentation and manpage tarballs if not present (as
     with building from CVS). Add necessary build dependencies docbook-utils,
     openjade, and docbook.
Files: 
 03d585bcf44c70df94a9b542e6b76b95 17113839 database optional postgresql-8.4_8.4.0.orig.tar.gz
 f80b72bd1ae8012146e24876ab5bdd59 26799 database optional postgresql-8.4_8.4.0-1.diff.gz
 42f15ff29f4db7a096c70e380587ab37 1675 database optional postgresql-8.4_8.4.0-1.dsc


More information about the Karmic-changes mailing list