SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for postgresql14-server-14.9-1PGDG.f42.x86_64.rpm :
Tue Aug 8 14:00:00 2023 Devrim Gündüz - 14.9-1PGDG
- Update to 14.9, per changes described at
https://www.postgresql.org/docs/release/14.9/

Sat Jun 3 14:00:00 2023 Devrim Gündüz - 14.8-3PGDG
- Rebuild against LLVM 15 on SLES 15

Wed May 17 14:00:00 2023 Devrim Gündüz - 14.8-2PGDG
- Rebuild against new LLVM on RHEL 8.8

Tue May 9 14:00:00 2023 Devrim Gündüz - 14.8-1PGDG
- Update to 14.8, per changes described at
https://www.postgresql.org/docs/release/14.8/

Mon Apr 24 14:00:00 2023 Devrim Gunduz - 14.7-2PGDG.1
- Modernise %patch usage, which has been deprecated in Fedora 38

Mon Feb 13 13:00:00 2023 John Harvey - 14.7-2PGDG
- Fix enabling of TAP tests on RHEL

Tue Feb 7 13:00:00 2023 Devrim Gündüz - 14.7-1PGDG
- Update to 14.7, per changes described at
https://www.postgresql.org/docs/release/14.7/
- Enable TAP tests on all RHEL versions, per report from Bill Smith.
Commit 4f08cb8d41b8 is now obsolete, it seems.

Mon Jan 2 13:00:00 2023 Devrim Gündüz - 14.6-4PGDG
- Use network-online.target instead of network.target in unit file.
Per https://www.postgresql.org/message-id/e6d2c602-db46-0709-6519-ade189fa5203%40comcast.net

Mon Dec 5 13:00:00 2022 Devrim Gündüz - 14.6-3PGDG
- Get rid of AT and switch to GCC on RHEL 7 - ppc64le

Tue Nov 29 13:00:00 2022 Devrim Gündüz - 14.6-2PGDG
- Rebuild against new LLVM on RHEL 9 - aarch64

Wed Nov 9 13:00:00 2022 Devrim Gündüz - 14.6-1PGDG
- Update to 14.6, per changes described at
https://www.postgresql.org/docs/release/14.6/
- Remove temp patch added in 14.5-3

Wed Oct 19 14:00:00 2022 Devrim Gündüz - 14.5-3
- Add a temp patch to build against LLVM 15. Needed for Fedora 37.

Fri Aug 12 14:00:00 2022 John Harvey 14.5-2PGDG
- Fix macro for consistency

Tue Aug 9 14:00:00 2022 Devrim Gündüz - 14.5-1PGDG
- Update to 14.5, per changes described at
https://www.postgresql.org/docs/release/14.5/
- Require LLVM and clang 13 on SLES 15, as SP4 is out and SP2 is already EOLed.
- Fix long standing \"absolute symlink\" error while building the package
- Create a symlink of pg_regress instead of full copy to fix \"duplicate
build-id\" warning while building the package.

Tue Jul 26 14:00:00 2022 Devrim Gündüz - 14.4-3PGDG
- Add gcc-c++ BR expliclity.

Fri Jun 24 14:00:00 2022 Devrim Gündüz - 14.4-2PGDG
- Enable LLVM on ppc64le except on RHEL 7, per report from Chuan Hua Zhao
- Fix builds when plpython3 macro is disabled, per report from Shteryu Hristov.

Thu Jun 16 14:00:00 2022 Devrim Gündüz - 14.4-1PGDG
- Update to 14.4, per changes described at
https://www.postgresql.org/docs/release/14.4/

Thu May 19 14:00:00 2022 Devrim Gündüz - 14.3-2PGDG
- Undefine _package_note_file macro. This is needed for Fedora 36+,
but does not hurt to use in all distros.
Per https://fedoraproject.org/wiki/Changes/Package_information_on_ELF_objects
and help from Fedora developers on IRC.

Wed May 11 14:00:00 2022 Devrim Gündüz - 14.3-1PGDG
- Update to 14.3, per changes described at
https://www.postgresql.org/docs/release/14.3/

Tue May 10 14:00:00 2022 Devrim Gündüz - 14.2-4PGDG
- Rebuild on RHEL 8 against new LLVM and GCC.

