diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2009-07-07 22:30:06 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2009-07-07 22:30:06 +0000 |
commit | 00c3beec3943b166c0dd223e40358d5062439fa7 (patch) | |
tree | 6381d335b55d645f8866bcdb498a7de8ee1ead34 /databases/postgresql91-server/files | |
parent | 1c7ddf4d89541c795af46c4a4ee5523ff9ffb165 (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=237379
Diffstat (limited to 'databases/postgresql91-server/files')
-rw-r--r-- | databases/postgresql91-server/files/patch-doc-Makefile | 10 | ||||
-rw-r--r-- | databases/postgresql91-server/files/patch-src-makefiles-Makefile.freebsd | 8 |
2 files changed, 3 insertions, 15 deletions
diff --git a/databases/postgresql91-server/files/patch-doc-Makefile b/databases/postgresql91-server/files/patch-doc-Makefile index 805b541b438a..8e08132e175b 100644 --- a/databases/postgresql91-server/files/patch-doc-Makefile +++ b/databases/postgresql91-server/files/patch-doc-Makefile @@ -1,20 +1,16 @@ ---- doc/Makefile.orig 2007-02-09 16:55:57.000000000 +0100 -+++ doc/Makefile 2008-01-02 11:38:43.000000000 +0100 -@@ -25,11 +25,12 @@ +--- doc/Makefile.orig 2009-05-15 15:58:05.000000000 +0200 ++++ doc/Makefile 2009-05-15 15:58:18.000000000 +0200 +@@ -25,9 +25,10 @@ .NOTPARALLEL: -ifneq ($(wildcard $(srcdir)/postgres.tar.gz),) --ifneq (,$(docdir)) -found_html = yes -endif --endif +# FreeBSD has a separate port for installing the documentation +#ifneq ($(wildcard $(srcdir)/postgres.tar.gz),) -+#ifneq (,$(docdir)) +#found_html = yes +#endif -+#endif ifneq ($(wildcard $(srcdir)/man.tar.gz),) # SCO OpenServer's man system is sufficiently different to not bother. diff --git a/databases/postgresql91-server/files/patch-src-makefiles-Makefile.freebsd b/databases/postgresql91-server/files/patch-src-makefiles-Makefile.freebsd deleted file mode 100644 index 81339e98e8db..000000000000 --- a/databases/postgresql91-server/files/patch-src-makefiles-Makefile.freebsd +++ /dev/null @@ -1,8 +0,0 @@ ---- src/makefiles/Makefile.freebsd.orig Fri Nov 19 01:41:39 2004 -+++ src/makefiles/Makefile.freebsd Tue Dec 21 02:44:09 2004 -@@ -29,3 +29,5 @@ - endif - - sqlmansect = 7 -+ -+allow_nonpic_in_shlib = yes |