summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2009-07-08 07:51:04 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2009-07-08 07:51:04 +0000
commit9dece4426a1f309d43a0ccd45d45198331961d69 (patch)
tree9a1a304002acddf9f268c4ec1192854283c4e2d2 /databases
parentFix install / plist with custom PREFIX. (diff)
Welcome PostgreSQL 8.4
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
Notes: svn path=/head/; revision=237407
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 7c5ea53671d6..70afdbdc2463 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -519,6 +519,8 @@
SUBDIR += postgresql82-server
SUBDIR += postgresql83-client
SUBDIR += postgresql83-server
+ SUBDIR += postgresql84-client
+ SUBDIR += postgresql84-server
SUBDIR += postgresql_autodoc
SUBDIR += powerarchitect
SUBDIR += ptop