| non port: databases/postgresql7/pkg-install |
|
CVSWeb
|
Number of commits found: 10 | |
Mon, 31 Jan 2005
|
[ 00:39 girgen ]
1.6 databases/postgresql7/files/502.pgsql
1.6 databases/postgresql73/files/502.pgsql
1.130 databases/postgresql7/Makefile
1.129 databases/postgresql73/Makefile
1.36 databases/postgresql7/distinfo
1.36 databases/postgresql73/distinfo
1.3 databases/postgresql7/files/dot.cshrc.in
1.3 databases/postgresql73/files/dot.cshrc.in
1.6 databases/postgresql7/files/dot.profile.in
1.6 databases/postgresql73/files/dot.profile.in
(Only the first 10 of 25 ports in this commit are shown above. )
Split the postgresql ports into a server and a client part. Hence,
remove this port. Please see UPDATING for more info.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors)
|
|
Tue, 31 Aug 2004
|
[ 13:46 eik ]
1.127 databases/postgresql7/Makefile
1.34 databases/postgresql7/distinfo
1.11 databases/postgresql7/pkg-install
1.42 databases/postgresql7/pkg-plist
- update to version 7.4.5:
* Prevent possible loss of committed transactions during crash
* Repair possible crash during concurrent btree index insertions
PR: 71176
Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
Reviewed by: Palle Girgensohn <girgen@pingpong.net> (maintainer)
|
|
Mon, 28 Jun 2004
|
[ 21:48 vanilla ]
1.6 databases/postgresql-contrib/Makefile
1.13 databases/postgresql-jdbc/Makefile
1.12 databases/postgresql-pltcl/Makefile
1.126 databases/postgresql7/Makefile
1.33 databases/postgresql7/distinfo
1.10 databases/postgresql7/pkg-install
1.41 databases/postgresql7/pkg-plist
Upgrade to 7.4.3.
PR: ports/68456
Submitted by: maintainer
|
|
Tue, 30 Mar 2004
|
[ 11:14 osa ]
1.9 databases/postgresql7/pkg-install
Add a note about changes in latest release of PostgreSQL.
Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer)
PR: 64933
|
|
Thu, 4 Dec 2003
|
[ 12:00 seanc ]
1.9 databases/p5-postgresql-plperl/Makefile
1.4 databases/postgresql-contrib/Makefile
1.9 databases/postgresql-docs/Makefile
1.10 databases/postgresql-jdbc/Makefile
1.5 databases/postgresql-libpqxx/Makefile
1.10 databases/postgresql-pltcl/Makefile
1.12 databases/postgresql-tcltk/Makefile
1.116 databases/postgresql7/Makefile
1.3 databases/postgresql-libpqxx/distinfo
1.30 databases/postgresql7/distinfo
(Only the first 10 of 19 ports in this commit are shown above. )
Introduce the world to PostgreSQL 7.4! By and large this release is
regarded as a major release with features with interest to those with
large databases. The updates are extensive and the best source of info
is in the release notes. Enjoy and direct questions to database@!
Release notes:
http://www.postgresql.org/docs/7.4/static/release.html#RELEASE-7-4
PR: ports/59403, ports/59404, ports/59393, ports/59394,
ports/59395, ports/59397, ports/59398, ports/59402, &&
ports/59401
Submitted by: maintainer
Approved by: marcus (portmgr@ hat)
|
|
Sat, 4 Jan 2003
|
[ 01:10 seanc ]
1.5 databases/postgresql7/files/502.pgsql
1.102 databases/postgresql7/Makefile
1.13 databases/postgresql7/scripts/configure.postgresql
1.25 databases/postgresql7/distinfo
1.5 databases/postgresql7/files/dot.profile.in
1.5 databases/postgresql7/files/patch-aj
1.1 databases/postgresql7/files/patch-src::include::port::freebsd.h
1.14 databases/postgresql7/files/pgsql.sh.tmpl
1.7 databases/postgresql7/pkg-install
1.7 databases/postgresql7/pkg-message
(Only the first 10 of 13 ports in this commit are shown above. )
Update PostgreSQL to 7.3.1[1]. Fixes builds for spac64. Many speed,
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
|
|
Tue, 19 Feb 2002
|
[ 08:23 vanilla ]
unknown databases/postgresql7/files/502.pgsql
unknown databases/postgresql7/Makefile
unknown databases/postgresql7/scripts/configure.postgresql
unknown databases/postgresql7/distinfo
unknown databases/postgresql7/files/patch-contrib-retep-build
unknown databases/postgresql7/files/patch-doc-makefile
unknown databases/postgresql7/files/patch-jdbc-Connection
unknown databases/postgresql7/files/patch-jdbc-build-xml
unknown databases/postgresql7/files/patch-jdbc-getdate
unknown databases/postgresql7/files/patch-src::backend::utils::init::findbe.c
(Only the first 10 of 23 ports in this commit are shown above. )
Upgrade to 7.2, and spilit into several ports.
|
|
Sat, 21 Apr 2001
|
[ 12:34 vanilla ]
unknown databases/postgresql7/Makefile
unknown databases/postgresql7/scripts/configure
unknown databases/postgresql7/scripts/configure.postgresql
unknown databases/postgresql7/scripts/createuser
unknown databases/postgresql7/distinfo
unknown databases/postgresql7/files/dot.cshrc.in
unknown databases/postgresql7/files/dot.profile.in
unknown databases/postgresql7/files/patch-aj
unknown databases/postgresql7/files/patch-ar
unknown databases/postgresql7/files/patch-as
(Only the first 10 of 34 ports in this commit are shown above. )
Upgrade to 7.1, change to new layout style.
|
|
Thu, 15 Mar 2001
|
[ 07:23 clive ]
unknown databases/postgresql7/files/dot.profile.in
unknown databases/postgresql7/pkg-deinstall
unknown databases/postgresql7/pkg-install
unknown databases/postgresql7/pkg-plist
Fix problems when installing postgresql7 with pkg_add: - pkg-install used
wrong uid# - chown lib dir *after* it is created - pkg-install created data
dir where Makefile didn't - add pkg-deinstall and remove user & group -
don't chown data dir, since we don't create it anymore - spell and
documentation fixes in the rc.d script
|
|
Tue, 30 Jan 2001
|
[ 07:27 jkoshy ]
unknown databases/postgresql7/pkg-install
Do not set the shell for user "pgsql" to `/bin/nologin' at package install
time: this breaks the rc.d script. Default to `/bin/sh' as a `make install'
would do.
|
Number of commits found: 10 |
|
| Latest Vulnerabilities |
|
12 vulnerabilities affecting 17 ports have been reported in the past 14 days
|
* - modified, not new All vulnerabilities
|
|