~ahasenack/ubuntu/+source/postgresql-common:add-eoan

Last commit made on 2019-04-29
Get this branch:
git clone -b add-eoan https://git.launchpad.net/~ahasenack/ubuntu/+source/postgresql-common
Only Andreas Hasenack can upload to this branch. If you are Andreas Hasenack please log in for upload directions.

Branch merges

Branch information

Recent commits

9535c8f... by Andreas Hasenack

update-metadata

badd4ca... by Andreas Hasenack

changelog

5dffeb3... by Andreas Hasenack

  * d/supported-versions: Set Ubuntu 19.10 default PostgreSQL version to 11.
    This was merged in Debian already and can be dropped in the next release
    of the package.

40e995a... by Christoph Berg

Import patches-unapplied version 200+deb10u1 to debian/sid

Imported using git-ubuntu import.

Changelog parent: df749cfbb40570a1239c8901c2cd40cb2d822a42

New changelog entries:
  * When upgrading from stretch to buster, all text indexes need to be
    reindexed. Warn users about that in NEWS.Debian.

df749cf... by Christoph Berg

Import patches-unapplied version 200 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 0a5242185ed920e312bb78280bfeb7e487e4c6c5

New changelog entries:
  * pg_createcluster: Don't refuse explicit -p argument even when port is
    already in use. (Closes: #653870)
  * pg_createcluster: Override suggested cluster start command in initdb.
    (Closes: #872660)
  * pg_upgradecluster, t/052_upgrade_encodings.t: pg_dumpall 11 retains the
    database encoding, so switching encodings via dump-restore does not work
    anymore.
  * pg_upgradecluster: Deprecate 'replacement_sort_tuples' in version 11.
  * pg_upgradecluster: Migrate postgresql.auto.conf to new cluster.
    (Closes: #810615)
  * pg_ctlcluster: Die early if logfile is not available. (Closes: #891234)
  * pg_ctlcluster: Die early if pg_ctl cannot be found. (See: #918784)
  * pg_ctlcluster: Document --skip-systemctl-redirect, and skip redirect if
    --foreground is requested.
  * pg_renamecluster: Notify systemd. (Closes: #839954)
  * pg_renamecluster: Document that cluster_name is updated as well.
  * pg_dropcluster: Delete tablespace directories. (Closes: #916449)
  * pg_dropcluster: Silence warning if data_directory is already gone.
    Spotted by Jean-Christophe Arnu, merci!
  * get_cluster_port: Fall back to 5432 if port is not defined in config.
    (Closes: #920248)
  * read_cluster_conf_file: Use cluster_data_directory instead of hardcoding
    /var/lib/postgresql.
  * postgresql@.service: Add After=network.target to ensure the server is
    stopped before networking goes down on shutdown. Thanks Elrond!
    (Closes: #910991)
  * postgresql@.service: Drop /var prefix from PIDFile, systemd complained
    about legacy directory /var/run/postgresql.
  * postgresql-generator: Don't attempt to auto-start removed versions.
    (Closes: #918784)

0a52421... by Christoph Berg <email address hidden>

Import patches-unapplied version 199 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 7899caa88b592eb187ee3fafab340c7db81cb99e

New changelog entries:
  [ Antti Salmela ]
  * pg_upgradecluster: Pass --jobs to pg_upgrade when using upgrade method.
  [ Christoph Berg ]
  * supported-versions: Drop support for 9.3 on apt.postgresql.org.

7899caa... by Christoph Berg

Import patches-unapplied version 198 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 0e9b57387bceca23eb5b2027eb0e634c886eed83

New changelog entries:
  [ Christoph Berg ]
  * Add gitlab-ci.yml file to be included in all PostgreSQL team packages.
  * testsuite: Stop postgresql@* explicitly. (Workaround for #759725)
  [ Michael Banck ]
  * pg_buildext: Add support for passing Makefile variables via the new -m
    option. (Closes: #915953)

0e9b573... by Christoph Berg <email address hidden>

Import patches-unapplied version 197 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 3cba023ef78a2adadb2964876f80cba239a9762b

New changelog entries:
  * dh_make_pgxs: Update Maintainer address and package URLs.
  * pg_buildext: Fix problem with substitution pattern occurring multiple
    times.
  * pg_buildext: Set PG_REGRESS_DIFF_OPTS for unified diffs from pg_regress.

3cba023... by Christoph Berg <email address hidden>

Import patches-unapplied version 196 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 958fd7e1a36bf21922bc7358f20e33fe5934083a

New changelog entries:
  [ Christoph Berg ]
  * Replace version 10 in examples by version 11. (Closes: #911391)
  * Replace -X.Y version number template in examples by -NN.
  * Updated Turkish translation by Atila Koç, thanks! (Closes: #912322)
  * read_conf_file: Accept '+' in unquoted values for floats like 1.5+e3.
    Thanks to David Barbion for spotting!
  * pg_buildext: Handle multiple overlapping substitutions in
    debian/tests/control.in better.
  [ Jeremy Bicha ]
  * Add Ubuntu 19.04 aka disco.
  * apt.postgresql.org: Add 11 as default to supported versions.

958fd7e... by Christoph Berg <email address hidden>

Import patches-unapplied version 194 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 45430ce35115ef8682d75bd92e1ee7d64865074f

New changelog entries:
  * Remove iproute2 | net-tools dependency from postgresql-server-dev-all,
    obsolete in pg_buildext since 178.
  * Also save pg_controldata on catversion changes, pg_upgrade needs it.
    Spotted by Dagfinn Ilmari Mannsåker, thanks!
  * Chown /etc/postgresql to user postgres.
  * pg_ctlcluster: Use "fast" shutdown by default, and remove code to kill -9
    the server if it doesn't react to a --force stop. (Closes: #756008)
  * pg_upgradecluster: Start upgraded cluster only if it was running before,
    override with new --[no-]start option. (Closes: #876281)
  * pg_upgradecluster: With pg_upgrade, set wal_level early so standby servers
    can be upgraded via the instructions from pg_upgrade(1). (Closes: #876293)
  * pg_upgradecluster: Notify systemd about disabling the old cluster.
  * pg_upgradecluster: Drop sleep(4) that had been there since the first
    version.
  * pg_createcluster: Create stats_temp_directory, so pg_upgrade(cluster) can
    use it even without invoking pg_ctlcluster before. (Closes: #827469)
  * pg_upgradecluster: Drop check for pg_restore --no-data-for-failed-tables,
    switch was introduced in 8.2; use it always and not only when upgrade
    scripts are present. (Closes: #876282)
  * Debian: Default PostgreSQL version in buster is 11.