Re: [PATCHES] Truncate Triggers

2008-03-27 Thread Tom Lane
Simon Riggs <[EMAIL PROTECTED]> writes: > Full implementation of truncate triggers on CVS HEAD, for Postgres 8.4 Applied with minor revisions. regards, tom lane -- Sent via pgsql-patches mailing list (pgsql-patches@postgresql.org) To make changes to your subscription: ht

Re: [PATCHES] ipcclean is excepted by windows.

2008-03-27 Thread Hiroshi Saito
>Hiroshi Saito wrote: >> Hi. >> >> As for windows, unnecessary garbage is processed. >> Please apply it. > >We have decided to remove ipcclean for all platforms so this patch is >no longer necessary. Yeah, thanks! Regards, Hiroshi Saito -- Sent via pgsql-patches mailing list (pgsql-patches@pos

Re: [PATCHES] libpq type system 0.9a

2008-03-27 Thread Merlin Moncure
On Tue, Mar 25, 2008 at 4:21 PM, Alvaro Herrera <[EMAIL PROTECTED]> wrote: > Merlin Moncure escribió: > > The latest version of libpq type system is available here: > > http://www.esilo.com/projects/postgresql/libpq/typesys-0.9a.tar.gz > > This patch is not in diff -c format ... please provide a

[PATCHES] Mutating EquivalenceClasses --- just a note for the archives

2008-03-27 Thread Tom Lane
I looked into Taiki Yamaguchi's recent bug report http://archives.postgresql.org/pgsql-bugs/2008-03/msg00275.php and soon figured out that the problem is that when planagg.c is able to optimize a MIN/MAX aggregate, it replaces the Aggref node(s) by Param nodes throughout the query targetlist and HA

Re: [PATCHES] Auto-explain patch

2008-03-27 Thread Simon Riggs
On Mon, 2008-01-28 at 09:21 +, Dean Rasheed wrote: > This is the patch allows logging of the explain plan for each query run, as > described here: > > http://archives.postgresql.org/pgsql-performance/2008-01/msg00245.php > > I hope this is useful. This looks very good, though I don't think

Re: [PATCHES] ipcclean is excepted by windows.

2008-03-27 Thread Bruce Momjian
Hiroshi Saito wrote: > Hi. > > As for windows, unnecessary garbage is processed. > Please apply it. We have decided to remove ipcclean for all platforms so this patch is no longer necessary. -- Bruce Momjian <[EMAIL PROTECTED]>http://momjian.us EnterpriseDB

Re: [PATCHES] Remove ipcclean

2008-03-27 Thread Bruce Momjian
Bruce Momjian wrote: > There are patch queue comments suggesting the removal of the ipcclean > command-line utility. ipcclean doesn't work on Windows, and it probably > doesn't work perfectly all Unixes either. > > The attached patch removes the utility, though some files will have to > be remove

Re: [PATCHES] Fix pg_dump dependency on postgres.h

2008-03-27 Thread Zdenek Kotala
Tom Lane napsal(a): Zdenek Kotala <[EMAIL PROTECTED]> writes: Thank your for Your and Alvaro's comments. I attached updated patch version only with YYSTYPE definition. Applied with minor revisions. I fixed pg_conversion.h as well; the only remaining special inclusions in the catalog header fi

Re: [PATCHES] V1.1 patch for TODO Item: SQL-language reference parameters by name.

2008-03-27 Thread Gevik Babakhani
Thank you for your comments. I will start working on a new version and send a patch for review when ready. Regards, Gevik. > -Original Message- > From: Tom Lane [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 26, 2008 9:49 PM > To: Gevik Babakhani > Cc: pgsql-patches@postgresql.org