CVS log for ports/databases/postgresql7/Attic/distinfo
Up to [FreeBSD] / ports / databases / postgresql7
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.36
Mon Jan 31 00:39:18 2005 UTC (7 years ago) by girgen
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.35: +0 -0 lines
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)
Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Nov 5 19:23:27 2004 UTC (7 years, 3 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +8 -8 lines
Update postgresql 7.3.7 -> 7.3.8 and 7.4.5 -> 7.4.6 due to security advisories in http://www.postgresql.org/news/234.html Note that postgresql 7.2.x is NOT being updated here since it is due for termination real soon now. Submitted by: maintainer, also referenced in ports/73142 (no patch)
Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Aug 31 13:46:52 2004 UTC (7 years, 5 months ago) by eik
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +8 -8 lines
- 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)
Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Jun 28 21:48:56 2004 UTC (7 years, 7 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +8 -8 lines
Upgrade to 7.4.3. PR: ports/68456 Submitted by: maintainer
Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Mar 11 14:45:42 2004 UTC (7 years, 11 months ago) by osa
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +8 -4 lines
Update to latest release 7.4.2. Release notes available at http://www.postgresql.org/news/173.html NOTICE: unlike most minor versions, this version does require some updates to the pg_* system tables. Full instructions for how to do this are included in the full HISTORY file. DO NOT UPGRADE WITHOUT READING THESE INSTRUCTIONS. SIZEfy. Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) PR: 64105
Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Dec 25 10:55:38 2003 UTC (8 years, 1 month ago) by seanc
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +4 -4 lines
Maintainer update to PostgreSQL 7.4.1. This release includes fixed ident authentication support for FreeBSD (been broken since 7.4). Merry Christmas to all, and to all a good night. Release notes: http://developer.postgresql.org/docs/postgres/release.html#RELEASE-7-4-1 Prompted by PR: ports/60542 Obtained from: maintainer
Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Dec 4 12:00:48 2003 UTC (8 years, 2 months ago) by seanc
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +4 -4 lines
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)
Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Aug 12 09:58:13 2003 UTC (8 years, 6 months ago) by osa
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +4 -4 lines
Update to 7.3.4 "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 <girgen@pingpong.net> (maintainer) PR: 55354
Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Jun 2 01:44:03 2003 UTC (8 years, 8 months ago) by nork
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +4 -4 lines
Update to 7.3.3. 1. Optionally link with libc_r to get plpython working. [1] 2. Fix kerberos build. [2] 3. There was a duplication of some declarations. [3] PR: ports/52851 PR: ports/51080 [2] Submitted by: Mike Meyer <mwm@mired.org> [1] Submitted by: Gerweck <andy@tacnode.com> [2] Pointed out by: Mike Harding <mvh@ix.netcom.com> [3] Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer)
Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Feb 6 20:46:51 2003 UTC (9 years ago) by seanc
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_8_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -4 lines
Update PostgreSQL to the maintenance release 7.3.2. Fixes numerous bugs especially with various interface libraries and pg_dump. All users are advised to upgrade. This update fixes all known problems with the postgresql7 port. See release notes for details: http://developer.postgresql.org/docs/postgres/release-7-3-2.html A dump/restore is *not* required when upgrading to this version. PR: ports/47983 [1], ports/47284 [2], ports/47808 [3] Submitted by: maintainer [1] Jason C. Wells [2] Michel Oosterhof <m.oosterhof@xs4all.nl> [3]
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Jan 4 08:47:23 2003 UTC (9 years, 1 month ago) by seanc
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -0 lines
Download the PostgreSQL documentation and MD5 for the test bundle. These should ideally be downloaded as needed to save bandwidth. Submitted by: Eric Hodel
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Jan 4 01:10:13 2003 UTC (9 years, 1 month ago) by seanc
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -3 lines
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
Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Oct 6 07:42:35 2002 UTC (9 years, 4 months ago) by pat
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -3 lines
Update to 7.2.3 and maintainer's email address. All advised to update to this version as soon as possible. Check PR description. PR: ports/43676 Submitted by: maintainer
Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Aug 26 08:12:39 2002 UTC (9 years, 5 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3 lines
Update to 7.2.2, which fixes several security bugs. Do not install documentation--it will be in a separate port. PR: 42009 Submitted by: Palle Girgensohn (maintainer)
Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Apr 11 04:58:10 2002 UTC (9 years, 10 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3 lines
upgrade to 7.2.1 PR: 36975 Submitted by: maintainer
Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Feb 19 08:23:21 2002 UTC (9 years, 11 months ago) by vanilla
Branches: MAIN
CVS tags: RELEASE_5_0_DP1
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -3 lines
Upgrade to 7.2, and spilit into several ports. PR: ports/34855 Submitted by: maintainer.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Aug 21 04:31:32 2001 UTC (10 years, 5 months ago) by clive
Branches: MAIN
CVS tags: RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
Update the PostgreSQL port to 7.1.3. A note about how to install languages into a PostgreSQL database is added. PR: ports/29916 Submitted by: Palle Girgensohn <girgen@partitur.se> (MAINTAINER) Michal Pasternak <doc@lublin.t1.pl> (the note)
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun May 27 12:10:49 2001 UTC (10 years, 8 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3 lines
upgrade to 7.1.2 PR: 27676 Submitted by: maintainer
Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed May 9 06:00:36 2001 UTC (10 years, 9 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -3 lines
Upgrade to 7.1.1 PR: ports/27220 Submitted by: maintainer
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Apr 21 11:34:32 2001 UTC (10 years, 9 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3 lines
Upgrade to 7.1, change to new layout style. PR: ports/26741 Submitted by: maintainer
Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Dec 11 03:22:04 2000 UTC (11 years, 2 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -4 lines
Update to version 7.0.3. PR: 23371 Submitted by: maintainer
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Jun 20 05:08:06 2000 UTC (11 years, 7 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -4 lines
Update to 7.0.2. Fix NOPORTDOCS support. Fix PLIST in many respects, especially for pgacess.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed May 24 14:11:18 2000 UTC (11 years, 8 months ago) by andreas
Branches: MAIN
CVS tags: RELEASE_3_5_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -1 lines
upgrade postgresql to v 7.0 release thanks for complete diffs ;-) closed PR PR: 18699 Obtained from: Palle Girgensohn <girgen@partitur.se>
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Apr 17 20:56:05 2000 UTC (11 years, 9 months ago) by andreas
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Update to postgresql 7 beta 5 closes PR PR: 17736
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jan 3 06:45:51 2000 UTC (12 years, 1 month ago) by andreas
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Long awaited upgrade to postgresql 6.5.3 Upgrade to pgaccess 0.98 follows PR: 15708 15034
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Oct 10 22:06:29 1999 UTC (12 years, 4 months ago) by cpiazza
Branches: MAIN
CVS tags: RELEASE_3_4_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Update to version 6.5.2. and.. <quote> This is a really small fix: - When compiling postgresql-jdbc, the compilation process presents a bad path to the installed jar-file. </quote> PR: 13838 PR: 13865 Submitted by: Palle Girgensohn <girgen@partitur.se>
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Jul 21 07:16:26 1999 UTC (12 years, 6 months ago) by andreas
Branches: MAIN
CVS tags: RELEASE_3_3_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Update postgresql to 6.5.1 maintenance release with bugfixes Thanks for the complete submission ! Submitted by: Palle Girgensohn <girgen@partitur.se>
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jun 29 20:21:23 1999 UTC (12 years, 7 months ago) by andreas
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
upgrade to postgresql 6.5 did some small modifications Obtained from: "Palle Girgensohn" <girgen@partitur.se>
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jan 19 21:18:31 1999 UTC (13 years ago) by andreas
Branches: MAIN
CVS tags: RELEASE_3_2_0, RELEASE_3_1_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Update from 6.4 to 6.4.2 Reviewed by: me Submitted by: David Kelly <dkelly@nebula.tbe.com>
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Nov 22 21:33:19 1998 UTC (13 years, 2 months ago) by scrappy
Branches: MAIN
CVS tags: RELEASE_2_2_8
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
Upgrade to PostgreSQL v6.4 From: Cyrus Rahman <cr@jcmax.com>
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Apr 21 21:51:53 1998 UTC (13 years, 9 months ago) by andreas
Branches: MAIN
CVS tags: RELEASE_3_0_0, RELEASE_2_2_7
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Upgrade postgresql to version 6.3.2 Many bugfixes and cosmetic changes Changes by Scrappy and me My additional changes: - had to link libpgtcl.so with the crypt library to get rid of the pgaccess error message, that crypt is missing - had to add -i option in the startup script, so that pgaccess is able to connect to the postmaster process - removed all unnecessary patches - updated PLIST Thanks to the postgresql developement team, who did a great job to simplify the postgresql port, by applying the patches and making the autoconf mechanism more consistent. Submitted by: The Hermit Hacker <scrappy@hub.org>
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Oct 30 14:34:25 1997 UTC (14 years, 3 months ago) by andreas
Branches: MAIN
CVS tags: RELEASE_2_2_6
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
update to 6.2.1, possibly more committs to come (PLIST)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Oct 3 14:13:34 1997 UTC (14 years, 4 months ago) by andreas
Branches: MAIN
CVS tags: RELEASE_2_2_5
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Upgrade from version 6.1.1 to 6.2 Please note: when performing a migration to 6.2 and you have an existing db, then you have to use the *new* pg_dumpall script that comes with this new postgresql release. The INSTALL file points this out explicitely !!! Changes: - startup script resides in FILESDIR - renamed it to be in sync with INSTALL file from sources - always install this startup script over an existing, because of the nature of the rc.d directory I can't install it to pgsql.sh-dist, if a pgsql.sh is already presend ... - portlint detected trailing whitespace, usage of perl with absolute path, usage of echo instead of ECHO and plenty things of this kind - post installation notes updated, mentioned the mailing list - copies the html pages as well to the share/doc directory (new manual dir) - had to update PLIST - shortened DESCR file, to match the 24 lines - added post build target, that reminds the admin how to proceed when already having a database -> INSTALL file describes migration - updated manpages
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Sep 27 21:43:49 1997 UTC (14 years, 4 months ago) by andreas
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Upgrade from 6.1 to 6.1.1
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Jun 14 19:40:03 1997 UTC (14 years, 8 months ago) by andreas
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Update from 6.0 to 6.1 Enabled locale support, please tell me, if this ok or causes trouble. Thanks.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Apr 10 19:14:42 1997 UTC (14 years, 10 months ago) by scrappy
Branches: MAIN
CVS tags: RELEASE_2_2_2
Update postgresql port from v1.09 to v6.0 using files from PostgreSQL port, which is going to be removed
