Skip to content

Releases: devexp-db/postgresql-setup

better work with SCLs

14 Nov 11:48
Compare
Choose a tag to compare

New in 7.0 version:

  • RPM macros file works with SCLs, too.

  • New convenience RPM macro %postgresql_module_requires.

  • Simplified build against SCLs with --with-scl option.

  • New test macro %postgresql_tests_run.

Incompatible changes in 7.0 version

  • The %pgtest_init && %pgtest_start renamed to %postgresql_tests_init and
    %postgresql_tests_start.

security: CVE-2017-12172 CVE-2017-15097

09 Nov 16:00
Compare
Choose a tag to compare
  • With configre --with-sysvinit we are able to install sysvinit
    configuration instead of systemd.

  • For systemd systems, the "legacy" scripts for 'service postgresql initdb'
    and 'service postgresql upgrade' are installed.

New releases simplifying SCL build

10 Apr 14:32
Compare
Choose a tag to compare
  • The rpm macro directory is automatically detected.

  • the sysvinit/systemd systems are now detected

  • properly compile and install postgresql-setup.1 man page

Version 5.0

04 Oct 10:20
Compare
Choose a tag to compare
  • postgresql-setup --upgrade now works with "umask & 0004 != 0"
  • Fixed semantics of 'redhat_sockets_hack' configuration option.
  • The RPM macros file is installed automatically, it provides now
    %postgresql_major, %pgtests_init and %pgtests_start macros.
  • Fixed automatic detection of $PGMAJORVERSION.