CVS log for ports/databases/postgresql82-server/files/Attic/502.pgsql
Up to [FreeBSD] / ports / databases / postgresql82-server / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.11
Tue Oct 18 09:03:31 2011 UTC (3 months, 3 weeks ago) by girgen
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.10: +1 -1 lines
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.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu May 20 15:43:38 2010 UTC (20 months, 3 weeks ago) by girgen
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +28 -13 lines
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.
The PL/perl security fix closes a security hole in PL/perl
procedures which could allow privilege escalation on the host system,
caused by a flaw in Safe.pm; see CVE-2010-1169 and CVE-2010-1447 for
details. A second patch prevents PL/tcl's pltcl_modules table from
being subverted in order to run arbitrary Tcl scripts; see
CVE-2010-1170. These issues only affect users who have enabled either
of these two stored procedure languages.
Also corrected is use of the command ALTER TABLE SET TABLESPACE, which
previously could cause data corruption on Warm Standby database slaves.
This issue affects only version 8.4.
There are also 21 other bug fixes in this release, some of which apply
only to version 8.4, and a few of which are specifically for Windows.
While these are generally fixes for minor issues, among the changes are:
* Fix for a combinational crash condition
* Prevent normal users from resetting some GUCs in
their own role definitions
* Correctly apply constraint exclusion in UPDATE and DELETE queries
* Minor fixes for WAL archiving
* Update timezone data for 12 zones
See the release notes for a full list of changes with details.
Releasenotes at http://www.postgresql.org/docs/current/static/release.html
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jun 12 23:46:07 2008 UTC (3 years, 8 months ago) by girgen
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -4 lines
Updates of the PostgreSQL ports
Updates for all maintained versions of PostgreSQL are available today:
8.3.3, 8.2.9, 8.1.13, 8.0.17 and 7.4.21. These releases fix more than
two dozen minor issues reported and patched over the last few months.
All PostgreSQL users should plan to update at their earliest
convenience. People in affected time zones, in particular, should
upgrade as soon as possible.
Release Notes:
http://www.postgresql.org/docs/8.3/static/release.html
Also, fix umask error in periodic script [1].
PR: ports/124457 [1]
Submitted by: Alexandre Perrin
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Dec 6 16:48:57 2006 UTC (5 years, 2 months ago) by girgen
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Welcome new release of the world's most advanced open source database: PostgreSQL 8.2.0 Complete release notes are available at http://www.postgresql.org/docs/current/static/release-8-2.html
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jan 31 00:36:16 2005 UTC (7 years ago) by girgen
Branches: MAIN
CVS tags: old_old_RELEASE_6_0_0, old_old_RELEASE_5_4_0, old_RELEASE_6_2_0, old_RELEASE_6_1_0, old_RELEASE_5_5_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Say hello to postgresql-8.0. Some of the highlights of the new version are savepoints (within transactions), point-in-time recovery and tablespaces. Check out the release notes and the shiny new PostgreSQL.org website at: http://www.PostgreSQL.org/docs/8.0/static/release.html#RELEASE-8-0 The port uses the new postgresql ports' layout and is split into a server and a client part. The following knobs can be used by ports depending on PostgreSQL: # USE_PGSQL - Add PostgreSQL client dependency. # If no version is given (by the maintainer via the port or # by the user via defined variable), try to find the # currently installed version. Fall back to default if # necessary (PostgreSQL-7.4 = 74). # DEFAULT_PGSQL_VER # - PostgreSQL default version. Can be overridden within a port. # Default: 74. # WANT_PGSQL_VER # - Maintainer can set an arbitrary version of PostgreSQL by # using it. # BROKEN_WITH_PGSQL # - This variable can be defined if the ports doesn't support # one or more versions of PostgreSQL. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Nov 23 19:15:12 2004 UTC (7 years, 2 months ago) by ade
Branches: MAIN
CVS tags: old_old_RELEASE_4_11_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +75 -67 lines
Another step along the road to the postgresql new world order. Note that none of these ports are (yet) hooked into the tree, and will not compile unless you set a specific environmental variable. This should be warning enough to leave well alone for now :) Submitted by: maintainer
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Jan 4 01:10:14 2003 UTC (9 years, 1 month ago) by seanc
Branches: MAIN
CVS tags: old_old_old_old_RELEASE_5_3_0, old_old_old_old_RELEASE_5_2_1, old_old_old_old_RELEASE_5_2_0, old_old_old_old_RELEASE_5_1_0, old_old_old_old_RELEASE_5_0_0, old_old_old_old_RELEASE_4_9_0, old_old_old_old_RELEASE_4_8_0, old_old_old_old_RELEASE_4_10_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +12 -6 lines
Update PostgreSQL to 7.3.1[1]. Fixes builds for spac64. Many speed, security, and feature additions. Reduce diffs between postgresql-devel port. Re-initdb required when upgrading from previous release. See release notes for details. Schemas added are system catalogs updated. ::braces for impact:: http://developer.postgresql.org/docs/postgres/release.html#RELEASE-7-3-1 PR: ports/46701 Submitted by: girgen@pingpong.net
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Nov 6 01:41:53 2002 UTC (9 years, 3 months ago) by nsayer
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -2 lines
Port update submitted by maintainer PR: ports/44983 Submitted by: girgen@pingpong.net
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Aug 26 08:12:40 2002 UTC (9 years, 5 months ago) by trevor
Branches: MAIN
CVS tags: old_old_old_old_RELEASE_4_7_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +17 -24 lines
Update to 7.2.2, which fixes several security bugs. Do not install documentation--it will be in a separate port. PR: 42009 Submitted by: Palle Girgensohn (maintainer)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Apr 11 04:58:10 2002 UTC (9 years, 10 months ago) by ijliao
Branches: MAIN
CVS tags: old_old_old_old_RELEASE_4_6_2, old_old_old_old_RELEASE_4_6_1, old_old_old_old_RELEASE_4_6_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +42 -30 lines
upgrade to 7.2.1 PR: 36975 Submitted by: maintainer
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Feb 19 08:23:21 2002 UTC (9 years, 11 months ago) by vanilla
Branches: MAIN
CVS tags: old_old_old_old_RELEASE_5_0_DP1
Upgrade to 7.2, and spilit into several ports. PR: ports/34855 Submitted by: maintainer.
