<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/postgresql92-server/files/patch-src:backend:utils:misc:postgresql.conf.sample, branch release/7.4.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F7.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F7.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2011-02-11T03:06:02Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag 'RELEASE_7_4_0'.</title>
<updated>2011-02-11T03:06:02Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2011-02-11T03:06:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f259566108892351d3632c07a73d13c19134360f'/>
<id>urn:sha1:f259566108892351d3632c07a73d13c19134360f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update all PostgreSQL ports to latest versions.</title>
<updated>2010-10-07T06:58:10Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2010-10-07T06:58:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=060a528952c060d3cacb5faa2337b86a947f9cc1'/>
<id>urn:sha1:060a528952c060d3cacb5faa2337b86a947f9cc1</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>- Update to 8.4.1</title>
<updated>2009-12-02T22:21:27Z</updated>
<author>
<name>Martin Matuska</name>
<email>mm@FreeBSD.org</email>
</author>
<published>2009-12-02T22:21:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=38401795bfa4953749675f7700656eb11dbbef66'/>
<id>urn:sha1:38401795bfa4953749675f7700656eb11dbbef66</id>
<content type='text'>
- Set INTDATE on as default (this is default by PostgreSQL)

PR:		ports/139277
Submitted by:	Olli Hauer &lt;ohauer@gmx.de&gt;
Approved by:	maintainer timeout (2 months)
</content>
</entry>
<entry>
<title>Remove bad "BETA" alert. This is not beta anymore.</title>
<updated>2008-02-18T12:55:02Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2008-02-18T12:55:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2cc30ceb2ac6ed3c16dee6efb3596c73800c29b1'/>
<id>urn:sha1:2cc30ceb2ac6ed3c16dee6efb3596c73800c29b1</id>
<content type='text'>
Set update_process_title = off, as suggested by kris@ and others.
</content>
</entry>
<entry>
<title>Update all PostgreSQL ports to latest versions.</title>
<updated>2008-01-07T13:51:57Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2008-01-07T13:51:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1d25499d3df3bf1af37d63c037d37cfa4f33e952'/>
<id>urn:sha1:1d25499d3df3bf1af37d63c037d37cfa4f33e952</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Welcome new release of the world's most advanced open source database:</title>
<updated>2006-12-06T16:50:34Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2006-12-06T16:50:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5b1dcdfc6fde3d24f31e5afec5e3d67d11a4e639'/>
<id>urn:sha1:5b1dcdfc6fde3d24f31e5afec5e3d67d11a4e639</id>
<content type='text'>
PostgreSQL 8.2.0

Complete release notes are available at
http://www.postgresql.org/docs/current/static/release-8-2.html
</content>
</entry>
<entry>
<title>Welcome to PostgreSQL 8.1.</title>
<updated>2005-11-10T02:23:38Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2005-11-10T02:23:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d587b3a37a4a02fadb87e491df608d71c7f86e07'/>
<id>urn:sha1:d587b3a37a4a02fadb87e491df608d71c7f86e07</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Say hello to postgresql-8.0. Some of the highlights of the new version</title>
<updated>2005-01-31T00:36:16Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2005-01-31T00:36:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=dde08c696b7fdee8c17225a61fb9959886ae5d6d'/>
<id>urn:sha1:dde08c696b7fdee8c17225a61fb9959886ae5d6d</id>
<content type='text'>
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 &amp; sean (mentors)
</content>
</entry>
<entry>
<title>Remove the PORTNAME from postgreql-client.  PORTNAME is set by</title>
<updated>2003-12-05T21:22:42Z</updated>
<author>
<name>Sean Chittenden</name>
<email>seanc@FreeBSD.org</email>
</author>
<published>2003-12-05T21:22:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3581faeeac6b2c18fab57c228a4d436460a48e1d'/>
<id>urn:sha1:3581faeeac6b2c18fab57c228a4d436460a48e1d</id>
<content type='text'>
MASTERDIR/Makefile[1].  Improve the CONFLICTS messages[2].  Fix the DEPENDS
so that MIT krb5 depends on security/krb5, not heimdal[3].  Add a file that
was missing in the upgrade that has PostgreSQL log to syslog by default[4].

PR:		[4] Originally submitted in ports/59402
Submitted by:	[1,2,4] maintainer
		[3] keoki seu &lt;keoki@camelot.physics.wm.edu&gt;
</content>
</entry>
</feed>
