pgsql/src/backend/utils/adt (datetime.c timestamp.c)

Поиск
Список
Период
Сортировка
От thomas@postgresql.org
Тема pgsql/src/backend/utils/adt (datetime.c timestamp.c)
Дата
Msg-id 200011061557.eA6Fv0p41783@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Monday, November  6, 2000 @ 10:57:00
Author: thomas

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/utils/adt
     from hub.org:/home/projects/pgsql/developers/thomas/CURRENT/pgsql/src/backend/utils/adt

Modified Files:
    datetime.c timestamp.c

-----------------------------  Log Message  -----------------------------

Fix INTERVAL output when year/month has different sign as day/hour etc.
 Previously, all fields were unsigned, with only a trailing "ago" to
 indicate negative intervals. Now, ISO format does not use "ago", and
 and the traditional PostgreSQL format has the first numeric field unsigned
 with "ago" supporting that field. So "1 month - 2 days ago" is two days
 less than a month in the past.
Fix interval arithmetic across daylight savings time boundaries.
 Previously, most math across boundaries introduced a one hour offset.
Allow some date/time functions to return NULL if called with NULL args.
Implement functions for AT TIME ZONE support.
Support "SAT" as an Australian time zone if USE_AUSTRALIAN_RULES
 is defined.


В списке pgsql-committers по дате отправления:

Предыдущее
От: thomas@postgresql.org
Дата:
Сообщение: pgsql/src/backend/parser (gram.y keywords.c)
Следующее
От: thomas@postgresql.org
Дата:
Сообщение: pgsql/src/include/catalog (catversion.h pg_proc.h)