Skip to content

Releases: devexp-db/postgresql-setup

Release v8.9

15 Sep 08:16
Compare
Choose a tag to compare

Postgresql is started via postgres binary instead of postmaster

Release v8.8

06 Jan 14:13
Compare
Choose a tag to compare
  • PostgreSQL systemd unit waits for the network to be up

Release v8.7

04 Jan 09:40
Compare
Choose a tag to compare

Bugfix release

Release v8.6

18 Nov 09:23
Compare
Choose a tag to compare
  • Block execution with custom data_directory entry in configuration file

Release v8.5

26 Oct 07:42
Compare
Choose a tag to compare
  • Add postgresql-upgrade script

fix release

05 Mar 08:10
Compare
Choose a tag to compare
  • Reformatted glibc collation warning after pg_upgrade.

Release to fix modularity/rhscl issues

28 Feb 14:19
Compare
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
Compare
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
Compare
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

New release with sd_notify usage

19 Dec 09:45
Compare
Choose a tag to compare

New in 8.0 version:

  • PostgreSQL on systems with systemd are now configured with
    --with-systemd, which simplifies the start/stop handling (we can
    stop shipping postgresql-ctl wrapper, e.g.).

  • systemd service doesn't have the artificial timeout for PostgreSQL
    server start/stop (was 10 minutes before).