Window Functions: patch for CommitFest:Nov. - Mailing list pgsql-hackers

From Hitoshi Harada
Subject Window Functions: patch for CommitFest:Nov.
Date
Msg-id e08cc0400810310721l22a6bb7kb6a300ce66443806@mail.gmail.com
Whole thread Raw
Responses Re: Window Functions: patch for CommitFest:Nov.
List pgsql-hackers
I have completed my work on the patch for commit fest.

[Design Doc]
http://umitanuki.net/pgsql/wfv08/design.html

[Patch itself]
http://umitanuki.net/pgsql/wfv08/window_functions.patch.20081031.gz

[Git repository]
http://git.postgresql.org/git/~davidfetter/window_functions/.git

All compiler warnings, bison conflicts and known crashes are fixed.
The sgml documentation including keyword (non-)reserved tables is
updated. Test cases are brushed up. A few improvements around APIs are
done and row_number()/rank() cases are optimized not to store all the
rows contained in the partition.

I hope it will come to 8.4.

Regards,

-- 
Hitoshi Harada


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Synchronous replication patch v1
Next
From: Tom Lane
Date:
Subject: Re: PG_PAGE_LAYOUT_VERSION 5 - time for change