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
>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
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
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
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
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
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
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
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