<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/postgresql91-server/files/postgresql.in, branch 7-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=7-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=7-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2012-01-22T06:59:27Z</updated>
<entry>
<title>- Add profile support for PostgreSQL servers</title>
<updated>2012-01-22T06:59:27Z</updated>
<author>
<name>Jason Helfman</name>
<email>jgh@FreeBSD.org</email>
</author>
<published>2012-01-22T06:59:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8575a6c9429d22a7cce80691cc623d60c638d41f'/>
<id>urn:sha1:8575a6c9429d22a7cce80691cc623d60c638d41f</id>
<content type='text'>
- re-assign LOCALBASE to PREFIX
- add PG_GROUP to SUB_PLIST for packaging fix
- fix permissions for package installations

PR:	ports/162776
Submitted by:	jgh, Phil Phillips &lt; pphillips at experts-exchange.com &gt;
Reviewed by: rene (mentor)
Approved by: crees (maintainer, mentor)
</content>
</entry>
<entry>
<title>In the rc.d scripts, change assignments to rcvar to use the</title>
<updated>2012-01-14T08:57:23Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2012-01-14T08:57:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=83eb2c37009874672764765ec3bf3b59286c7391'/>
<id>urn:sha1:83eb2c37009874672764765ec3bf3b59286c7391</id>
<content type='text'>
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
</content>
</entry>
<entry>
<title>Add postgresql 9.1 beta1.</title>
<updated>2011-06-11T23:14:30Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2011-06-11T23:14:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8afd80c1060d1f6345ef1d1e8bee18541a52fe45'/>
<id>urn:sha1:8afd80c1060d1f6345ef1d1e8bee18541a52fe45</id>
<content type='text'>
See http://www.postgresql.org/about/news.1313 for more info.

Also, use USERS knob instead of explicitally creating the pgsql user
while still accepting alternative names, using [1] with some added
magic.

PR:	157667 [1]
</content>
</entry>
<entry>
<title>Update PostgreSQL to 9.0.4, 8.4.8, 8.3.15 and 8.2.21.</title>
<updated>2011-04-18T23:34:27Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2011-04-18T23:34:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=73c856222edb8c22377bf9a1c81a724065e3a31c'/>
<id>urn:sha1:73c856222edb8c22377bf9a1c81a724065e3a31c</id>
<content type='text'>
This update contains a critical fix to the pg_upgrade utility
which prevents significant downtime issues. Do not use
pg_upgrade without installing this update first.

The issue with pg_upgrade and the fix are detailed on the PostgreSQL
wiki: http://wiki.postgresql.org/wiki/20110408pg_upgrade_fix
Users who have already used pg_upgrade should run the database repair
script given on that page on their databases as soon as possible.

See the release notes for each version at
http://www.postgresql.org/docs/current/static/release.html for a full
list of changes with details.

Allow the username of the postgresql user to configurable for 8.4 and 9.0.
Largely inspired by the work of Jason Helfman [153668, 153136].

Change PGUSER knob to PG_USER not to clash with PGUSER environment.

PR: 153668, 153136, 155493, 155137
</content>
</entry>
<entry>
<title>Begin the process of deprecating sysutils/rc_subr by</title>
<updated>2010-03-27T00:15:24Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2010-03-27T00:15:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1d6b4b3f9145338f9413b8827d5fdb118ac9be1f'/>
<id>urn:sha1:1d6b4b3f9145338f9413b8827d5fdb118ac9be1f</id>
<content type='text'>
s#. %%RC_SUBR%%#. /etc/rc.subr#
</content>
</entry>
<entry>
<title>Fix a few "bad example" problems in the rc.d scripts that have been</title>
<updated>2009-07-15T16:56:10Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2009-07-15T16:56:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0175383f0a1f8b78ed514778532f0467a8ccc6dc'/>
<id>urn:sha1:0175383f0a1f8b78ed514778532f0467a8ccc6dc</id>
<content type='text'>
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
</content>
</entry>
<entry>
<title>Update postgresql to 8.2.1, 8.1.6, 8.0.10, 7.4.15 and 7.3.17.</title>
<updated>2007-01-09T16:29:35Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2007-01-09T16:29:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6b11e898761ec7ced9bf9b652a24b78697eac863'/>
<id>urn:sha1:6b11e898761ec7ced9bf9b652a24b78697eac863</id>
<content type='text'>
Release notes:
http://www.postgresql.org/docs/7.3/static/release.html#RELEASE-7-3-17
http://www.postgresql.org/docs/7.4/static/release.html#RELEASE-7-4-15
http://www.postgresql.org/docs/8.0/static/release.html#RELEASE-8-0-10
http://www.postgresql.org/docs/8.1/static/release.html#RELEASE-8-1-6
http://www.postgresql.org/docs/8.2/static/release-8-2-1.html

The server-side utilities of postgresql (initdb, initlocation,
ipcclean, pg_controldata, pg_ctl, pg_id and pg_resetxlog) are now
installed by the respective postgresql*-server port (previously they
where installed with the client). If you update the client, you should
also update the server to make sure you are not left without the
server-side tools. Do something like:

    portupgrade postgresql-client postgresql-server
</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>
</feed>
