summaryrefslogtreecommitdiff
path: root/databases/postgresql94-server/files/patch-doc-src-sgml-Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-07-24Remove expired ports:Rene Ladan1-20/+0
2020-07-24 databases/postgresql94-client: PostgreSQL-9.4 has reached end-of-life 2020-07-24 databases/postgresql94-contrib: PostgreSQL-9.4 has reached end-of-life 2020-07-24 databases/postgresql94-docs: PostgreSQL-9.4 has reached end-of-life 2020-07-24 databases/postgresql94-pgtcl: PostgreSQL-9.4 has reached end-of-life 2020-07-24 databases/postgresql94-plpython: PostgreSQL-9.4 has reached end-of-life 2020-07-24 databases/postgresql94-server: PostgreSQL-9.4 has reached end-of-life 2020-07-24 databases/postgresql94-pltcl: PostgreSQL-9.4 has reached end-of-life 2020-07-24 databases/postgresql94-plperl: PostgreSQL-9.4 has reached end-of-life Notes: svn path=/head/; revision=543266
2014-05-18The PostgreSQL Global Development Group announced that the first betaPalle Girgensohn1-0/+0
release of PostgreSQL 9.4, the latest version of the world's leading open source database, is available today. This beta contains previews of all of the features which will be available in version 9.4, and is ready for testing by the worldwide PostgreSQL community. Please download, test, and report what you find. Major Features -------------- The new major features available for testing in this beta include: * JSONB: 9.4 includes the new JSONB "binary JSON" type. This new storage format for document data is higher-performance, and comes with indexing, functions and operators for manipulating JSON data. * Replication: The new Data Change Streaming API allows decoding and transformation of the replication stream. This lays the foundation for new replication tools that support high-speed and more flexible replication and scale-out solutions. * Materialized Views with "Refresh Concurrently", which permit fast-response background summary reports for complex data. * ALTER SYSTEM SET, which enables modifications to postgresql.conf from the SQL command line and from remote clients, easing administration tasks. Notes: svn path=/head/; revision=354425
2011-10-18The PostgreSQL Global Development Group today released minor version updatesPalle Girgensohn1-8/+11
for all active branches of the PostgreSQL object-relational database system, including versions 9.1.1, 9.0.5, 8.4.9, 8.3.16 and 8.2.22. All users are strongly urged to update their installations at the next scheduled downtime. URL: http://www.postgresql.org/about/news.1355 Cleanup ports. Better handling of the knob PG_USER. Also add uuid to 9.0 and 9.1 contrib ports. Notes: svn path=/head/; revision=283757
2011-09-25Don't rebuild manual pages if configure was changedEygene Ryabinkin1-0/+17
Sometimes patches for PostgreSQL touch its configure script. And the logics inside current Makefiles for the documentation makes the manual pages (and other stuff) to be dependent of the timestamp of the top-level configure file. This triggers the rebuild of the manual pages, but since some additional XML-related tools are needed, this rebuild can fail. PR: 159844 Approved by: maintainer timeout (1 month) Feature safe: yes Notes: svn path=/head/; revision=282389