WITH RECURSIVE patches 0818

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgsql-patches(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: WITH RECURSIVE patches 0818
Date: 2008-08-18 07:38:52
Message-ID: 20080818.163852.105172778.t-ishii@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Hi,

Here is the latest WITH RECURSIVE patches against CVS HEAD. Besides
syncing to CVS HEAD, followings are main differences from previous
one:

1) Enhance sgml docs. Patches contributed by Jeff Davis.

2) Fix bug with plans using HashAggregate. Hash tables should be
recreated if recursive scan is used. Otherwise goes into infinite
recursion.

Also I include an implementation doc slightly enhanced previous one.
--
Tatsuo Ishii
SRA OSS, Inc. Japan

Attachment Content-Type Size
recursive_query.patch.gz application/octet-stream 31.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2008-08-18 07:47:06 Re: any psql static binary for iphone ?
Previous Message Pavel Stehule 2008-08-18 06:53:37 Re: proposal sql: labeled function params

Browse pgsql-patches by date

  From Date Subject
Next Message David Fetter 2008-08-19 05:14:14 Re: [HACKERS] WITH RECURSIVE patches 0818
Previous Message Xiao Meng 2008-08-18 01:46:06 hash index improving v3