mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
databases/postgresql14-server: Introducing PostgreSQL-14
PostgreSQL 14 brings a variety of features that help developers and administrators deploy their data-backed applications. PostgreSQL continues to add innovations on complex data types, including more convenient access for JSON and support for noncontiguous ranges of data. This latest release adds to PostgreSQL's trend on improving high performance and distributed data workloads, with advances in connection concurrency, high-write workloads, query parallelism and logical replication. Release notes: https://www.postgresql.org/docs/14/release-14.html
This commit is contained in:
parent
70b621db3c
commit
a91450e0e5
@ -1,10 +1,10 @@
|
||||
# Created by: Marc G. Fournier <scrappy@FreeBSD.org>
|
||||
|
||||
PORTNAME?= postgresql
|
||||
DISTVERSION?= 14rc1
|
||||
DISTVERSION?= 14.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?= 2
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= PGSQL/source/v${DISTVERSION}
|
||||
PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1632254445
|
||||
SHA256 (postgresql/postgresql-14rc1.tar.bz2) = 586a816cb7811985f474eda0d4926fabd2378f0f6d5659d12fba421d38a07616
|
||||
SIZE (postgresql/postgresql-14rc1.tar.bz2) = 21844937
|
||||
TIMESTAMP = 1632812326
|
||||
SHA256 (postgresql/postgresql-14.0.tar.bz2) = ee2ad79126a7375e9102c4db77c4acae6ae6ffe3e082403b88826d96d927a122
|
||||
SIZE (postgresql/postgresql-14.0.tar.bz2) = 21836842
|
||||
|
@ -114,6 +114,7 @@ include/postgresql/server/access/twophase.h
|
||||
include/postgresql/server/access/twophase_rmgr.h
|
||||
include/postgresql/server/access/valid.h
|
||||
include/postgresql/server/access/visibilitymap.h
|
||||
include/postgresql/server/access/visibilitymapdefs.h
|
||||
include/postgresql/server/access/xact.h
|
||||
include/postgresql/server/access/xlog.h
|
||||
include/postgresql/server/access/xlog_internal.h
|
||||
|
Loading…
Reference in New Issue
Block a user