summaryrefslogtreecommitdiff
path: root/databases/postgresql11-server/files
AgeCommit message (Collapse)AuthorFilesLines
2019-02-06As suggested by joerg@, "cd /" works even when initdb hasn't happened yet.schmonz1-2/+2
Ride previous PKGREVISION bump.
2019-02-06${PGUSER} doesn't have read permission in every conceivable workingschmonz1-1/+3
directory, which causes errors for several actions. But the caller's working directory isn't needed for anything. cd into ${pgsql_home} early, just after reading rc.conf. Bump PKGREVISION.
2018-10-23postgresql11: added version 11.0adam3-0/+224
PostgreSQL 11 provides users with improvements to overall performance of the database system, with specific enhancements associated with very large databases and high computational workloads. Further, PostgreSQL 11 makes significant improvements to the table partitioning system, adds support for stored procedures capable of transaction management, improves query parallelism and adds parallelized data definition capabilities, and introduces just-in-time (JIT) compilation for accelerating the execution of expressions in queries.