Change logs for postgresql-common source package in Focal

  • postgresql-common (214ubuntu0.1) focal-security; urgency=medium
    
      [ Christoph Berg ]
      * t/170_extensions.t: Don't drop plpgsql before testing extensions.
    
     -- Christian Ehrhardt <email address hidden>  Mon, 24 Aug 2020 10:41:25 +0200
  • postgresql-common (214) unstable; urgency=medium
    
      * check_pidfile_running: Read /proc/$pid/cmdline instead of calling /bin/ps.
        (Works around #952572)
    
     -- Christoph Berg <email address hidden>  Thu, 27 Feb 2020 13:22:52 +0100
  • postgresql-common (213) unstable; urgency=medium
    
      [ Christian Ehrhardt ]
      * t/020_create_sql_remove.t: fix file clear with procps 3.16. (LP: #1864423)
    
      [ Christoph Berg ]
      * pg_lsclusters: List clusters even if the corresponding PostgreSQL
        binaries are missing; include "binaries_missing" in status column.
        (Salsa #13)
      * Reload systemd on install since we don't do that automatically via
        dh_installinit. Problem reported by velix, thanks! (Salsa #12)
      * debian/maintscripts-functions: Save full bin and lib dirs on catversion
        bump. Problem reported by Komzzpa, thanks! (Salsa #9)
      * debian/maintscripts-functions: Suppress errors from pg_controldata, the
        control file might be missing if the cluster was pg_upgraded. Spotted by
        Michael Banck, thanks! (Salsa #6)
      * pg_wrapper: Reword docs to better describe clusters on the local system.
        Reported by James Coleman, thanks! (Closes: #950149)
      * pg_wrapper: Document that `ALTER SYSTEM SET port` will interact badly with
        cluster selection. (Closes: #919385)
    
     -- Christoph Berg <email address hidden>  Mon, 24 Feb 2020 16:20:14 +0100
  • postgresql-common (211) unstable; urgency=medium
    
      [ Dagfinn Ilmari Mannsåker ]
      * pg_createcluster, pg_updatedicts: Enable strict and warnings.
    
     -- Christoph Berg <email address hidden>  Mon, 27 Jan 2020 14:57:59 +0100
  • postgresql-common (210) unstable; urgency=medium
    
      * pg_ctlcluster: Drop privileges before creating socket and stats temp
        directories outside /var/run/postgresql. The default configuration is not
        affected by this change. Users with directories on volatile storage
        (tmpfs) in other locations have to make sure the parent directory is
        writable for the cluster owner. (CVE-2019-3466, discovered by Rich Mirch)
    
     -- Christoph Berg <email address hidden>  Thu, 14 Nov 2019 13:23:42 +0100
  • postgresql-common (209) unstable; urgency=medium
    
      * pg_buildext: Fix installcheck for packages that don't have
        debian/control.in (pg-sphere).
      * PgCommon.pm cluster_info: Recognize standby.signal and recovery.signal for
        PG12 clusters instead of recovery.conf.
    
     -- Christoph Berg <email address hidden>  Thu, 07 Nov 2019 15:09:18 +0100
  • postgresql-common (208) unstable; urgency=medium
    
      [ Christoph Berg ]
      * gitlab/gitlab-ci.yml: Too many packages fail because reprotest runs the
        build as root, disable for now.
      * README.Debian: Redirect reference to architecture.html to README.md.gz.
        (Closes: #942021)
      * README.Devel: Remove, bzr is long obsolete.
      * Remove dependency on dctrl-tools; rewrite control file updating in perl.
        As a side effect, generated debian/control files will no longer have a
        trailing empty line. Die if no supported versions were found.
      * pg_upgradecluster: Accept -m link and -m clone for simplicity.
      * debian/supported-versions: Add 12 as default version and for Ubuntu 20.04.
      * pg_createcluster: Add note on security implications of using --auth-host
        and --auth-local.
      * postgresql-all: Don't depend on postgresql-plpython-12, it doesn't exist.
      * pg_buildext: New action "installed-versions" reporting the list of
        PostgreSQL major versions used by packages built from a source package.
      * pg_buildext: "installcheck" uses "installed-versions" now.
    
      [ Tilman Koschnick ]
      * pg_upgradecluster: Support passing --clone to pg_upgrade.
    
     -- Christoph Berg <email address hidden>  Mon, 28 Oct 2019 15:04:12 +0100
  • postgresql-common (204ubuntu1) focal; urgency=medium
    
      * Set Ubuntu 20.04 default PostgreSQL version to 11 for now.
    
     -- Adam Conrad <email address hidden>  Thu, 24 Oct 2019 04:03:51 -0600
  • postgresql-common (204) unstable; urgency=medium
    
      * dh_installinit: Add -ppostgresql-common to work around debhelper #932073.
      * dh_make_pgxs: Add debian/watch template (with a github pattern).
      * pgdg/apt.postgresql.org.sh: Add options to choose PostgreSQL version, and
        to optionally install packages automatically.
      * Move pg_buildext from postgresql-server-dev-all to postgresql-common. Many
        use-cases do not need the header files and compiler dependencies
        installed.
      * debian/supported-versions: Use PG11 on Bullseye.
      * pg_virtualenv: Write temporary password file before chowning the file.
        (Closes: #933569)
    
     -- Christoph Berg <email address hidden>  Thu, 08 Aug 2019 12:48:00 +0200