Accepting request 1225752 from server:database:postgresql
- Upgrade to 13.18: * Restore functionality of ALTER {ROLE|DATABASE} SET role. * Fix cases where a logical replication slot's restart_lsn could go backwards. * 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. * https://www.postgresql.org/about/news/p-2965/ * https://www.postgresql.org/docs/release/13.18/ OBS-URL: https://build.opensuse.org/request/show/1225752 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postgresql13?expand=0&rev=32
This commit is contained in:
commit
d152e245f4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:022b0a6e7bc374a777eece33708895d7b60cae07d492b286b296a49d7395d78b
|
|
||||||
size 21681613
|
|
@ -1 +0,0 @@
|
|||||||
022b0a6e7bc374a777eece33708895d7b60cae07d492b286b296a49d7395d78b postgresql-13.17.tar.bz2
|
|
BIN
postgresql-13.18.tar.bz2
(Stored with Git LFS)
Normal file
BIN
postgresql-13.18.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
1
postgresql-13.18.tar.bz2.sha256
Normal file
1
postgresql-13.18.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
|||||||
|
ceea92abee2a8c19408d278b68de6a78b6bd3dbb4fa2d653fa7ca745d666aab1 postgresql-13.18.tar.bz2
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 19 14:17:26 UTC 2024 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
- Upgrade to 13.18:
|
||||||
|
* Restore functionality of ALTER {ROLE|DATABASE} SET role.
|
||||||
|
* Fix cases where a logical replication slot's restart_lsn could
|
||||||
|
go backwards.
|
||||||
|
* 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.
|
||||||
|
* https://www.postgresql.org/about/news/p-2965/
|
||||||
|
* https://www.postgresql.org/docs/release/13.18/
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 13 13:30:13 UTC 2024 - Reinhard Max <max@suse.com>
|
Wed Nov 13 13:30:13 UTC 2024 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define pgversion 13.17
|
%define pgversion 13.18
|
||||||
%define pgmajor 13
|
%define pgmajor 13
|
||||||
%define buildlibs 0
|
%define buildlibs 0
|
||||||
%define tarversion %{pgversion}
|
%define tarversion %{pgversion}
|
||||||
|
Loading…
Reference in New Issue
Block a user