pgsql-server/src backend/commands/variable.c b ...

From: tgl(at)developer(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/commands/variable.c b ...
Date: 2003-05-18 01:06:26
Message-ID: 20030518010626.58F5F924E12@developer.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)developer(dot)postgresql(dot)org 03/05/17 21:06:26

Modified files:
src/backend/commands: variable.c
src/backend/utils/adt: datetime.c
src/include/utils: datetime.h

Log message:
Add code to test for unknown timezone names (following some ideas from
Ross Reedstrom, a couple months back) and to detect timezones that are
using leap-second timekeeping. The unknown-zone-name test is pretty
heuristic and ugly, but it seems better than the old behavior of just
switching to GMT given a bad name. Also make DecodePosixTimezone() a
tad more robust.

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut - PostgreSQL 2003-05-18 20:55:57 pgsql-server/ oc/src/sgml/filelist.sgml oc/src ...
Previous Message Tom Lane 2003-05-17 15:53:13 pgsql-server/src/bin/pg_dump pg_dump.c

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-05-18 01:20:44 Re: Simplifying timezone support
Previous Message Alvaro Herrera 2003-05-17 23:14:25 Re: Static snapshot data