Window Functions: patch for CommitFest:Nov.

From: "Hitoshi Harada" <umi(dot)tanuki(at)gmail(dot)com>
To: "PostgreSQL Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Window Functions: patch for CommitFest:Nov.
Date: 2008-10-31 14:21:29
Message-ID: e08cc0400810310721l22a6bb7kb6a300ce66443806@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-10-31 14:21:59 Re: PG_PAGE_LAYOUT_VERSION 5 - time for change
Previous Message Heikki Linnakangas 2008-10-31 14:12:53 Re: Synchronous replication patch v1