Re: [HACKERS] window function v03 against HEAD

2008-08-20 Thread Hitoshi Harada
2008/8/1 David Fetter <[EMAIL PROTECTED]>: > On Thu, Jul 31, 2008 at 11:00:15PM +0900, Hitoshi Harada wrote: >> 2008/7/31 David Fetter <[EMAIL PROTECTED]>: >> > >> > Sorry about that. Apparently, at least the way things are set up, >> > there's a *lot* of history you can rewind. Further changes s

Re: [HACKERS] window function v03 against HEAD

2008-07-31 Thread David Fetter
On Fri, Aug 01, 2008 at 02:13:52AM +0900, Hitoshi Harada wrote: > 2008/8/1 David Fetter <[EMAIL PROTECTED]>: > > 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. > > Thank

Re: [HACKERS] window function v03 against HEAD

2008-07-31 Thread Hitoshi Harada
2008/8/1 David Fetter <[EMAIL PROTECTED]>: > 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. Thank you for your consideration. But right now, I'm going to be off for three da

Re: [HACKERS] window function v03 against HEAD

2008-07-31 Thread David Fetter
On Thu, Jul 31, 2008 at 11:00:15PM +0900, Hitoshi Harada wrote: > 2008/7/31 David Fetter <[EMAIL PROTECTED]>: > > > > 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,

Re: [HACKERS] window function v03 against HEAD

2008-07-31 Thread Hitoshi Harada
2008/7/31 David Fetter <[EMAIL PROTECTED]>: > On Thu, Jul 31, 2008 at 02:46:29PM +0900, Hitoshi Harada wrote: >> 2008/7/31 David Fetter <[EMAIL PROTECTED]>: >> > On Thu, Jul 31, 2008 at 02:12:26PM +0900, Hitoshi Harada wrote: >> >> 2008/7/29 David Fetter <[EMAIL PROTECTED]>: >> >> > On Mon, Jul 28,

Re: [HACKERS] window function v03 against HEAD

2008-07-30 Thread David Fetter
On Thu, Jul 31, 2008 at 02:46:29PM +0900, Hitoshi Harada wrote: > 2008/7/31 David Fetter <[EMAIL PROTECTED]>: > > On Thu, Jul 31, 2008 at 02:12:26PM +0900, Hitoshi Harada wrote: > >> 2008/7/29 David Fetter <[EMAIL PROTECTED]>: > >> > On Mon, Jul 28, 2008 at 07:25:55PM +0900, H.Harada wrote: > >> >>

Re: [HACKERS] window function v03 against HEAD

2008-07-30 Thread Hitoshi Harada
2008/7/31 David Fetter <[EMAIL PROTECTED]>: > On Thu, Jul 31, 2008 at 02:12:26PM +0900, Hitoshi Harada wrote: >> 2008/7/29 David Fetter <[EMAIL PROTECTED]>: >> > On Mon, Jul 28, 2008 at 07:25:55PM +0900, H.Harada wrote: >> >> I happily announce that the first design of window function was >> >> fin

Re: [HACKERS] window function v03 against HEAD

2008-07-30 Thread David Fetter
On Thu, Jul 31, 2008 at 02:12:26PM +0900, Hitoshi Harada wrote: > 2008/7/29 David Fetter <[EMAIL PROTECTED]>: > > On Mon, Jul 28, 2008 at 07:25:55PM +0900, H.Harada wrote: > >> I happily announce that the first design of window function was > >> finished and the patch against HEAD is released onlin

Re: [HACKERS] window function v03 against HEAD

2008-07-30 Thread Hitoshi Harada
2008/7/29 David Fetter <[EMAIL PROTECTED]>: > On Mon, Jul 28, 2008 at 07:25:55PM +0900, H.Harada wrote: >> I happily announce that the first design of window function was >> finished and the patch against HEAD is released online. See >> http://umitanuki.net/pgsql/wfv03/design.html > > I've put up a

Re: [HACKERS] window function v03 against HEAD

2008-07-28 Thread David Fetter
On Mon, Jul 28, 2008 at 07:25:55PM +0900, H.Harada wrote: > I happily announce that the first design of window function was > finished and the patch against HEAD is released online. See > http://umitanuki.net/pgsql/wfv03/design.html I've put up a git repository at

[HACKERS] window function v03 against HEAD

2008-07-28 Thread H . Harada
I happily announce that the first design of window function was finished and the patch against HEAD is released online. See http://umitanuki.net/pgsql/wfv03/design.html The window functions such like row_number(), rank(), dense_rank(), percent_rank() are experimentally defined within the patch as