Thread: pgsql-server/src/interfaces/ecpg ChangeLog com ...

pgsql-server/src/interfaces/ecpg ChangeLog com ...

From
meskes@svr1.postgresql.org (Michael Meskes)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    meskes@svr1.postgresql.org    03/07/01 09:40:52

Modified files:
    src/interfaces/ecpg: ChangeLog
    src/interfaces/ecpg/compatlib: informix.c
    src/interfaces/ecpg/ecpglib: connect.c data.c execute.c misc.c
                                 typename.c
    src/interfaces/ecpg/include: decimal.h ecpgtype.h
                                 pgtypes_numeric.h sqltypes.h
    src/interfaces/ecpg/pgtypeslib: numeric.c timestamp.c
    src/interfaces/ecpg/preproc: preproc.y type.c
    src/interfaces/ecpg/test: Makefile num_test.pgc
                              test_informix.pgc

Log message:
    Use ISO dates in pgtypeslib by default.
    Applied patch by Philip Yarra to fix some thread issues.
    Added a new data type "decimal" which is mostly the same as our
    "numeric" but uses a fixed length array to store the digits. This is
    for compatibility with Informix and maybe others.