| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
05 Mar 2012 21:18:50
9.1.3
|
crees  |
Break postgresql-pltcl up into versioned ports; now we will have packages
Fix plist for 9.1 |
05 Mar 2012 20:10:22
9.1.3
|
crees  |
Various tidiness patches:
- Compact -plperl ports
- Portlint for 90-plperl
- Update version numbers in pkg-install-server
- s/spaces/tabs/
- Use ${} instead of $()
- s/YES/yes/
- Tidy IGNORE values
Submitted by: sunpoet |
04 Mar 2012 17:58:21
9.1.3
|
crees  |
Don't clobber do-build from slave ports
PR: ports/165265
Submitted by: Ben Morrow <ben@morrow.me.uk> |
04 Mar 2012 17:19:59
9.1.3
|
crees  |
Over to new team, pgsql@FreeBSD.org |
29 Feb 2012 19:42:37
9.1.3
|
crees  |
Fix plist.
Pointyhat: pav --> girgen |
27 Feb 2012 16:24:48
9.1.3
|
girgen  |
The PostgreSQL Global Development Group today released security updates for all
active branches of the PostgreSQL object-relational database system, including
versions 9.1.3, 9.0.7, 8.4.11 and 8.3.18.
Users of pg_dump, users of SSL certificates for validation or users of triggers
using SECURITY DEFINER should upgrade their installations immediately. All
other database administrators are urged to upgrade your version of PostgreSQL
at the next scheduled downtime. More details on the security fixes here:
URL: http://www.postgresql.org/about/news/1377/
Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-0866
Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-0867
Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-0868 |
19 Feb 2012 19:35:02
9.1.2_4
|
crees  |
Remove p5- from postgresql*-plperl 's mention in pkg-message-client |
19 Feb 2012 19:04:51
9.1.2_4
|
crees  |
Fix -plperl plist for 9.1 |
05 Feb 2012 15:32:49
9.1.2_4
|
crees  |
Install new pg_basebackup tool by default
Submitted by: kuriyama |
01 Feb 2012 19:31:58
9.1.2_3
|
crees  |
Minor changes for UNIQUENAME; remove excessive hyphens
Apologies for the noise here; I'm getting used to the consequences of
slaving ports like this-- postgresql has an unusual arrangement here.
Submitted by: Neil Darlow (neil@darlow.co.uk) |
31 Jan 2012 18:21:33
9.1.2_3
|
crees  |
- Stop clobbering postgresql-server/-client OPTIONS with -contrib OPTIONS
- Minor optimisation (stop testing for !SLAVE_ONLY twice)
PR: ports/164662 |
30 Jan 2012 18:39:57
9.1.2_3
|
crees  |
Use DISTVERSION instead of PORTVERSION to generate UNIQUENAME; options
don't work correctly otherwise.
http://lists.freebsd.org/pipermail/freebsd-ports/2012-January/072756.html
Pointyhat: crees |
25 Jan 2012 21:12:33
9.1.2_3
|
crees  |
- To preserve my sanity, slave 82 and 83 to 84, and 90 to 91, resulting in
three fewer Makefiles to maintain
- Switch patch master site
- Various cleanups |
23 Jan 2012 20:36:58
9.1.2_3
|
crees  |
Add OPTION to postgresql9[10]-contrib for building without uuid-ossp
Requested by: sunpoet |
22 Jan 2012 06:59:27
9.1.2_3
|
jgh  |
- Add profile support for PostgreSQL servers
- 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 < pphillips at experts-exchange.com >
Reviewed by: rene (mentor)
Approved by: crees (maintainer, mentor) |
19 Jan 2012 19:06:00
9.1.2_2
|
jgh  |
fix typo %%PG_GROUP%% in pkg-plist-server
Spotted by: decke
Approved by: crees, rene (mentors,implicit) |
19 Jan 2012 03:35:49
9.1.2_1
|
tabthorpe  |
- Reset ports due to maintainer timeouts and lack of response to emails
With hat: portmgr |
18 Jan 2012 21:35:11
9.1.2_1
|
jgh  |
Fix plist to create directory with proper ownerships PostgreSQL database
may start.
PR: ports/164273 (critical)
Submitted by: Alexander Yerenkow <yerenkow at gmail.com>
Approved by: maintainer-timeout: girgen (1 day), portmgr (linimon) |
14 Jan 2012 08:57:23
9.1.2
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
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. |
05 Dec 2011 16:45:14
9.1.2
|
girgen  |
The PostgreSQL Global Development Group today released updates for all
active branches of the PostgreSQL object-relational database system,
including versions 9.1.2, 9.0.6, 8.4.10, 8.3.17 and 8.2.23.
This release contains 52 fixes to version 9.1, and a smaller number of
fixes to older versions, including:
- Fix bugs in information_schema.referential_constraints view**
- Correct collations for citext columns and indexes**
- Prevent possible crash when joining to a scalar function
- Prevent transitory data corruption of GIN indexes after a crash
- Prevent data corruption on TOAST columns when copying data
- Fix failures during hot standby startup
- Correct another "variable not found in subplan target list" bug
- Fix bug with sorting on aggregate expressions in windowing functions (Only the first 15 lines of the commit message are shown above ) |
30 Nov 2011 18:49:31
9.1.1_1
|
crees  |
Add DTRACE option for postgresql84-server
PR: ports/150431
Submitted by: rpaulo
Fix compilation with GSSAPI
PR: ports/161786
Submitted by: rea
Reviewed by: mandree, John Marshall <john.marshall@riverwillow.com.au>
Mark IGNORE if DTRACE enabled for FreeBSD < 900021 without userland dtrace
PR: ports/152502
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
Approved by: maintainer timeout (girgen, at least 2 months)
Feature safe: yes |
29 Oct 2011 10:11:05
9.1.1_1
|
crees  |
- do not conflict with postgresql 7.x (we don't have them in a tree anymore)
- remove not-supported FreeBSD versions
- whitespace fixes in pkg-descr
- remove empty pkg-plist (portlint doesn't seems care)
PR: ports/161987
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
26 Oct 2011 15:09:26
9.1.1_1
|
glarkin  |
- Fix plist when postgresql-plpython installed for postgresql 9.1 and
postgresql-plpython built with python 3+
PR: ports/161822
Submitted by: sunpoet
Approved by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer), girgen
(maintainer implicit) |
20 Oct 2011 21:07:29
9.1.1_1
|
crees  |
- Fix packaging issue (missed %%PG_USER%% in pkg-plist-server)
- Remove extra bsd.port.pre.mk include from postgresql82-server
PR: ports/161816 ports/161824 ports/161821
Submitted by: Jason Helfman (jhelfman@e-e.com)
Approved by: portmgr (pav) |
19 Oct 2011 18:29:58
9.1.1_1
|
crees  |
This time remember to bump PORTREVISION |
19 Oct 2011 18:21:25
9.1.1
|
crees  |
Fix SUB_LIST issue by deconditionalising it.
Temporary fix, but will stop the flurry of incoming PRs related.
PR: ports/161779 ports/161774 ports/161791 ports/161771 ports/161769
Submitted by: Many people, original fix suggested by Jason Helfman
(jhelfman@e-e.com)
Approved by: portmgr (pav) |
18 Oct 2011 09:03:33
9.1.1
|
girgen  |
The PostgreSQL Global Development Group today released minor version updates
for all active branches of the PostgreSQL object-relational database system,
including versions 9.1.1, 9.0.5, 8.4.9, 8.3.16 and 8.2.22.
All users are strongly urged to update their installations at the next
scheduled downtime.
URL: http://www.postgresql.org/about/news.1355
Cleanup ports. Better handling of the knob PG_USER.
Also add uuid to 9.0 and 9.1 contrib ports. |
06 Oct 2011 08:46:58
9.1.0_1
|
mm  |
- Add ICU support to PostgreSQL 9.1 server
- Make SSL available as an option
- Make portlint happier
- Fix some typos
PR: ports/160915
Approved by: maintainer (timeout) |
02 Oct 2011 20:07:40
9.1.0
|
sunpoet  |
- Unbreak postgresql-plpython: allow build with threaded python
- Pass maintainership to submitter
PR: ports/159843
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
25 Sep 2011 22:20:28
9.1.0
|
rea  |
Don't rebuild manual pages if configure was changed
Sometimes patches for PostgreSQL touch its configure script. And the
logics inside current Makefiles for the documentation makes the manual
pages (and other stuff) to be dependent of the timestamp of the
top-level configure file. This triggers the rebuild of the manual
pages, but since some additional XML-related tools are needed, this
rebuild can fail.
PR: 159844
Approved by: maintainer timeout (1 month)
Feature safe: yes |
25 Sep 2011 18:09:06
9.1.0
|
rea  |
PostgreSQL: unbreak GSSAPI support
The problem with GSSAPI without Kerberos is that configure.in has
very funny logics of choosing GSSAPI libraries:
{{{
if test "$with_gssapi" = yes ; then
if test "$PORTNAME" != "win32"; then
AC_SEARCH_LIBS(gss_init_sec_context, [gssapi_krb5 gss 'gssapi -lkrb5
-lcrypto'], [],
[AC_MSG_ERROR([could not find function
'gss_init_sec_context' required for GSSAPI])])
else
LIBS="$LIBS -lgssapi32"
fi
fi
}}}
(Only the first 15 lines of the commit message are shown above ) |
23 Sep 2011 22:26:39
9.1.0
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
12 Sep 2011 09:53:58
9.1.0
|
girgen  |
Update to PostgreSQL version 9.1.0
SITE: http://www.postgresql.org/docs/9.1/static/release-9-1.html |
07 Aug 2011 18:15:24
9.1.b3
|
pav  |
- Unbreak slaves
Reported by: Portsnap buildbox |
07 Aug 2011 17:42:33
9.1.b3
|
pav  |
- Make those OPTIONS actually working at all
Reported by: pointyhat |
20 Jul 2011 12:09:57
9.1.b3
|
girgen  |
Update to 9.1 beta 3
Fix broken plist for the postgres user's home directory
Release notes at http://www.postgresql.org/about/news.1331 |
11 Jul 2011 20:46:41
9.1.b2
|
pav  |
- Mark BROKEN: leave a directory behind on deinstall
Reported by: pointyhat |
14 Jun 2011 08:31:27
9.1.b2
|
girgen  |
Update to 9.1beta2
Fix proken plists wrt NLS |
11 Jun 2011 23:14:30
9.1.b1
|
girgen  |
Add postgresql 9.1 beta1.
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] |
28 Apr 2011 07:46:15
9.0.4_1
|
girgen  |
Forced commit to document that repocopy from postgresql90-server was made.
PR: ports/156485 |