Skip to content

Releases: devexp-db/postgresql-setup

Release 8.10

27 Oct 09:51

Choose a tag to compare

What's Changed

Full Changelog: v8.9...v8.10

Release v8.9

15 Sep 08:16

Choose a tag to compare

Postgresql is started via postgres binary instead of postmaster

Release v8.8

06 Jan 14:13

Choose a tag to compare

  • PostgreSQL systemd unit waits for the network to be up

Release v8.7

04 Jan 09:40

Choose a tag to compare

Bugfix release

Release v8.6

18 Nov 09:23

Choose a tag to compare

  • Block execution with custom data_directory entry in configuration file

Release v8.5

26 Oct 07:42

Choose a tag to compare

  • Add postgresql-upgrade script

fix release

05 Mar 08:10

Choose a tag to compare

  • Reformatted glibc collation warning after pg_upgrade.

Release to fix modularity/rhscl issues

28 Feb 14:19

Choose a tag to compare

  • postgresql-setup prints warning about possible glibc collation on
    successful upgrade.

  • postgresql-setup creates correct 'log_directory' based on PG version
    (the default changed from $datadir/pg_log to $datadir/log in v10).

  • Modular PostgreSQL builds can provide/depend on
    postgresql-server(:MODULE_COMPAT_11<some_suffix>) instead of
    postgresql-server(:MODULE_COMPAT_11) to avoid clash with non-modular
    builds.

  • Fixed ExecStart= statement in systemd's service files for Software
    Collections where we need to first do source scl_source COLLECTION ;
    before we execute postmaster.

%postgresql_tests* macros updated

02 Aug 07:11

Choose a tag to compare

  • %postgresql_tests_* macros now use random port for the test PostgreSQL
    server. This helps in Koji build system where multiple builds of the
    same package can happen concurrently on one host and using the same
    port would make random build failures.

  • If the testing server fails, the %postgresql_tests_* macros print the
    error log out for easier debugging.

Allow building without postgresql-libs subpackage

13 Apr 08:25

Choose a tag to compare

  • Split testing RPM macros into two files; one is related to build-time
    testing against postgresql server, second is related to building against
    postgresql server (building server modules).

  • new configure option --without-libs-pkg