Mon Feb 21 13:00:00 2022 Devrim Gündüz - 14.2-3PGDG
- Fix broken dependency on SLES.

Fri Feb 18 13:00:00 2022 Devrim Gündüz - 14.2-2PGDG
- Rebuild on Fedora 34 because of LLVM and GCC updates.

Tue Feb 8 13:00:00 2022 Devrim Gündüz - 14.2-1PGDG
- Update to 14.2, per changes described at
https://www.postgresql.org/docs/release/14.2/

Tue Feb 1 13:00:00 2022 Devrim Gündüz - 14.1-5PGDG
- Rebuild on Fedora 35 and RHEL 9 because of LLVM and GCC updates.

Wed Jan 26 13:00:00 2022 John Harvey - 14.1-4PGDG
- Fix PAM support on suse

Thu Dec 23 13:00:00 2021 Devrim Gündüz - 14.1-3PGDG
- Require libLLVM11 on SLES 15, not llvm11 (compiler). Per report from
Tiago ANASTACIO: https://redmine.postgresql.org/issues/7007

Thu Nov 25 13:00:00 2021 Devrim Gündüz - 14.1-2PGDG
- Rebuild against LLVM 12 on RHEL 8 / aarch64.

Mon Nov 8 13:00:00 2021 Devrim Gündüz - 14.1-1PGDG
- Update to 14.1, per changes described at
https://www.postgresql.org/docs/release/14.1/
- Configure systemd to not sigkill the postmaster, per Justin Pryzby.

Mon Nov 8 13:00:00 2021 John Harvey - 14.0-4PGDG
- Ensure that /var/lib/pgsql is postgres-owned on SLES. This fixes
postgres startup on SLES when using the default logfile path.

Mon Nov 1 13:00:00 2021 Devrim Gündüz - 14.0-3PGDG
- Fix PL/Python3 dependency on SLES 12 and 15.

Tue Oct 19 14:00:00 2021 Devrim Gündüz - 14.0-2PGDG
- Fix Makefile.regress, so that regression tests can actually be run.
Per report from Tomoaki Sato.

Wed Sep 29 14:00:00 2021 Devrim Gündüz - 14.0-1
- Update to 14.0!

Thu Sep 16 14:00:00 2021 Devrim Gündüz - 14.0rc1-1
- Update ro rc1
- Fix setup script, so that it uses the right pwfile.

Fri Sep 10 14:00:00 2021 Devrim Gündüz - 14.0-beta3_3
- Fix setup script, put back scram auth.

Thu Sep 2 14:00:00 2021 John Harvey 14.0-beta3_2
- Fix macro for consistency

Wed Aug 11 14:00:00 2021 Devrim Gündüz - 14.0-beta3_1
- Update to beta3

Tue Jul 13 14:00:00 2021 Devrim Gündüz - 14.0-beta2_3
- Rebuild against clang11 and llvm11 on SLES 15 SP3

Thu Jun 24 14:00:00 2021 Devrim Gündüz - 14.0-beta2_2
- Build with GCC on RHEL 8 - ppc64le

Mon Jun 21 14:00:00 2021 Devrim Gündüz - 14.0-beta2_1
- Update to beta2

Fri May 21 14:00:00 2021 Devrim Gündüz - 14.0-beta1_4
- Remove redundant __perl_excludes, per Andrew Dunstan.
- Filter out some perl dependencies, per Andrew. This will probably
be removed in v15.

Fri May 21 14:00:00 2021 Devrim Gündüz - 14.0-beta1_3
- Add a temp patch (by Andrew Dunstan) to properly fix the PostgresVersion
dependency issue. This patch will be removed in Beta 2.

Thu May 20 14:00:00 2021 Devrim Gündüz - 14.0-beta1_2
- Filter out PostgresVersion \"dependency\", per hint from Honza Horak.

Tue May 18 14:00:00 2021 Devrim Gündüz - 14.0-beta1_1
- Update to beta1

Thu Sep 17 14:00:00 2020 Devrim Gündüz - 14.0-alpha1
- Initial cut for PostgreSQL 14


 
ICM