summaryrefslogtreecommitdiff
path: root/databases/postgresql14-server/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/postgresql*-server: fix minor style bugs in maintenance scriptAlexey Dokuchaev2022-09-141-1/+1
| | | | | | | Convert to ASCII and trim EOL whitespace. The scripts are now identical across all PostgreSQL server versions we have in the ports. Verified by: cksum(1)
* databases/postgresql??-*: add postgresql-15 to the ports treePalle Girgensohn2022-05-191-2/+2
| | | | | | | | | Introduce PostgreSQL-15 to the ports tree. Make version 15 the master port, and add plist parameter for the postgresql version. Release notes: https://www.postgresql.org/docs/devel/release.html
* databases/postgresql14-server: fix build on riscv64Piotr Kubaj2021-12-221-20/+0
| | | | Same issue as other postgresql ports.
* databases/postgresql??-server: rc-script should require DAEMONPalle Girgensohn2021-06-011-1/+1
| | | | | | | | | | 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-241-2/+2
| | | | PR: 256125
* databases/postgresql14-*: Add postgresql 14 beta1 the the ports tree.Palle Girgensohn2021-05-2018-0/+546
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.