Basic Clients and Utilities for PostgreSQL
https://www.postgresql.org/
PostgreSQL is an advanced object-relational database management system
that supports an extended subset of the SQL standard, including
transactions, foreign keys, subqueries, triggers, and user-defined
types and functions.
This package contains the basic utility and client programs necessary
to maintain and work with local or remote PostgreSQL databases as well
as manual pages for the SQL commands that PostgreSQL supports. Full
HTML documentation for PostgreSQL can be found in the postgresql-docs
package.
- Developed at server:database:postgresql
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/postgresql14 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
0001-jit-Workaround-potential-datalayout-mismatch- |
0000003262 3.19 KB | |
_constraints | 0000000245 245 Bytes | |
baselibs.conf | 0000000174 174 Bytes | |
postgresql-14.11.tar.bz2 | 0022354758 21.3 MB | |
postgresql-14.11.tar.bz2.sha256 | 0000000091 91 Bytes | |
postgresql-conf.patch | 0000001086 1.06 KB | |
postgresql-llvm-optional.patch | 0000000562 562 Bytes | |
postgresql-plperl-keep-rpath.patch | 0000001309 1.28 KB | |
postgresql-rpmlintrc | 0000000305 305 Bytes | |
postgresql-testsuite-keep-results-file.patch | 0000000376 376 Bytes | |
postgresql-var-run-socket.patch | 0000002007 1.96 KB | |
postgresql14.changes | 0000015738 15.4 KB | |
postgresql14.spec | 0000028807 28.1 KB |
Revision 16 (latest revision is 19)
Ana Guerrero (anag+factory)
accepted
request 1145270
from
Reinhard Max (rmax)
(revision 16)
- Upgrade to 14.11: * 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/14.11/
Comments 0