<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/postgresql90-server/files/patch-src:backend:utils:misc:postgresql.conf.sample, branch release/6.3.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F6.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F6.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2007-12-31T12:35:17Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag 'RELEASE_6_3_0'.</title>
<updated>2007-12-31T12:35:17Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2007-12-31T12:35:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=18a56320c9602155ab8efec1503104da172eb882'/>
<id>urn:sha1:18a56320c9602155ab8efec1503104da172eb882</id>
<content type='text'>
</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>
