summaryrefslogtreecommitdiff
path: root/databases/postgresql84-server/files/patch-doc-Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove one more expired port:Rene Ladan2015-06-101-16/+0
| | | | | | | | | 2015-05-10 databases/postgresql84-server: "EOL was reached in July 2014" The problem in the PR associated with this port did not show up anymore. Notes: svn path=/head/; revision=389108
* Welcome PostgreSQL 8.4Palle Girgensohn2009-07-071-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | After many years of development, PostgreSQL has become feature-complete in many areas. This release shows a targeted approach to adding features (e.g., authentication, monitoring, space reuse), and adds capabilities defined in the later SQL standards. The major areas of enhancement are: Windowing Functions Common Table Expressions and Recursive Queries Default and variadic parameters for functions Parallel Restore Column Permissions Per-database locale settings Improved hash indexes Improved join performance for EXISTS and NOT EXISTS queries Easier-to-use Warm Standby Automatic sizing of the Free Space Map Visibility Map (greatly reduces vacuum overhead for slowly-changing tables) Version-aware psql (backslash commands work against older servers) Support SSL certificates for user authentication Per-function runtime statistics Easy editing of functions in psql New contrib modules: pg_stat_statements, auto_explain, citext, btree_gin URL: http://www.postgresql.org/docs/8.4/interactive/release-8-4.html Notes: svn path=/head/; revision=237379
* Update all PostgreSQL ports to latest versions.Palle Girgensohn2008-01-071-0/+20
This includes a bunch of security fixes: CVE-2007-6067, CVE-2007-4772, CVE-2007-6601, CVE-2007-6600 and CVE-2007-4769. Security: http://www.postgresql.org/about/news.905 Notes: svn path=/head/; revision=205167