<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/postgresql73/pkg-message, branch 2016Q3</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2016Q3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2016Q3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2003-08-12T09:58:13Z</updated>
<entry>
<title>Update to 7.3.4</title>
<updated>2003-08-12T09:58:13Z</updated>
<author>
<name>Sergey A. Osokin</name>
<email>osa@FreeBSD.org</email>
</author>
<published>2003-08-12T09:58:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=661fe60c663597a86f65d50dc258e65c19cebec7'/>
<id>urn:sha1:661fe60c663597a86f65d50dc258e65c19cebec7</id>
<content type='text'>
"In order to address a potentially serious (although rare)
 server startup failure that was recently reported, we have
 released PostgreSQL version 7.3.4. This release is critical
 for users of PostgreSQL version 7.3.3, and highly recommended
 for all other PostgreSQL users."

Submitted by:	Palle Girgensohn &lt;girgen@pingpong.net&gt; (maintainer)
PR:		55354
</content>
</entry>
<entry>
<title>Update PostgreSQL to 7.3.1[1].  Fixes builds for spac64.  Many speed,</title>
<updated>2003-01-04T01:10:15Z</updated>
<author>
<name>Sean Chittenden</name>
<email>seanc@FreeBSD.org</email>
</author>
<published>2003-01-04T01:10:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=62e1bb44328db7be12796334d8be63e24d48df05'/>
<id>urn:sha1:62e1bb44328db7be12796334d8be63e24d48df05</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Upgrade to 7.2, and spilit into several ports.</title>
<updated>2002-02-19T08:23:22Z</updated>
<author>
<name>Vanilla I. Shu</name>
<email>vanilla@FreeBSD.org</email>
</author>
<published>2002-02-19T08:23:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0c0bcdc10ba6c2d0bbf6c831f5bc05a32470a2e7'/>
<id>urn:sha1:0c0bcdc10ba6c2d0bbf6c831f5bc05a32470a2e7</id>
<content type='text'>
PR:		ports/34855
Submitted by:	maintainer.
</content>
</entry>
<entry>
<title>Correct the config file name.</title>
<updated>2001-08-24T14:32:43Z</updated>
<author>
<name>Peter Pentchev</name>
<email>roam@FreeBSD.org</email>
</author>
<published>2001-08-24T14:32:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6cdbe1f2de8f581fc2756e0143075d49e9b1e82f'/>
<id>urn:sha1:6cdbe1f2de8f581fc2756e0143075d49e9b1e82f</id>
<content type='text'>
PR:		30022
Submitted by:	maintainer
</content>
</entry>
<entry>
<title>Update the PostgreSQL port to 7.1.3.</title>
<updated>2001-08-21T04:31:39Z</updated>
<author>
<name>Clive Lin</name>
<email>clive@FreeBSD.org</email>
</author>
<published>2001-08-21T04:31:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5c871f48450e5b1e6f6c0739813f8d7208795dcb'/>
<id>urn:sha1:5c871f48450e5b1e6f6c0739813f8d7208795dcb</id>
<content type='text'>
A note about how to install languages into a PostgreSQL database is added.

PR: ports/29916
Submitted by: Palle Girgensohn &lt;girgen@partitur.se&gt; (MAINTAINER)
              Michal Pasternak &lt;doc@lublin.t1.pl&gt; (the note)
</content>
</entry>
<entry>
<title>Upgrade to 7.1, change to new layout style.</title>
<updated>2001-04-21T11:34:34Z</updated>
<author>
<name>Vanilla I. Shu</name>
<email>vanilla@FreeBSD.org</email>
</author>
<published>2001-04-21T11:34:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=bfb9f8e6c93b2c638014779f1429d726c35e4e69'/>
<id>urn:sha1:bfb9f8e6c93b2c638014779f1429d726c35e4e69</id>
<content type='text'>
PR:				ports/26741
Submitted by:	maintainer
</content>
</entry>
<entry>
<title>ldconfig PostgreSQL's lib should happen before starting *ANY* ports.</title>
<updated>2001-03-15T19:26:26Z</updated>
<author>
<name>Clive Lin</name>
<email>clive@FreeBSD.org</email>
</author>
<published>2001-03-15T19:26:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=cf193c59d969cb5576f1f1eb7332b0839a051e73'/>
<id>urn:sha1:cf193c59d969cb5576f1f1eb7332b0839a051e73</id>
<content type='text'>
This would cure headache like apache module linking against libpq
fail to work after rebooting.

Originally, maintainer and I want this commit to go with the
PostgreSQL updating. But we both think that the latest PostgreSQL
would not be released before FreeBSD 4.3-RELEASE ports freeze.

As a conclusion, PORTREVISION bumped.

Discussed with/Submitted by: MAINTAINER
</content>
</entry>
<entry>
<title>Make the port more "package friendly".</title>
<updated>2001-02-20T21:45:15Z</updated>
<author>
<name>Jimmy Olgeni</name>
<email>olgeni@FreeBSD.org</email>
</author>
<published>2001-02-20T21:45:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=84c5d89a6e04c74aed576d28802154f967b6a162'/>
<id>urn:sha1:84c5d89a6e04c74aed576d28802154f967b6a162</id>
<content type='text'>
Do not call initdb from Makefile's post-install. Users are required to
manually run initdb, maybe after configuring their preferred database
location in pgsql's user .profile. pkg_add used to simply replace some
existing data files.

Add pkg-message to tell the user about initdb.

Remove 2 empty directories from pkg-plist (pgsql/include/port/freebsd,
pgsql/include/port), since they are not included in "make package" anyway
and cause pkg_deinstall to complain about the plist.

Remove all pgsql/data contents from pkg-plist, so "make deinstall" and
pkg_delete won't clobber existing databases. Minor version upgrades can now be
performed by means of pkg_delete and "make install", without using pg_dump.

Chown %D/pgsql/lib to root:wheel to satisfy ldconfig's recent security
requirements.

Change @dirrm of pgsql to "@unexec rmdir": pkg_deinstall won't complain if
data still exists in that directory at deinstall time.

Approved by:	maintainer
</content>
</entry>
</feed>
