fc57617852Accepting request 1225750 from server:database:postgresql
factory
Ana Guerrero
2024-11-22 22:51:52 +0000
a9b30a6281- Upgrade to 15.10 * Repair ABI break for extensions that work with struct ResultRelInfo. * Restore functionality of ALTER {ROLE|DATABASE} SET role. * Fix cases where a logical replication slot's restart_lsn could go backwards. * Avoid deleting still-needed WAL files during pg_rewind. * Fix race conditions associated with dropping shared statistics entries. * Count index scans in contrib/bloom indexes in the statistics views, such as the pg_stat_user_indexes.idx_scan counter. * Fix crash when checking to see if an index's opclass options have changed. * Avoid assertion failure caused by disconnected NFA sub-graphs in regular expression parsing. * https://www.postgresql.org/about/news/p-2965/ * https://www.postgresql.org/docs/release/15.10/
devel
Reinhard Max
2024-11-21 17:45:50 +0000
2bd7117f04Accepting request 1224293 from server:database:postgresql
Ana Guerrero
2024-11-15 14:43:18 +0000
f1de547b6e- Upgrade to 15.9: * CVE-2024-10976, bsc#1233323: Ensure cached plans are marked as dependent on the calling role when RLS applies to a non-top-level table reference. * CVE-2024-10977, bsc#1233325: Make libpq discard error messages received during SSL or GSS protocol negotiation. * CVE-2024-10978, bsc#1233326: Fix unintended interactions between SET SESSION AUTHORIZATION and SET ROLE * CVE-2024-10979, bsc#1233327: Prevent trusted PL/Perl code from changing environment variables. * https://www.postgresql.org/about/news/p-2955/ * https://www.postgresql.org/docs/release/15.9/ * https://www.postgresql.org/about/news/p-2910/
Reinhard Max
2024-11-14 14:56:30 +0000
5142703007typo
Reinhard Max
2024-05-15 08:19:15 +0000
55770b28c8Accepting request 1172961 from server:database:postgresql
Dominique Leuenberger
2024-05-10 10:05:10 +0000
dab7b2d21c- Upgrade to 15.7 (bsc#1224051): * bsc#1224038, CVE-2024-4317: Restrict visibility of pg_stats_ext and pg_stats_ext_exprs entries to the table owner. See the release notes for the steps that have to be taken to fix existing PostgreSQL instances. * Fix incompatibility with LLVM 18. * https://www.postgresql.org/docs/release/15.7/ - Prepare for PostgreSQL 17. - Make sure all compilation and doc generation happens in %build.
Reinhard Max
2024-05-09 15:29:37 +0000
c12dcc4d42- Require LLVM <= 17 for now, because LLVM 18 doesn't seem to work.
Reinhard Max
2024-05-02 07:15:40 +0000
aa3faa40c9Accepting request 1154713 from server:database:postgresql
Ana Guerrero
2024-03-04 20:25:56 +0000
f7aeb7259cAccepting request 1153287 from home:dimstar:rpm4.20:p
Reinhard Max
2024-03-04 14:16:30 +0000
6f99ffbef2Accepting request 1145269 from server:database:postgresql
Ana Guerrero
2024-02-09 22:52:53 +0000
a1154e8c10- Upgrade to 15.6: * bsc#1219679, CVE-2024-0985: Tighten security restrictions within REFRESH MATERIALIZED VIEW CONCURRENTLY. One step of a concurrent refresh command was run under weak security restrictions. If a materialized view's owner could persuade a superuser or other high-privileged user to perform a concurrent refresh on that view, the view's owner could control code executed with the privileges of the user running REFRESH. Fix things so that all user-determined code is run as the view's owner, as expected * If you use GIN indexes, you may need to reindex after updating to this release. * LLVM 18 is now supported. * https://www.postgresql.org/docs/release/15.6/
Reinhard Max
2024-02-08 15:22:58 +0000
2a816f1f48Accepting request 1124708 from server:database:postgresql
Ana Guerrero
2023-11-10 11:29:02 +0000
d08f536e1eNovember 2023 Security Updates
Reinhard Max
2023-11-09 14:43:45 +0000
2930f00ff0Accepting request 1121435 from server:database:postgresql
Ana Guerrero
2023-11-02 19:20:36 +0000
19ea942975- boo#1216734: Revert the last change and make the devel package independend of all other subpackages except for the libs.
Reinhard Max
2023-10-31 11:03:54 +0000
08dbae474dAccepting request 1120249 from server:database:postgresql
Ana Guerrero
2023-10-26 15:11:40 +0000
df0c7a17f7- boo#1216022: Call install-alternatives from the devel subpackage as well, otherwise the symlink for ecpg might be missing.
Reinhard Max
2023-10-10 13:11:43 +0000
e22fe35549Accepting request 1111592 from server:database:postgresql
Dominique Leuenberger
2023-09-20 11:20:55 +0000
1ae348241f- The libs and mini package are now provided by postgresql16.
Reinhard Max
2023-09-14 13:13:33 +0000
993c643f39Accepting request 1103837 from server:database:postgresql
Dominique Leuenberger
2023-08-15 14:39:22 +0000
4a60a0530a- Update to 15.4: * bsc#1214059, CVE-2023-39417: Disallow substituting a schema or owner name into an extension script if the name contains a quote, backslash, or dollar sign. * bsc#1214061, CVE-2023-39418: Fix MERGE to enforce row security policies properly. * https://www.postgresql.org/docs/15/release-15-4.html
Reinhard Max
2023-08-10 13:25:30 +0000
4e1ae4aa62Stop building libs
Reinhard Max
2023-08-07 13:51:46 +0000
a580208726Stop building mini
Reinhard Max
2023-08-07 13:50:16 +0000
0a56f59dbc- Restore the independence of mini builds from the main build after the -mini name change from April 4, 2023. - Adjust icu handling to prepare for PostgreSQL 16.
Reinhard Max
2023-05-26 12:02:43 +0000
6de6cb9f57- Overhaul postgresql-README.SUSE and move it from the binary package to the noarch wrapper package.
Reinhard Max
2023-05-15 14:51:11 +0000
ac4cf6cd06- Overhaul postgresql-README.SUSE and move it from the binary package to the noarch wrapper package.
Reinhard Max
2023-05-15 14:20:54 +0000
33ed15e778Accepting request 1086554 from server:database:postgresql
Dominique Leuenberger
2023-05-12 18:32:29 +0000
1018b5c605- bsc#1210303: Stop using the obsolete internal %_restart_on_update macro and drop support for sysv init to simplify the scriptlets.
Reinhard Max
2023-04-18 13:54:19 +0000
b8bfa901b2Accepting request 1078576 from server:database:postgresql
Dominique Leuenberger
2023-04-13 12:09:53 +0000
724b885144Accepting request 1077193 from home:favogt:pgsqlbuild
Reinhard Max
2023-04-12 06:04:22 +0000
0d8ee74241Accepting request 1064054 from server:database:postgresql
Dominique Leuenberger
2023-02-10 13:33:50 +0000
0196712b59- Create mechanism to specify the latest supported LLVM version. Automatically pin to that version if the distribution has a newer unsupported default version.
Reinhard Max
2022-09-23 13:21:25 +0000
01f4d6369dAccepting request 1002897 from home:Andreas_Schwab:Factory
Reinhard Max
2022-09-13 11:50:53 +0000
c8ea5bca4f- Update to 15~beta3 https://www.postgresql.org/about/news/p-2496/ - Only build the client libs if the major version matches with the noarch package, iow. if we are building the latest version.
Reinhard Max
2022-09-05 15:37:04 +0000
a7add878faosc copypac from project:home:darix:branches:server:database:postgresql package:postgresql15 revision:3
Reinhard Max
2022-08-25 13:18:25 +0000