postgresql (7.5.16.1) dapper; urgency=low

  * Fake sync from Debian to get bug fixes for the transition to the new
    architecture (only affects upgrades from Hoary, though).

 -- Martin Pitt <martin.pitt@ubuntu.com>  Sat, 25 Feb 2006 12:40:50 +0100

postgresql (7.5.16) unstable; urgency=low

  * Bump Standards-Version.
  * Start cluster after library path adaption in postgresql.conf, not before.
  * Migrate custom settings in postgresql.env and postmaster.conf to the new
    environment file. Closes: #340166
  * debian/control: Bump postgresql-common dependency to 40, which supports
    environment file handling.
  * test-psql-transition: Use set +e after the actual transition to be able to
    examine status even after failures.
  * Create a fake postgresql.conf in preinst and remove it in postinst again,
    now that postgresql-common actually checks for the existance of it to
    decide whether to create a cluster.

 -- Martin Pitt <mpitt@debian.org>  Sat, 11 Feb 2006 13:17:35 +0100

postgresql (7.5.15) unstable; urgency=high

  * Urgency high since this bug broke upgrades from Sarge.
  * debian/postgresql.preinst: Stop postmaster so that it really is not
    running during the transition. 
  * Add test-psql-transition: Test script that uses pbuilder to test the
    upgrade from Sarge to the new infrastructure. This is not shipped.

 -- Martin Pitt <mpitt@debian.org>  Thu, 29 Dec 2005 15:47:22 +0100

postgresql (7.5.14) unstable; urgency=medium

  * Urgency medium, this upload just fixes a bug that will break sarge
    upgrades with postgresql-common 38.
  * debian/postgresql.postinst: Drop the obsolete -s from the pg_ctlcluster
    call.

 -- Martin Pitt <mpitt@debian.org>  Wed, 28 Dec 2005 15:06:38 +0100

postgresql (7.5.13) unstable; urgency=high

  * Urgency high since the only change is a simple bug fix.
  * Fix the path of the plpgsql.so symlink. (Brown paperbag...).
    Closes: #337514

 -- Martin Pitt <mpitt@debian.org>  Sat,  5 Nov 2005 08:11:18 -0500

postgresql (7.5.12) unstable; urgency=medium

  * Urgency medium since the only change is a simple bug fix.
  * Add a symbolic link for plpgsql.so in the legacy location to not break
    upgrades of databases which contain the old path. Closes: #333681, #316387

 -- Martin Pitt <mpitt@debian.org>  Wed, 26 Oct 2005 19:13:50 +0100

postgresql (7.5.11) unstable; urgency=medium

  * Urgency medium, only two small and safe bug fixes.
  * Add forgotten slash in usermod call to fix home directory.
  * Migrate /var/lib/postgres/.bash_history to new home directory
    /var/lib/postgresql/ instead of removing it. Closes: #330354

 -- Martin Pitt <mpitt@debian.org>  Wed, 28 Sep 2005 09:57:34 +0200

postgresql (7.5.10) unstable; urgency=low

  * Use usermod instead of sed to fix postgres' home directory.

 -- Martin Pitt <mpitt@debian.org>  Mon,  5 Sep 2005 23:30:21 +0200

postgresql (7.5.9) unstable; urgency=low

  * Recommend the split out PL/* languages and add a note to the package
    description.
  * Remove obsolete conffile /etc/cron.d/postgresql (if unchanged).

 -- Martin Pitt <mpitt@debian.org>  Wed, 31 Aug 2005 11:41:43 +0200

postgresql (7.5.8) unstable; urgency=low

  * Not only clean .profile/.bash_profile in /var/lib/postgres, but also in
    postgres' actual home directory. Closes: #315422

 -- Martin Pitt <mpitt@debian.org>  Mon, 27 Jun 2005 00:23:09 +0200

postgresql (7.5.7) unstable; urgency=low

  * Fixed home directory correction in /etc/passwd.

 -- Martin Pitt <mpitt@debian.org>  Tue, 21 Jun 2005 19:54:54 +0200

postgresql (7.5.6) unstable; urgency=low

  * remove_unchanged_conffile(): Don't fail if the file does not exist any
    more.

 -- Martin Pitt <mpitt@debian.org>  Fri, 17 Jun 2005 18:32:02 +0200

postgresql (7.5.5) unstable; urgency=low

  * Remove obsolete conffile /etc/logrotate.d/postgresql (if unchanged).
  * Try to move the log file to the new canonical location.
  * Make the cleanup of /var/lib/postgres more error resistant.
    Closes: #312581
  * Restructured the postinst: Move functions that must only be executed once
    to sarge_etch_transition() and cleanup functions which can be executed at
    any time to cleanup().
  * postinst: Check the version we are upgrading from and do the adequate
    actions.
  * postinst: Remove obsolete stuff from /var/lib/postgres/.[bash_]profile and
    remove the file if only whitespace is left after that. Closes: #312514
  * Print a very short status message and help pointers after a successful
    transition.
  * Clean /var/lib/postgres/.bash_history.
  * Correct home directory of postgres user to /var/lib/postgresql.

 -- Martin Pitt <mpitt@debian.org>  Fri, 17 Jun 2005 18:22:17 +0200

postgresql (7.5.4) unstable; urgency=low

  * First unstable upload.

 -- Martin Pitt <mpitt@debian.org>  Tue,  7 Jun 2005 12:54:29 +0200

postgresql (7.5.3) experimental; urgency=low

  * debian/postgresql.postinst: Fix pg_createcluster call, now use -d
    parameter.

 -- Martin Pitt <mpitt@debian.org>  Mon,  6 Jun 2005 10:33:44 +0200

postgresql (7.5.2) experimental; urgency=low

  * Adapt dynamic_library_path in postgresql.conf. Closes: #300902

 -- Martin Pitt <mpitt@debian.org>  Mon, 28 Mar 2005 12:59:38 +0200

postgresql (7.5.1) experimental; urgency=low

  * Remove /etc/init.d/postgresql if it is unmodified; rename it to .dpkg-old
    and remove executability if it was modified.
  * Improved removal of obsolete conffiles.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 22 Mar 2005 22:25:14 +0100

postgresql (7.5.0) experimental; urgency=low

  * Initial release of transition package to new multicluster/multiversion
    architecture.

 -- Martin Pitt <mpitt@debian.org>  Tue, 15 Feb 2005 22:58:37 +0100

