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

From: meskes(at)svr1(dot)postgresql(dot)org (Michael Meskes)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/interfaces/ecpg ChangeLog com ...
Date: 2003-07-01 12:40:52
Message-ID: 20030701124052.8E3DA310A55@svr1.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: meskes(at)svr1(dot)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2003-07-01 13:49:49 pgsql-server/src/backend/libpq be-secure.c
Previous Message Tom Lane 2003-07-01 01:28:33 pgsql-server/src/backend/catalog pg_proc.c