Re: window function v03 against HEAD - Mailing list pgsql-hackers

From Hitoshi Harada
Subject Re: window function v03 against HEAD
Date
Msg-id e08cc0400808200743k509fb6aayda4c07c6a2b570d5@mail.gmail.com
Whole thread Raw
In response to Re: window function v03 against HEAD  (David Fetter <david@fetter.org>)
List pgsql-hackers
2008/8/1 David Fetter <david@fetter.org>:
> On Thu, Jul 31, 2008 at 11:00:15PM +0900, Hitoshi Harada wrote:
>> 2008/7/31 David Fetter <david@fetter.org>:
>> >
>> > Sorry about that.  Apparently, at least the way things are set up,
>> > there's a *lot* of history you can rewind.  Further changes should
>> > move pretty quickly :)
>>
>> Thankfully, I succeeded to learn about git and started to use it on
>> my local.  Then I read through the -hackers list about it but some
>> points are still not clear.
>
> I guess we'll all learn at once :)
>
>> - Am I eligible to push
>>   git.postgresql.org/git/~davidfetter/window_functions?
>
> You will be as soon as I can arrange it.  I may move or re-create that
> repository.  Please send me a username and an RSA public key so I can
> give you git-shell access.

I've pushed my work into David's git hosting.
http://git.postgresql.org/?p=~davidfetter/window_functions/.git;a=summary

The DISTNCT fix which overlaps much of my patch were merged. And some
bugs were fixed while adding regression test for window functions.
Documantation is still out of order, because some points are
uncertain, including window function design. Up to now, I started to
think about new pg catalog for them (e.g. pg_wfunc).

If anyone is interested this patch please clone source tree from
git.postgresql.org and send me patch along with comments.

Regards,


--
Hitoshi Harada

Attachment

pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: Patch: plan invalidation vs stored procedures
Next
From: Zdenek Kotala
Date:
Subject: Questions about HeapTupleHeaderData