summaryrefslogtreecommitdiff
path: root/databases/postgresql14-server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/postgresql14-server: fix build on riscv64Piotr Kubaj2021-12-221-20/+0
| | | | Same issue as other postgresql ports.
* databases/postgresql??-*: updated to latest versionPalle Girgensohn2021-11-113-5/+7
| | | | | | | | | | | | | | | | | | | This release contains a variety of fixes from the previous version. A dump/restore is not required for those running the same major version. However, note that installations using physical replication should update standby servers before the primary server, as explained in the release notes. Also, several bugs have been found that may have resulted in corrupted indexes, as explained in the next several changelog entries. If any of those cases apply to you, it's recommended to reindex possibly-affected indexes after updating. This release also mitigates two possible man-in-the-middle attacks. Security: 2ccd71bd-426b-11ec-87db-6cc21735f730 Release notes: https://www.postgresql.org/docs/release/14.1/
* devel/icu: update to 70.1Jan Beich2021-10-281-1/+1
| | | | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-70-1 Reported by: GitHub (watch releases) PR: 258794 Exp-run by: antoine
* databases/postgresql14-server: Introducing PostgreSQL-14Palle Girgensohn2021-09-303-5/+6
| | | | | | | | | | | | | 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
* databases/postgresql14-server: fix openssl dependencyPalle Girgensohn2021-09-291-1/+5
| | | | | | libpq.pc should not require openssl from ports when built with base -lssl PR: 258760
* databases/postgresql14-server: add support for lz4 compressionPalle Girgensohn2021-09-281-1/+9
|
* databases/postgresql14: update to 14rc1Palle Girgensohn2021-09-244-66/+8
| | | | Release notes: https://www.postgresql.org/docs/14/release-14.html
* databases/postgresql*: update to latest versionsPalle Girgensohn2021-08-124-10/+12
| | | | | | | | | | | | | | | | | The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 13.4, 12.8, 11.13, 10.18, and 9.6.23, as well as the third beta release of PostgreSQL 14. This release closes one security vulnerability and fixes over 75 bugs reported over the last three months. Turn off parallel builds since we continue to struggle with build problems when it is activated. [1] Avoid chasing latest LLVM version. [2] PR: 256466 [1], 256167 [2] Release notes: https://www.postgresql.org/docs/release/ Security: b471130b-fb86-11eb-87db-6cc21735f730
* databases/postgres14-*: Update to 14.0-beta2Palle Girgensohn2021-06-243-4/+6
| | | | Release notes: https://www.postgresql.org/developer/beta/
* databases/postgresql??-server: rc-script should require DAEMONPalle Girgensohn2021-06-012-2/+2
| | | | | | | | | | Changeset ab83f2b4bb78 changed the startup order for Postgresql. The cleartmp rc.d now comes after the Postgresql startup. Unfortunately, Postgresql likes to create a socket in /tmp/.s.PGSQL.5432. After cleartmp does its work, that socket disappears from the filesystem. Submitted by: Jeroen Pulles PR: 256335
* databases/postgresql14-server: fix data directoryPalle Girgensohn2021-05-242-3/+3
| | | | PR: 256125
* databases/postgresql14-*: Add postgresql 14 beta1 the the ports tree.Palle Girgensohn2021-05-2028-0/+4153
Release notes: https://www.postgresql.org/docs/devel/release-14.html Also reintroduce parallel builds. Some components, namely plperl, plpython, pltcl and contrib, fail to build properly when using parallel builds. Something with static linking using `ar` that fails. MAKE_JOBS_UNSAFE is set for these ports.