Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id C584363B99A for ; Sat, 7 Feb 2009 17:44:42 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 6A51963B303; Sat, 7 Feb 2009 17:44:42 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 3D40A63B241 for ; Sat, 7 Feb 2009 17:44:41 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 2EBA3175D0; Sat, 7 Feb 2009 17:44:41 +0000 (UTC) From: Adam Ciarcinski Subject: CVS commit: pkgsrc/databases To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org Message-Id: <20090207174441.2EBA3175D0@cvs.netbsd.org> Date: Sat, 7 Feb 2009 17:44:41 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: adam Date: Sat Feb 7 17:44:41 UTC 2009 Modified Files: pkgsrc/databases/postgresql82: Makefile.common distinfo pkgsrc/databases/postgresql82-client: PLIST pkgsrc/databases/postgresql82-server: PLIST pkgsrc/databases/postgresql82/patches: patch-aa patch-ab Log Message: Changes 8.2.12: * Improve handling of URLs in headline() function * Improve handling of overlength headlines in headline() function * Prevent possible Assert failure or misconversion if an encoding conversion is created with the wrong conversion function for the specified pair of encodings * Fix possible Assert failure if a statement executed in PL/pgSQL is rewritten into another kind of statement, for example if an "INSERT" is rewritten into an "UPDATE" * Ensure that a snapshot is available to datatype input functions * Make it safer for SPI-using functions to be used within datatype I/O; in particular, to be used in domain check constraints * Avoid unnecessary locking of small tables in "VACUUM" * Fix a problem that made UPDATE RETURNING tableoid return zero instead of the correct OID * Fix planner misestimation of selectivity when transitive equality is applied to an outer-join clause This could result in bad plans for queries like ... from a left join b on a.a1 = b.b1 where a.a1 = 42 ... * Improve optimizer's handling of long IN lists This change avoids wasting large amounts of time on such lists when constraint exclusion is enabled. * Ensure that the contents of a holdable cursor don't depend on the contents of TOAST tables * Fix memory leak when a set-returning function is terminated without reading its whole result * Fix "contrib/dblink"'s dblink_get_result(text,bool) function * Fix possible garbage output from "contrib/sslinfo" functions * Fix configure script to properly report failure when unable to obtain linkage information for PL/Perl * Make all documentation reference pgsql-bugs and/or pgsql-hackers as appropriate, instead of the now-decommissioned pgsql-ports and pgsql-patches mailing lists * Update time zone data files to tzdata release 2009a (for Kathmandu and historical DST corrections in Switzerland, Cuba) To generate a diff of this commit: cvs rdiff -r1.14 -r1.15 pkgsrc/databases/postgresql82/Makefile.common \ pkgsrc/databases/postgresql82/distinfo cvs rdiff -r1.11 -r1.12 pkgsrc/databases/postgresql82-client/PLIST cvs rdiff -r1.8 -r1.9 pkgsrc/databases/postgresql82-server/PLIST cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql82/patches/patch-aa cvs rdiff -r1.4 -r1.5 pkgsrc/databases/postgresql82/patches/patch-ab Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.