Re: [PROPOSAL] Temporal query processing with range types - Mailing list pgsql-hackers

From Andres Freund
Subject Re: [PROPOSAL] Temporal query processing with range types
Date
Msg-id 20170405232426.526xwjb5btpwajih@alap3.anarazel.de
Whole thread Raw
In response to Re: [PROPOSAL] Temporal query processing with range types  (Peter Moser <pitiz29a@gmail.com>)
List pgsql-hackers
Hi,

On 2017-03-30 14:11:28 +0200, Peter Moser wrote:
> 2017-03-01 10:56 GMT+01:00 Peter Moser <pitiz29a@gmail.com>:
> > A similar walkthrough for ALIGN will follow soon.
> >
> > We are thankful for any suggestion or ideas, to be used to write a
> > good SGML documentation.
> 
> The attached README explains the ALIGN operation step-by-step with a
> TEMPORAL LEFT OUTER JOIN example. That is, we start from a query
> input, show how we rewrite it during parser stage, and show how the
> final execution generates result tuples.

Unfortunately I don't think this patch has received sufficient design
and implementation to consider merging it into v10.  As code freeze is
in two days, I think we'll have to move this to the next commitfest.

- Andres



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: LWLock optimization for multicore Power machines
Next
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Collect and use multi-column dependency stats