Skip site navigation (1)Skip section navigation (2)

CVS log for ports/databases/postgresql-contrib/Attic/Makefile

[BACK] Up to [FreeBSD] / ports / databases / postgresql-contrib

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.20
Thu May 20 15:43:35 2010 UTC (20 months, 3 weeks ago) by girgen
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.19: +1 -1 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.19: download - view: text, markup, annotated - select for diffs
Wed Jul 8 20:56:21 2009 UTC (2 years, 7 months ago) by girgen
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -3 lines
ossp-uuid conflicts with e2fsprogs-libuuid, which is used by Xorg,
so it is not reasonable to depend on it.

Pointed out by Kostik Belousov

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Jul 7 22:30:06 2009 UTC (2 years, 7 months ago) by girgen
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +6 -0 lines
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

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:17:00 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Mar 11 23:34:09 2008 UTC (3 years, 11 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
- Fix typo (unclosed double-quote)

PR:		ports/120618
Submitted by:	Gennady Proskurin <gpr@nnz.ru>

- Change default PostgreSQL dependency from 8.1 to 8.2

PR:		ports/120865
Submitted by:	edwin

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Jan 7 13:51:53 2008 UTC (4 years, 1 month ago) by girgen
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Update all PostgreSQL ports to latest versions.

This includes a bunch of security fixes: CVE-2007-6067, CVE-2007-4772,
CVE-2007-6601, CVE-2007-6600 and CVE-2007-4769.

Security: http://www.postgresql.org/about/news.905

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Oct 17 10:12:27 2007 UTC (4 years, 3 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Migration from bison 1.x to 2.x

PR:		117086
Tested by:	-exp runs

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Aug 4 11:40:45 2007 UTC (4 years, 6 months ago) by gabor
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Jul 22 01:39:34 2007 UTC (4 years, 6 months ago) by edwin
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Set DEFAULT_PGSQL_VER to 81 after the change in Mk/bsd.database.mk.

Approved by:	pav

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Nov 10 02:23:38 2005 UTC (6 years, 3 months ago) by girgen
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -1 lines
Welcome to PostgreSQL 8.1.

The new release includes performance improvements and advanced SQL
features which will support bigger data warehouses, higher-volume
transaction processing, and more complex distributed enterprise
software.

Major new features in this release include:

      Roles:
           PostgreSQL now supports database roles, which simplify the
           management of large numbers of users with complex
           overlapping database rights.

      IN/OUT Parameters:
           PostgreSQL functions now support IN, OUT and INOUT
           parameters, which substantially improves support of complex
           business logic for J2EE and .NET applications.

      Two-Phase Commit (2PC):
           Long in demand for WAN applications and heterogeneous data
           centers using PostgreSQL, this feature allows
           ACID-compliant transactions across widely separated
           servers.

Some Performance Enhancements found in this release include:

      Improved Multiprocessor (SMP) Performance:
           The buffer manager for 8.1 has been enhanced to scale almost
           linearly with the number of processors, leading to significant
           performance gains on 8-way, 16-way, dual-core, and multi-core
           CPU servers.

      Bitmap Scan:
           Indexes will be dynamically converted to bitmaps in memory when
           appropriate, giving up to twenty times faster index performance
           on complex queries against very large tables.

      Table Partitioning:
           The query planner is now able to avoid scanning whole sections
           of a large table using a technique known as Constraint
           Exclusion.

       Shared Row Locking:
           PostgreSQL's "better than row-level locking" now supports even
           higher levels of concurrency through the addition of shared
           row locks for foreign keys.

For a more complete listing of changes in this release, please see the
Release Notes visible at:

http://www.postgresql.org/docs/current/static/release.html#RELEASE-8-1

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Feb 3 09:30:27 2005 UTC (7 years ago) by girgen
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
In order to address a potential security hole recently identified with
the "LOAD" option, the PostgreSQL Global Development Group is
announcing the release of new versions of PostgreSQL.

Update to 7.3.9, 7.4.7 & 8.0.1.

Take the opportunity to reset PORTREVISION of slave ports.

Back out name change of startup script. The new script uses rc.subr(8),
and as such also uses rcorder(8). But, rcorder does not exist in FreeBSD
4.x. Hence rename the script it back to the top of the directory
list. [1]

The periodic script should of course be executable. [2]

[1] Noted by Niels Chr. Bank-Pedersen <ncbp at bank-pedersen dot dk>
[2] Noted by Fritz Heinrichmeyer <fritz.heinrichmeyer at fernuni-hagen dot de>

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Jan 31 01:56:47 2005 UTC (7 years ago) by girgen
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Bump portrevision

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jan 31 00:35:44 2005 UTC (7 years ago) by girgen
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +25 -21 lines
Split the postgresql ports into a server and a client part.

All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:		75344
Approved by:	portmgr@ (kris), ade & sean (mentors)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Dec 6 03:59:47 2004 UTC (7 years, 2 months ago) by girgen
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
Add myself as committer, and use my @FreeBSD.org address.

Approved by: ade (mentor)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jun 28 21:48:55 2004 UTC (7 years, 7 months ago) by vanilla
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Upgrade to 7.4.3.

PR:		ports/68456
Submitted by:	maintainer

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:19:06 2004 UTC (8 years ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Dec 4 12:00:47 2003 UTC (8 years, 2 months ago) by seanc
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +7 -13 lines
Introduce the world to PostgreSQL 7.4!  By and large this release is
regarded as a major release with features with interest to those with
large databases.  The updates are extensive and the best source of info
is in the release notes.  Enjoy and direct questions to database@!

Release notes:
http://www.postgresql.org/docs/7.4/static/release.html#RELEASE-7-4

PR:		ports/59403, ports/59404, ports/59393, ports/59394,
		ports/59395, ports/59397, ports/59398, ports/59402, &&
		ports/59401
Submitted by:	maintainer
Approved by:	marcus (portmgr@ hat)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Sep 4 09:29:43 2003 UTC (8 years, 5 months ago) by osa
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
Use another way for PortgreSQL slave ports (make without -C),
because much more people still use old versions of make.
For committers: please use the same way for following
PRs: 56345-56350.

Spotted by:	Dan Langille <dan@langille.org> via FreshPorts
Submitted by:	Palle Girgensohn <girgen@pingpong.net> (maintainer)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Sep 3 15:22:23 2003 UTC (8 years, 5 months ago) by osa
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +20 -9 lines
Add ipc_check and reindexdb.
Change the way postgres slave ports build: use ${MAKE} -V instead of .include.
Use ${USE_BISON}.
Bump ${PORTREVISION}.
Utilize ${DOCSDIR}. [1]

Submitted by:	Palle Girgensohn <girgen@pingpong.net> (maintainer),
		osa [1]
Approved by:	maintainer
PR:		56342

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Aug 24 12:17:02 2003 UTC (8 years, 5 months ago) by edwin
Branches: MAIN
New port: postgresql-contrib

	New port, containing all contrib stuff distributed with postgresql

	From the README:

	The PostgreSQL contrib tree
	---------------------------

	This subtree contains porting tools, analysis utilities,
	and plug-in features that are not part of the core PostgreSQL
	system, mainly because they address a limited audience or
	are too experimental to be part of the main source tree.
	This does not preclude their usefulness.

	Each subdirectory contains a README file with information
	about the module.  Most items can be built with `gmake all'
	and installed with `gmake install' in the usual fashion,
	after you have run the `configure' script in the top-level
	directory.  Some directories supply new user-defined
	functions, operators, or types.  After you have installed
	the files you need to register the new entities in the
	database system by running the commands in the supplied
	.sql file.  For example,

		$ psql -d dbname -f module.sql

	See the PostgreSQL documentation for more information about
	this procedure.

PR:		ports/53181
Submitted by:	Palle Girgensohn <girgen@pingpong.net>

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options