| non port: databases/postgresql84-server/distinfo |
|
CVSWeb
|
Number of commits found: 13 | |
Mon, 27 Feb 2012
|
[ 16:24 girgen ]
1.226 databases/postgresql83-server/Makefile
1.247 databases/postgresql84-server/Makefile
1.239 databases/postgresql90-server/Makefile
1.245 databases/postgresql91-server/Makefile
1.81 databases/postgresql83-server/distinfo
1.84 databases/postgresql84-server/distinfo
1.84 databases/postgresql90-server/distinfo
1.90 databases/postgresql91-server/distinfo
1.4 databases/postgresql83-server/files/patch-configure
1.4 databases/postgresql84-server/files/patch-configure
(Only the first 10 of 15 ports in this commit are shown above. )
The PostgreSQL Global Development Group today released security updates for all
active branches of the PostgreSQL object-relational database system, including
versions 9.1.3, 9.0.7, 8.4.11 and 8.3.18.
Users of pg_dump, users of SSL certificates for validation or users of triggers
using SECURITY DEFINER should upgrade their installations immediately. All
other database administrators are urged to upgrade your version of PostgreSQL
at the next scheduled downtime. More details on the security fixes here:
URL: http://www.postgresql.org/about/news/1377/
Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-0866
Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-0867
Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-0868
|
|
Mon, 5 Dec 2011
|
[ 16:45 girgen ]
1.206 databases/postgresql82-server/Makefile
1.219 databases/postgresql83-server/Makefile
1.239 databases/postgresql84-server/Makefile
1.232 databases/postgresql90-server/Makefile
1.234 databases/postgresql91-server/Makefile
1.83 databases/postgresql84-server/distinfo
1.83 databases/postgresql90-server/distinfo
1.89 databases/postgresql91-server/distinfo
1.22 databases/postgresql84-server/pkg-plist-client
1.36 databases/postgresql84-server/pkg-plist-server
(Only the first 10 of 12 ports in this commit are shown above. )
The PostgreSQL Global Development Group today released updates for all
active branches of the PostgreSQL object-relational database system,
including versions 9.1.2, 9.0.6, 8.4.10, 8.3.17 and 8.2.23.
This release contains 52 fixes to version 9.1, and a smaller number of
fixes to older versions, including:
- Fix bugs in information_schema.referential_constraints view**
- Correct collations for citext columns and indexes**
- Prevent possible crash when joining to a scalar function
- Prevent transitory data corruption of GIN indexes after a crash
- Prevent data corruption on TOAST columns when copying data
- Fix failures during hot standby startup
- Correct another "variable not found in subplan target list" bug
- Fix bug with sorting on aggregate expressions in windowing functions (Only the first 15 lines of the commit message are shown above )
|
|
Tue, 18 Oct 2011
|
[ 09:03 girgen ]
1.11 databases/postgresql82-server/files/502.pgsql
1.12 databases/postgresql83-server/files/502.pgsql
1.1 databases/postgresql82-server/files/502.pgsql.in
1.1 databases/postgresql83-server/files/502.pgsql.in
1.2 databases/postgresql84-server/files/502.pgsql.in
1.4 databases/postgresql91-server/files/502.pgsql.in
1.201 databases/postgresql82-server/Makefile
1.214 databases/postgresql83-server/Makefile
1.232 databases/postgresql84-server/Makefile
1.6 databases/postgresql90-client/Makefile
(Only the first 10 of 43 ports in this commit are shown above. )
The PostgreSQL Global Development Group today released minor version updates
for all active branches of the PostgreSQL object-relational database system,
including versions 9.1.1, 9.0.5, 8.4.9, 8.3.16 and 8.2.22.
All users are strongly urged to update their installations at the next
scheduled downtime.
URL: http://www.postgresql.org/about/news.1355
Cleanup ports. Better handling of the knob PG_USER.
Also add uuid to 9.0 and 9.1 contrib ports.
|
|
Mon, 18 Apr 2011
|
[ 23:34 girgen ]
1.12 databases/postgresql84-server/files/502.pgsql
1.12 databases/postgresql90-server/files/502.pgsql
1.1 databases/postgresql84-server/files/502.pgsql.in
1.1 databases/postgresql90-server/files/502.pgsql.in
1.197 databases/postgresql82-server/Makefile
1.210 databases/postgresql83-server/Makefile
1.221 databases/postgresql84-server/Makefile
1.215 databases/postgresql90-server/Makefile
1.69 databases/postgresql82-server/distinfo
1.78 databases/postgresql83-server/distinfo
(Only the first 10 of 27 ports in this commit are shown above. )
Update PostgreSQL to 9.0.4, 8.4.8, 8.3.15 and 8.2.21.
This update contains a critical fix to the pg_upgrade utility
which prevents significant downtime issues. Do not use
pg_upgrade without installing this update first.
The issue with pg_upgrade and the fix are detailed on the PostgreSQL
wiki: http://wiki.postgresql.org/wiki/20110408pg_upgrade_fix
Users who have already used pg_upgrade should run the database repair
script given on that page on their databases as soon as possible.
See the release notes for each version at
http://www.postgresql.org/docs/current/static/release.html for a full
list of changes with details.
Allow the username of the postgresql user to configurable for 8.4 and 9.0.
Largely inspired by the work of Jason Helfman [153668, 153136].
Change PGUSER knob to PG_USER not to clash with PGUSER environment.
PR: 153668, 153136, 155493, 155137
|
|
Tue, 1 Feb 2011
|
[ 14:48 girgen ]
1.196 databases/postgresql82-server/Makefile
1.209 databases/postgresql83-server/Makefile
1.220 databases/postgresql84-server/Makefile
1.214 databases/postgresql90-server/Makefile
1.68 databases/postgresql82-server/distinfo
1.77 databases/postgresql83-server/distinfo
1.80 databases/postgresql84-server/distinfo
1.80 databases/postgresql90-server/distinfo
Update to versions 9.0.3, 8.4.7, 8.3.14 and 8.2.20.
This update includes a security fix which prevents a buffer overrun in
the contrib module intarray's input function for the query_int type.
This bug is a security risk since the function's return address could
be overwritten by malicious code.
All supported versions of PostgreSQL are impacted. However, the
affected contrib module is optional. Only users who have installed the
intarray module in their database are affected. See the CVE Advisory
at http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4015
This release includes 63 bugfixes, including:
- Avoid unexpected conversion overflow in planner for distant date values (Only the first 15 lines of the commit message are shown above )
|
|
Fri, 31 Dec 2010
|
[ 09:56 mm ]
1.219 databases/postgresql84-server/Makefile
1.79 databases/postgresql84-server/distinfo
1.4 databases/postgresql84-server/files/extra-patch-icu4
- Update to 8.4.6
- Unify ICU handling
PR: ports/153245
Approved by: maintainer (timeout)
|
|
Thu, 7 Oct 2010
|
[ 06:58 girgen ]
1.908 databases/Makefile
1.164 databases/postgresql74-server/Makefile
1.185 databases/postgresql80-server/Makefile
1.190 databases/postgresql81-server/Makefile
1.191 databases/postgresql82-server/Makefile
1.201 databases/postgresql83-server/Makefile
1.4 databases/postgresql84-client/Makefile
1.211 databases/postgresql84-server/Makefile
1.2 databases/postgresql90-client/Makefile
1.2 databases/postgresql90-contrib/Makefile
(Only the first 10 of 28 ports in this commit are shown above. )
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
|
|
Thu, 20 May 2010
|
[ 15:43 girgen ]
1.9 databases/postgresql74-server/files/502.pgsql
1.9 databases/postgresql80-server/files/502.pgsql
1.9 databases/postgresql81-server/files/502.pgsql
1.10 databases/postgresql82-server/files/502.pgsql
1.11 databases/postgresql83-server/files/502.pgsql
1.11 databases/postgresql84-server/files/502.pgsql
1.2141 MOVED
1.20 databases/postgresql-contrib/Makefile
1.1 databases/postgresql74-contrib/Makefile
1.161 databases/postgresql74-server/Makefile
(Only the first 10 of 39 ports in this commit are shown above. )
Update all PostgreSQL ports to latest version.
Remove postgresql-contrib in favour for postgresqlNN-contrib.
This way we will get packages built, which is nice.
Security: CVE-2010-1169
Security: CVE-2010-1170
The PostgreSQL Project today released minor versions updating all active
branches of the PostgreSQL object-relational database system, including
versions 8.4.4, 8.3.11, 8.2.17, 8.1.21, 8.0.25, and 7.4.29. This release
fixes moderate-risk security issues with PL/perl and PL/tcl, as well as
a data corruption issue with standby databases. Users of any of these
three features should update their PostgreSQL installations immediately.
(Only the first 15 lines of the commit message are shown above )
|
|
Thu, 25 Mar 2010
|
[ 21:47 delphij ]
1.200 databases/postgresql84-server/Makefile
1.76 databases/postgresql84-server/distinfo
1.26 databases/postgresql84-server/pkg-plist-server
Update to 8.4.3.
PR: ports/144863
Submitted by: Alexander <alp rsu ru>
Security: e050119b-3856-11df-b2b2-002170daae37
With hat: ports-security@
|
|
Wed, 3 Feb 2010
|
[ 15:09 girgen ]
1.199 databases/postgresql84-server/Makefile
1.75 databases/postgresql84-server/distinfo
Reintegrate the patch for ICU (unicode support).
|
|
Thu, 17 Dec 2009
|
[ 16:07 mm ]
1.196 databases/postgresql84-server/Makefile
1.74 databases/postgresql84-server/distinfo
1.25 databases/postgresql84-server/pkg-plist-server
- Update to 8.4.2
Security: CVE-2009-4034
Security: CVE-2009-4136
Security:
http://portaudit.freebsd.org/e7bc5600-eaa0-11de-bd9c-00215c6a37bb.html
PR: ports/141639
Submitted by: Alexander Pyhalov <alp@rsu.ru>
Approved by: ports-security (delphij)
|
|
Wed, 2 Dec 2009
|
[ 22:21 mm ]
1.3 databases/postgresql84-client/Makefile
1.195 databases/postgresql84-server/Makefile
1.73 databases/postgresql84-server/distinfo
1.7 databases/postgresql84-server/files/patch-src:backend:utils:misc:postgresql.conf.sample
1.17 databases/postgresql84-server/pkg-plist-client
1.24 databases/postgresql84-server/pkg-plist-server
- 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)
|
|
Tue, 7 Jul 2009
|
[ 22:30 girgen ]
1.18 databases/postgresql-contrib/Makefile
1.5 databases/postgresql83-client/Makefile
1.193 databases/postgresql84-server/Makefile
1.72 databases/postgresql84-server/distinfo
1.2 databases/postgresql84-server/files/patch-doc-Makefile
1.4 databases/postgresql84-server/files/patch-src-makefiles-Makefile.freebsd
1.15 databases/postgresql84-server/pkg-plist-client
1.9 databases/postgresql84-server/pkg-plist-contrib
1.22 databases/postgresql84-server/pkg-plist-server
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
|
Number of commits found: 13 |
|
| Latest Vulnerabilities |
|
12 vulnerabilities affecting 17 ports have been reported in the past 14 days
|
* - modified, not new All vulnerabilities
|
|