| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
12 May 2013 21:09:39
9.2.4
|
girgen  |
Update postgresql93-client to properly depend on pkgconfig
Reported by: Ports-QAT |
06 May 2013 18:37:00
9.2.4
|
crees  |
Don't build client with ldap-- this is unnecessary and causes build breakage
for package building because of lack of LDAP installation.
PR: ports/177381
Tested by: Chris Dukes <chris.dukes.aix@gmail.com> |
28 Apr 2013 18:15:06
9.2.4
|
crees  |
databases/postgresql-server ports: Unbreak NLS
Submitted by: bapt |
28 Apr 2013 14:00:03
9.2.4
|
crees  |
databases/postgresql{84,91,92}-server: Readd bsd.port.pre.mk; it is required for
checking existence of files in FILESDIR |
26 Apr 2013 15:10:57
9.2.4
|
bapt  |
Convert USE_GETTEXT -> USES=gettext
While here:
- Trim headers
- Remove some useless pre.mk/post.mk
- Convert to optionsng |
04 Apr 2013 13:21:23
9.2.4
|
girgen  |
The PostgreSQL Global Development Group has released a security
update to all current versions of the PostgreSQL database system,
including versions 9.2.4, 9.1.9, 9.0.13, and 8.4.17. This update
fixes a high-exposure security vulnerability in versions 9.0 and
later. All users of the affected versions are strongly urged to apply
the update *immediately*.
A major security issue (for versions 9.x only) fixed in this release,
[CVE-2013-1899](http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1899),
makes it possible for a connection request containing a database name
that begins with "-" to be crafted that can damage or destroy files
within a server's data directory. Anyone with access to the port the
PostgreSQL server listens on can initiate this request. This issue was
discovered by Mitsumasa Kondo and Kyotaro Horiguchi of NTT Open Source
Software Center. (Only the first 15 lines of the commit message are shown above ) |
08 Feb 2013 07:54:10
9.2.3  |
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 |
22 Jan 2013 18:32:00
9.2.2_1  |
crees  |
Remove versioned PKGNAMESUFFIX from -plpython ports; the versions differ anyway
Submitted by: sunpoet |
22 Jan 2013 17:59:42
9.2.2_1  |
crees  |
Fix package build for -plpython
Although the plpython work was done by rm, this problem was actually my fault
Noticed by: sunpoet |
20 Jan 2013 10:17:45
9.2.2_1  |
rm  |
- add pkg-plist changes, forgotten in r310678
- fix portname in MOVED
- remove trailing whitespace in MOVED, while here |
27 Dec 2012 21:11:42
9.2.2_1  |
jgh  |
- remove broken configurable non-default user/group for postgresql-server
- while here fix formatting of new header
With hat: pgsql@ |
19 Dec 2012 16:13:30
9.2.2_1  |
girgen  |
Chase ICU update properly and bump PORTREVISION |
19 Dec 2012 16:03:59
9.2.2  |
girgen  |
Chase ICU update to 50 |
10 Dec 2012 16:44:10
9.2.2  |
girgen  |
Feature safe: yes
PR: 174336
fix typo |
06 Dec 2012 16:40:36
9.2.2  |
girgen  |
The PostgreSQL Global Development Group has released an update to all current
versions of the PostgreSQL database system, including versions 9.2.2, 9.1.7,
9.0.11, 8.4.15, and 8.3.22. Users of PostgreSQL Hot Standby replication
should update at the next possible opportunity. Other users should update
at their next maintenance window.
Deprecate the 8.3.22 version, since it is near end-of-life.
URL: http://www.postgresql.org/about/news/1430/
Feature safe: yes |
16 Oct 2012 17:28:22
9.2.1  |
jgh  |
- adopt optionsNG
with hat pgsql@
Feature safe: yes |
24 Sep 2012 22:03:11
9.2.1  |
girgen  |
Update PostgreSQL to 9.2.1, 9.1.6, 9.0.10, 8.4.14 and 8.3.21 respectively.
This update fixes critical issues for major versions 9.1 and 9.2, and
users running those versions should apply it as soon as possible.
URL: http://www.postgresql.org/about/news/1416/ |
10 Sep 2012 11:53:41
9.2.0  |
girgen  |
PostgreSQL 9.2 is released.
"PostgreSQL 9.2 will ship with native JSON support,
covering indexes, replication and performance improvements,
and many more features."
Read more at the web site.
URL: http://www.postgresql.org/about/news/1415/ |
27 Aug 2012 14:16:01
9.2.r1
|
girgen  |
update postgresql 9.2 to RC1 |
19 Aug 2012 15:24:30
9.2.b4
|
crees  |
Use pre-build instead of pre-everything for backupwarning-- stop making people
wait before fetching etc
Suggested by: ohauer
Discussed with: girgen
While here, fix package for postgresql92-server |
17 Aug 2012 20:32:44
9.2.b4
|
girgen  |
update postgresql 9.2 to beta4 |
10 Aug 2012 11:10:12
9.2.b3
|
crees  |
Fix fetch
Submitted by: beat |
07 Aug 2012 07:49:01
9.2.b3
|
girgen  |
The PostgreSQL Global Development Group announces the third beta release
of PostgreSQL 9.2, which will include major increases in performance and
both vertical and horizontal scalability. The PostgreSQL Project asks
all users to download and begin testing 9.2 beta 3 as soon as possible.
9.2 Beta 3 includes multiple bug fixes to earlier beta releases, fixing
almost all known outstanding issues as of last week. Among them are:
* Multiple documentation updates
* Apply translation updates
* Fixes to transaction log and replication issues with SP-GiST
* Replace libpq's "row processor" API with a "single row" mode.
* Fix WITH issue with set operations (UNION/INTERSECT/EXCEPT)
* Improvements to Autovacuum cancellation
* Multiple pg_upgrade fixes (Only the first 15 lines of the commit message are shown above ) |
04 Jun 2012 11:00:52
9.2.b2
|
girgen  |
The PostgreSQL Global Development Group today released security updates for all
active branches of the PostgreSQL database system, including versions 9.1.4,
9.0.8, 8.4.12 and 8.3.19.
Users of the crypt(text, text) function with DES encryption in the optional
pg_crypto module should upgrade their installations immediately, if you have'nt
already updated since the port was patched on May 30. All other database
administrators are urged to upgrade your version of PostgreSQL at the
next scheduled downtime.
URL: http://www.postgresql.org/about/news/1398/
Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-2143
Fix incorrect password transformation in contrib/pgcryptoâs DES
crypt() function
This was fixed in a patch release for the FreeBSD ports on May 30.
Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-2655
Ignore SECURITY DEFINER and SET attributes for a procedural
languageâs call handle |
30 May 2012 22:26:15
9.2.b1_1
|
jgh  |
- Address postgresql*-servers for crypt vulnerability (CVE-2012-2143)
http://www.postgresql.org/about/news/1397/
With hat: pgsql |
15 May 2012 22:14:55
9.2.b1  |
girgen  |
The PostgreSQL Global Development Group announces the beta release of
PostgreSQL 9.2, which will include major increases in performance and
both vertical and horizontal scalability. The PostgreSQL Project asks
all users to download and begin testing 9.2 Beta as soon as possible.
Major performance and scalability advances in this version include:
* Index-only scans, allowing users to avoid inefficient scans of base
tables
* Enhanced read-only workload scaling to 64 cores and over 300,000
queries per second
* Improvements to data write speeds, including group commit
* Reductions in CPU power consumption
* Cascading replication, supporting geographically distributed standby
databases (Only the first 15 lines of the commit message are shown above ) |
11 May 2012 08:35:51
9.1.3  |
girgen  |
Repository copy from postgresql91-server |