pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc Update to PostgreSQL 7.3.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d2d432a696ef
branches:  trunk
changeset: 481706:d2d432a696ef
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sun Oct 10 17:46:07 2004 +0000

description:
Update to PostgreSQL 7.3.7.

Changes:
     * Prevent possible loss of committed transactions during crash
       Due to insufficient interlocking between transaction commit and
       checkpointing, it was possible for transactions committed just
       before the most recent checkpoint to be lost, in whole or in part,
       following a database crash and restart. This is a serious bug that
       has existed since PostgreSQL 7.1.
     * Remove asymmetrical word processing in tsearch (Teodor)
     * Properly schema-qualify function names when pg_dump'ing a CAST

diffstat:

 databases/postgresql73-client/Makefile |  4 ++--
 databases/postgresql73-lib/Makefile    |  4 ++--
 databases/postgresql73-pltcl/Makefile  |  4 ++--
 databases/postgresql73-server/Makefile |  4 ++--
 databases/postgresql73/Makefile.common |  4 ++--
 databases/postgresql73/distinfo        |  6 +++---
 doc/CHANGES                            |  3 ++-
 7 files changed, 15 insertions(+), 14 deletions(-)

diffs (98 lines):

diff -r d7532eaed5b7 -r d2d432a696ef databases/postgresql73-client/Makefile
--- a/databases/postgresql73-client/Makefile    Sun Oct 10 17:45:24 2004 +0000
+++ b/databases/postgresql73-client/Makefile    Sun Oct 10 17:46:07 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2004/10/10 15:58:03 jdolecek Exp $
+# $NetBSD: Makefile,v 1.4 2004/10/10 17:46:07 jdolecek Exp $
 
 PKGNAME=               postgresql73-client-${BASE_VERS}
-PKGREVISION=   1
+PKGREVISION=           # empty
 SVR4_PKGNAME=          pstgc
 COMMENT=               PostgreSQL database client programs
 
diff -r d7532eaed5b7 -r d2d432a696ef databases/postgresql73-lib/Makefile
--- a/databases/postgresql73-lib/Makefile       Sun Oct 10 17:45:24 2004 +0000
+++ b/databases/postgresql73-lib/Makefile       Sun Oct 10 17:46:07 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2004/10/03 00:13:23 tv Exp $
+# $NetBSD: Makefile,v 1.3 2004/10/10 17:46:07 jdolecek Exp $
 
 PKGNAME=               postgresql73-lib-${BASE_VERS}
-PKGREVISION=   1
+PKGREVISION=           # empty
 SVR4_PKGNAME=          pstgl
 COMMENT=               PostgreSQL database headers and libraries
 
diff -r d7532eaed5b7 -r d2d432a696ef databases/postgresql73-pltcl/Makefile
--- a/databases/postgresql73-pltcl/Makefile     Sun Oct 10 17:45:24 2004 +0000
+++ b/databases/postgresql73-pltcl/Makefile     Sun Oct 10 17:46:07 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2004/10/03 00:13:23 tv Exp $
+# $NetBSD: Makefile,v 1.3 2004/10/10 17:46:07 jdolecek Exp $
 
 PKGNAME=               postgresql73-pltcl-${BASE_VERS}
-PKGREVISION=   1
+PKGREVISION=           # empty
 COMMENT=               PL/Tcl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql73-server>=${BASE_VERS}:../../databases/postgresql73-server
diff -r d7532eaed5b7 -r d2d432a696ef databases/postgresql73-server/Makefile
--- a/databases/postgresql73-server/Makefile    Sun Oct 10 17:45:24 2004 +0000
+++ b/databases/postgresql73-server/Makefile    Sun Oct 10 17:46:07 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2004/10/03 00:13:23 tv Exp $
+# $NetBSD: Makefile,v 1.3 2004/10/10 17:46:07 jdolecek Exp $
 
 PKGNAME=               postgresql73-server-${BASE_VERS}
-PKGREVISION=   1
+PKGREVISION=           # empty
 SVR4_PKGNAME=          pstgs
 COMMENT=               PostgreSQL database server programs
 
diff -r d7532eaed5b7 -r d2d432a696ef databases/postgresql73/Makefile.common
--- a/databases/postgresql73/Makefile.common    Sun Oct 10 17:45:24 2004 +0000
+++ b/databases/postgresql73/Makefile.common    Sun Oct 10 17:46:07 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2004/10/10 17:27:43 jdolecek Exp $
+# $NetBSD: Makefile.common,v 1.4 2004/10/10 17:46:07 jdolecek Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -33,7 +33,7 @@
 # BASE_VERS            pkgsrc-mangled version number (convert pl -> .)
 #
 # Note: Do not forget jdbc-postgresql when updating version
-DIST_VERS?=            7.3.6
+DIST_VERS?=            7.3.7
 BASE_VERS?=            ${DIST_VERS}
 
 BUILDLINK_DEPENDS.postgresql73-lib?=   postgresql73-lib>=${BASE_VERS}
diff -r d7532eaed5b7 -r d2d432a696ef databases/postgresql73/distinfo
--- a/databases/postgresql73/distinfo   Sun Oct 10 17:45:24 2004 +0000
+++ b/databases/postgresql73/distinfo   Sun Oct 10 17:46:07 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/07/24 22:14:40 recht Exp $
+$NetBSD: distinfo,v 1.2 2004/10/10 17:46:07 jdolecek Exp $
 
-SHA1 (postgresql-7.3.6.tar.gz) = 5135ed429a22f8290eece18d67a459716a80871a
-Size (postgresql-7.3.6.tar.gz) = 11288430 bytes
+SHA1 (postgresql-7.3.7.tar.gz) = 5c3c865146a531cb49427672483c9cba6f14ddf8
+Size (postgresql-7.3.7.tar.gz) = 11284024 bytes
 SHA1 (patch-aa) = 61fbeb664b0d89c83a36c79cca3fbdc78d6f5059
 SHA1 (patch-ac) = 5a647cc31873ae81a5bd5a6cf4ec6f44a43448e7
 SHA1 (patch-ad) = d9e010b38855bf9f1d7b85404ea6770066831093
diff -r d7532eaed5b7 -r d2d432a696ef doc/CHANGES
--- a/doc/CHANGES       Sun Oct 10 17:45:24 2004 +0000
+++ b/doc/CHANGES       Sun Oct 10 17:46:07 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.7394 2004/10/10 17:30:35 kim Exp $
+$NetBSD: CHANGES,v 1.7395 2004/10/10 17:46:07 jdolecek Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -4604,3 +4604,4 @@
        Updated jdbc-postgresql74 to 7.4.5 [jdolecek 2004-10-10]
        Updated prboom to 2.2.6 [snj 2004-10-10]
        Added rsnapshot-1.1.6 [kim 2004-10-10]
+       Updated postgresql73 to 7.3.7 [jdolecek 2004-10-10]



Home | Main Index | Thread Index | Old Index