Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 8087F63CE09 for ; Tue, 27 Sep 2011 11:04:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5F4EF14A10A; Tue, 27 Sep 2011 11:04:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CB08E14A106 for ; Tue, 27 Sep 2011 11:04:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Z5xq4I7i06Qd for ; Tue, 27 Sep 2011 11:04:21 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 73CB414A0FF for ; Tue, 27 Sep 2011 11:04:21 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 61DD1175DD; Tue, 27 Sep 2011 11:04:21 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 27 Sep 2011 11:04:21 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/databases/postgresql83/patches To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20110927110421.61DD1175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Tue Sep 27 11:04:21 UTC 2011 Added Files: pkgsrc/databases/postgresql83/patches: patch-src_interfaces_ecpg_ecpglib_Makefile Log Message: Changes 8.3.16: * Fix bugs in indexing of in-doubt HOT-updated tuples * Fix multiple bugs in GiST index page split processing * Fix possible buffer overrun in tsvector_concat() * Fix crash in xml_recv when processing a "standalone" parameter * Avoid possibly accessing off the end of memory in "ANALYZE" and in SJIS-2004 encoding conversion * Fix race condition in relcache init file invalidation * Fix memory leak at end of a GiST index scan * Fix performance problem when constructing a large, lossy bitmap * Fix array- and path-creating functions to ensure padding bytes are zeroes * Work around gcc 4.6.0 bug that breaks WAL replay * Fix dump bug for VALUES in a view * Disallow SELECT FOR UPDATE/SHARE on sequences This operation doesn't work as expected and can lead to failures. * Defend against integer overflow when computing size of a hash table * Fix cases where "CLUSTER" might attempt to access already-removed TOAST data * Fix portability bugs in use of credentials control messages for "peer" authentication * Fix SSPI login when multiple roundtrips are required * Fix typo in pg_srand48 seed initialization * Avoid integer overflow when the sum of LIMIT and OFFSET values exceeds 2^63 * Add overflow checks to int4 and int8 versions of generate_series() * Fix trailing-zero removal in to_char() * Fix pg_size_pretty() to avoid overflow for inputs close to 2^63 * In pg_ctl, support silent mode for service registrations on Windows * Fix psql's counting of script file line numbers during COPY from a different file * more... To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 \ pkgsrc/databases/postgresql83/patches/patch-src_interfaces_ecpg_ecpglib_Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.