databases/postgresql15-*: Update to 15.0
The PostgreSQL Global Development Group today announced the release of PostgreSQL 15, the latest version of the world’s most advanced open source database. PostgreSQL 15 builds on the performance improvements of recent releases with noticeable gains for managing workloads in both local and distributed deployments, including improved sorting. This release improves the developer experience with the addition of the popular MERGE command, and adds more capabilities for observing the state of the database. Release notes: https://www.postgresql.org/about/news/postgresql-15-released-2526/
This commit is contained in:
parent
37e259336e
commit
f46b3a4cb9
@ -1,5 +1,5 @@
|
||||
PORTNAME?= postgresql
|
||||
DISTVERSION?= 15rc2
|
||||
DISTVERSION?= 15.0
|
||||
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
|
||||
# not their own. Probably best to keep it at ?=0 when reset here too.
|
||||
PORTREVISION?= 0
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1664272247
|
||||
SHA256 (postgresql/postgresql-15rc2.tar.bz2) = 11739405e96699198733f4a0055362262c9c89f32d2e835e0b815687d700cc23
|
||||
SIZE (postgresql/postgresql-15rc2.tar.bz2) = 22420528
|
||||
TIMESTAMP = 1665479300
|
||||
SHA256 (postgresql/postgresql-15.0.tar.bz2) = 72ec74f4a7c16e684f43ea42e215497fcd4c55d028a68fb72e99e61ff40da4d6
|
||||
SIZE (postgresql/postgresql-15rc2.tar.bz2) = 22403741
|
||||
|
@ -1264,6 +1264,7 @@ man/man7/WITH.7.gz
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/ecpg-%%PG_VERSION%%.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/ecpglib6-%%PG_VERSION%%.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_config-%%PG_VERSION%%.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/pgscripts-%%PG_VERSION%%.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/ecpg-%%PG_VERSION%%.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/ecpglib6-%%PG_VERSION%%.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/libpq5-%%PG_VERSION%%.mo
|
||||
|
@ -890,6 +890,14 @@ lib/postgresql/utf8_and_win.so
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/plpgsql-%%PG_VERSION%%.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/postgres-%%PG_VERSION%%.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/plpgsql-%%PG_VERSION%%.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/initdb-%%PG_VERSION%%.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_archivecleanup-%%PG_VERSION%%.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_checksums-%%PG_VERSION%%.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_controldata-%%PG_VERSION%%.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_ctl-%%PG_VERSION%%.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_resetwal-%%PG_VERSION%%.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_test_fsync-%%PG_VERSION%%.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_test_timing-%%PG_VERSION%%.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/plpgsql-%%PG_VERSION%%.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/initdb-%%PG_VERSION%%.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/pg_archivecleanup-%%PG_VERSION%%.mo
|
||||
|
Loading…
Reference in New Issue
Block a user