pgsql/src backend/access/transam/xact.c backen ...

Поиск
Список
Период
Сортировка
От thomas@postgresql.org
Тема pgsql/src backend/access/transam/xact.c backen ...
Дата
Msg-id 200109280809.f8S89Fc03563@postgresql.org
обсуждение исходный текст
Ответы Re: pgsql/src backend/access/transam/xact.c backen ...
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    thomas@postgresql.org    01/09/28 04:09:14

Modified files:
    src/backend/access/transam: xact.c
    src/backend/parser: gram.y parse_coerce.c parse_expr.c
                        parse_target.c
    src/backend/utils/adt: date.c datetime.c format_type.c
                           formatting.c nabstime.c timestamp.c
    src/include/access: xact.h
    src/include/catalog: catversion.h duplicate_oids pg_aggregate.h
                         pg_amop.h pg_amproc.h pg_opclass.h
                         pg_operator.h pg_proc.h pg_type.h
    src/include/utils: builtins.h date.h datetime.h formatting.h
                       nabstime.h timestamp.h

Log message:
    Measure the current transaction time to milliseconds.
    Define a new function, GetCurrentTransactionStartTimeUsec() to get the time
    to this precision.
    Allow now() and timestamp 'now' to use this higher precision result so
    we now have fractional seconds in this "constant".
    Add timestamp without time zone type.
    Move previous timestamp type to timestamp with time zone.
    Accept another ISO variant for date/time values: yyyy-mm-ddThh:mm:ss
    (note the "T" separating the day from hours information).
    Remove 'current' from date/time types; convert to 'now' in input.
    Separate time and timetz regression tests.
    Separate timestamp and timestamptz regression test.


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

Предыдущее
От: thomas@postgresql.org
Дата:
Сообщение: pgsql/doc/src/sgml datatype.sgml datetime.sgml ...
Следующее
От: momjian@postgresql.org
Дата:
Сообщение: pgsql/doc TODO