WIP patch for basic window frame support - Mailing list pgsql-hackers

From Tom Lane
Subject WIP patch for basic window frame support
Date
Msg-id 1401.1230670191@sss.pgh.pa.us
Whole thread Raw
Responses Re: WIP patch for basic window frame support  ("Hitoshi Harada" <umi.tanuki@gmail.com>)
List pgsql-hackers
No docs or regression tests yet, but it seems to work ... please check
against Oracle and DB2 behavior.  Supported cases are

    RANGE UNBOUNDED PRECEDING    -- same as AND CURRENT ROW
    RANGE BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW
    RANGE BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING
    ROWS UNBOUNDED PRECEDING    -- same as AND CURRENT ROW
    ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW
    ROWS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING

            regards, tom lane


Attachment

pgsql-hackers by date:

Previous
From: Devrim GÜNDÜZ
Date:
Subject: New shapshot RPMs (Dec 29, 2008) are ready for testing
Next
From: "Jaime Casanova"
Date:
Subject: Re: about truncate