Re: [COMMITTERS] pgsql: Stamp 9.1.0.

2011-09-09 Thread Robert Haas
On Thu, Sep 8, 2011 at 5:14 PM, Tom Lane wrote: > Stamp 9.1.0. And there was much rejoicing. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscript

[COMMITTERS] pgsql: Move Timestamp/Interval typedefs and basic macros into datatype/

2011-09-09 Thread Tom Lane
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. As per my recent proposal, this refactors things so that these typedefs and macros are available in a header that can be included in frontend-ish code. I also changed various headers that were undesirably including utils/

[COMMITTERS] pgsql: Simplify handling of the timezone GUC by making initdb choose th

2011-09-09 Thread Tom Lane
Simplify handling of the timezone GUC by making initdb choose the default. We were doing some amazingly complicated things in order to avoid running the very expensive identify_system_timezone() procedure during GUC initialization. But there is an obvious fix for that, which is to do it once duri

[COMMITTERS] pgsql: Try to un-break MSVC build.

2011-09-09 Thread Tom Lane
Try to un-break MSVC build. I thought we had enough infrastructure to absorb CPPFLAGS changes from the makefiles, but buildfarm says otherwise. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/5a8de2f2e7fd5d2265f30206743ba2dd51bff222 Modified Files -- src