Change logs for postgresql-common source package in Artful

  • postgresql-common (184ubuntu1.1) artful-security; urgency=medium
    
      * SECURITY UPDATE: symlink attack vulnerability in init/helper scripts
        (LP: #1727209)
        - use lchown instead of chown in pg_createcluster, pg_ctlcluster,
          pg_upgradecluster.
        - 8b4d0a889a8287181c4bdf46462db9b737a6e25d
        - No CVE number
    
     -- Marc Deslauriers <email address hidden>  Wed, 08 Nov 2017 08:06:51 -0500
  • postgresql-common (184ubuntu1) artful; urgency=medium
    
      * Fix umask in pg_updatedicts, without which /var/cache/postgresql
        may be created with permissions that leave it inaccessible to postgresql
        itself.
    
     -- Steve Langasek <email address hidden>  Fri, 04 Aug 2017 16:59:24 -0700
  • postgresql-common (184) unstable; urgency=high
    
      * debian/maintscripts-functions: Use deb-systemd-invoke instead of
        invoke-rc.d to stop "postgresql@$ver-*"; jessie's invoke-rc.d does not
        support service patterns.
    
     -- Christoph Berg <email address hidden>  Tue, 11 Jul 2017 20:19:21 +0200
  • postgresql-common (183) unstable; urgency=medium
    
      * Team upload.
    
      [ Nishanth Aravamudan ]
      * debian/supported-versions: add Ubuntu 17.10. (Closes: #862420)
    
      [ Bernd Helmle ]
      * postgresql-common.spec: Fix installation path of manpages.
    
      [ Alex Badics ]
      * pg_ctlcluster: Use pg_ctl.conf during stop too.
    
      [ Christoph Berg ]
      * PgCommon.pm: Sort get_versions and get_version_clusters output.
      * PgCommon.pm: Revert to old quote_conf_value behavior, the new regexp was
        too liberal. The new input behavior is retained, though.
      * pg_ctlcluster: Error out if a recovery.conf file is found in
        /etc/postgresql to catch a common mistake. (Closes: #853868)
      * pg_upgradecluster: Allow configuring the maintenance database.
        (Closes: #851874)
      * pg_upgradecluster: Pass config directory to pg_upgrade instead of
        symlinking the config files. This breaks using "-m upgrade" for upgrades
        *to* versions before 9.2; upgrades from older versions are unaffected.
      * pg_upgradecluster, pg_renamecluster: Use default pg_ctl timeout when
        stopping cluster.
      * pg_dropcluster: Remove custom xlog directory. (Closes: #830789)
      * pg_createcluster, pg_ctlcluster: cd / to prevent warnings from PostgreSQL
        tools. (Closes: #834264)
      * pg_wrapper: Don't fail if no local cluster exists on port 5432.
        Code cleanup. (Closes: #777623)
      * pg_lsclusters: --start-conf shows start.conf information.
      * createcluster.conf: Add add_include_dir='conf.d' for drop-in PostgreSQL
        config snippets in /etc/postgresql/version/cluster/conf.d/ and
        include_dir='/etc/postgresql-common/createcluster.d' for pg_createcluster
        config snippets.
      * t/051_inconsistent_encoding_upgrade.t: Remove, only relevant for <= 8.2.
      * logrotate config: Ship as static conffile again and remove ucf handling.
      * pg_conftool: Fix operation when no cluster exists yet.
      * pg_conftool: --boolean normalizes boolean variable in output; use this in
        debian/maintscripts-functions.
      * debian/maintscripts-functions: Unconditionally call invoke-rc.d, and drop
        path names from program invocations (Standards-Version 4.0.0).
      * debian/maintscripts-functions: Use 'invoke-rc.d "postgresql@$ver-*" stop'
        to prevent upgrading/removing server packages from stopping other major
        version clusters when running systemd. (Closes: #809811)
      * debian/maintscripts-functions: Avoid update-alternatives failing if the
        user removed /usr/share/man. (Closes: #866729)
      * t/TestLib.pm: Vacuum tests left behind when postmaster and pg_autovacuum
        were removed. Update test counts in *.t.
      * B-D on debhelper (>= 10.1) | dh-systemd (>= 1.19) to pick up
        dh_systemd_start.
    
     -- Christoph Berg <email address hidden>  Wed, 05 Jul 2017 16:15:48 +0200
  • postgresql-common (181ubuntu1) artful; urgency=medium
    
      * debian/supported-versions: add Ubuntu 17.10.
    
     -- Nishanth Aravamudan <email address hidden>  Thu, 11 May 2017 15:41:35 -0700
  • postgresql-common (181) unstable; urgency=medium
    
      * debian/postgresql-common.config: Fix deprecation warning debconf message
        to use a numerical comparison on the version number.
      * pg_buildext: Fix to use a numerical comparison on the version number.
      * pg_buildext.pod: Drop outdated PG_VIRTUALENV_UNSHARE=-n documentation.
      * pgdg/apt.postgresql.org.sh: Add known distributions.
      * Updated Danish debconf translation by Joe Dalton, thanks!
        (Closes: #856787)
    
     -- Christoph Berg <email address hidden>  Sat, 15 Apr 2017 18:56:38 +0200
  • postgresql-common (179) unstable; urgency=medium
    
      * Catch all pg_ctl output by redirecting it to /var/log/postgresql.
        (Closes: #830485)
      * Dump locale environment variables if setlocale fails.
        (Closes: #848869)
      * Set default log_line_prefix to '%m [%p] %q%u@%d ' to match upstream
        moving to '%m [%p] ' in PostgreSQL 10.
      * Support include_dir in read_conf_file. Patch by Andreas Dewes, thanks!
      * Support adding include directives to the new postgresql.conf from
        createcluster.conf; harness directives with an "add_" prefix, e.g.
        "add_include_dir".
      * Import new apt.postgresql.org key.
      * Support 9.6 for jessie-backports.
    
     -- Christoph Berg <email address hidden>  Tue, 24 Jan 2017 23:03:12 +0100