Commit History - (may be incomplete: see SVNWeb link above for full details) |
This is a slave port. You may also want to view the commits to the master port: databases/postgresql84-server |
Date | By | Description |
10 Jun 2015 16:44:37
8.4.22_1

|
rene  |
Remove expired ports:
2015-05-10 databases/postgresql84-client: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-contrib: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-docs: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-plperl: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-plpython: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-pltcl: "EOL was reached in July 2014"
2015-06-02 deskutils/deskbar-applet: Broken since update to gnome3
2015-06-02 deskutils/gimmie: Broken since update to gnome3
2015-06-02 deskutils/glipper: Broken since update to gnome3
2015-06-02 deskutils/gnochm: Broken since update to gnome3
2015-06-02 deskutils/hamster-applet: Broken since update to gnome3
2015-06-02 deskutils/kupfer: Broken since update to gnome3
2015-06-02 deskutils/ontv: Broken since update to gnome3
2015-06-02 deskutils/timer-applet: Broken since update to gnome3 (Only the first 15 lines of the commit message are shown above ) |
12 Nov 2014 09:53:42
8.4.22_1

|
girgen  |
Revert r247147.
We need -pthread in LDFLAGS for threaded extensions like plv8js to work.
PR: 175783
Submitted by: Li-Wen Hsu <lwhsu@FreeBSD.org> |
25 Aug 2014 17:53:27
8.4.22

|
crees  |
Convert pgsql ports to use USES+=pgsql
Reviewed by: bapt |
30 Jun 2014 23:07:29
8.4.21

|
bapt  |
Fixes build with readline from ports |
26 Feb 2014 17:24:36
8.4.20

|
antoine  |
Stage support
Reviewed by: postgresql@
Tested by: miwi and me |
15 Oct 2013 17:17:06
8.4.18

|
sunpoet  |
- Remove DISTV: only used in PKGNAMESUFFIX and complained by portlint
- Convert to new LIB_DEPENDS format for postgresql*-contrib
Submitted by: sunpoet (myself)
Reviewed by: crees (pgsql)
Approved by: jgh (pgsql) |
10 Oct 2013 00:09:35
8.4.17

|
jgh  |
- Fix pkg name collision
Reviewed by: pgsql@
With hat: pgsql@ |
07 Oct 2013 20:03:38
8.4.17

|
jgh  |
- revert r329725
Reported by: qat@
With hat: pgsql@ |
07 Oct 2013 19:04:04
8.4.17

|
jgh  |
- Fix pkg name collision
Reviewed by: crees@
With hat: pgsql@ |
20 Sep 2013 16:13:49
8.4.17

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
05 Apr 2013 15:26:50
8.4.17

|
girgen  |
Fix pkg-list for postgresql84-server
Approved by: portmgr (miwi) |
08 Feb 2013 07:54:10
8.4.16

|
girgen  |
PostgreSQL 9.2.3, 9.1.8, 9.0.12, 8.4.16 and 8.3.23 released
This update fixes a denial-of-service (DOS) vulnerability. All users
should update their PostgreSQL installations as soon as possible.
The security issue fixed in this release, CVE-2013-0255, allows a
previously authenticated user to crash the server by calling
an internal function with invalid arguments.
URL: http://www.postgresql.org/about/news/1446/
Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0255 |
02 May 2011 21:37:31
8.4.8 
|
girgen  |
Fix a problem with creating the postgresql user when using a package. |
07 Oct 2010 06:58:10
8.4.4_2 
|
girgen  |
Update all PostgreSQL ports to latest versions.
Also, try to break the previous 1:1 relation between FreeBSD system and
PostgreSQL versions installed. Use different PREFIX:es to install
different versions on the same system.
PR: ports/132402, ports/145002, ports/146657 |
02 Dec 2009 22:21:27
8.4.1 
|
mm  |
- Update to 8.4.1
- Set INTDATE on as default (this is default by PostgreSQL)
PR: ports/139277
Submitted by: Olli Hauer <ohauer@gmx.de>
Approved by: maintainer timeout (2 months) |
08 Jul 2009 20:31:53
8.4.0_1 
|
girgen  |
Fix broken pkg-plist for gettext files.
Also, inform about pg_standby rather than autovacuum. [1]
PR: 136468 [1] |
08 Jul 2009 06:44:34
8.4.0 
|
girgen  |
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 |