postgresql17
No description set
- Developed at server:database:postgresql
- Sources inherited from project openSUSE:Factory
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/postgresql17 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
0001-jit-Workaround-potential-datalayout-mismatch- |
0000003156 3.08 KB | |
_multibuild | 0000000053 53 Bytes | |
baselibs.conf | 0000000174 174 Bytes | |
postgresql-17.0.tar.bz2 | 0021419388 20.4 MB | |
postgresql-17.0.tar.bz2.sha256 | 0000000090 90 Bytes | |
postgresql-conf.patch | 0000001013 1013 Bytes | |
postgresql-llvm-optional.patch | 0000000562 562 Bytes | |
postgresql-plperl-keep-rpath.patch | 0000001106 1.08 KB | |
postgresql-rpmlintrc | 0000000305 305 Bytes | |
postgresql-testsuite-keep-results-file.patch | 0000000372 372 Bytes | |
postgresql-var-run-socket.patch | 0000001024 1 KB | |
postgresql17.changes | 0000020991 20.5 KB | |
postgresql17.spec | 0000029090 28.4 KB |
Revision 2 (latest revision is 6)
Ana Guerrero (anag+factory)
accepted
request 1203910
from
Reinhard Max (rmax)
(revision 2)
- Upgrade to 17.0.0: * New memory management system for VACUUM, which reduces memory consumption and can improve overall vacuuming performance. * New SQL/JSON capabilities, including constructors, identity functions, and the JSON_TABLE() function, which converts JSON data into a table representation. * Various query performance improvements, including for sequential reads using streaming I/O, write throughput under high concurrency, and searches over multiple values in a btree index. * Logical replication enhancements, including: + Failover control + pg_createsubscriber, a utility that creates logical replicas from physical standbys + pg_upgrade now preserves replication slots on both publishers and subscribers * New client-side connection option, sslnegotiation=direct, that performs a direct TLS handshake to avoid a round-trip negotiation. * pg_basebackup now supports incremental backup. * COPY adds a new option, ON_ERROR ignore, that allows a copy operation to continue in the event of an error. * https://www.postgresql.org/about/news/p-2936/ * https://www.postgresql.org/docs/17/release-17.html
Comments 0