Committed patches; initdb required - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Committed patches; initdb required
Date
Msg-id 3A06DF1F.C018022A@alumni.caltech.edu
Whole thread Raw
List pgsql-hackers
I've committed patches to do the following:

o Support AT TIME ZONE date/time syntax.

o Fix INTERVAL mixed-sign output representation. "ISO format" has
changed a little, and no longer uses the "AGO" qualifier but instead
uses signed numbers.

o Allow functions called with untyped constant strings to fall back to a
string type if available. Previously, PostgreSQL refused to chose
between types from different categories (e.g. string vs numeric).

o Add tests for OUTER JOIN syntax to the regression test. Needs more
work.

Since a couple of functions were added to pg_proc, an initdb is required
(sorry!).
                     - Thomas


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Need a debugging tip or two
Next
From: Thomas Lockhart
Date:
Subject: Type resolution for operators