]> granicus.if.org Git - postgresql/commit
Use ISO dates in pgtypeslib by default.
authorMichael Meskes <meskes@postgresql.org>
Tue, 1 Jul 2003 12:40:52 +0000 (12:40 +0000)
committerMichael Meskes <meskes@postgresql.org>
Tue, 1 Jul 2003 12:40:52 +0000 (12:40 +0000)
commit2bdd2e5dcff20e4cf5987c901a71b794808d582b
treee158aaeb7ac2ab4db9e2e738e6be2aefa9cf4a50
parentf973b74583c24e28ff8977d0fdd455474705604a
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.
18 files changed:
src/interfaces/ecpg/ChangeLog
src/interfaces/ecpg/compatlib/informix.c
src/interfaces/ecpg/ecpglib/connect.c
src/interfaces/ecpg/ecpglib/data.c
src/interfaces/ecpg/ecpglib/execute.c
src/interfaces/ecpg/ecpglib/misc.c
src/interfaces/ecpg/ecpglib/typename.c
src/interfaces/ecpg/include/decimal.h
src/interfaces/ecpg/include/ecpgtype.h
src/interfaces/ecpg/include/pgtypes_numeric.h
src/interfaces/ecpg/include/sqltypes.h
src/interfaces/ecpg/pgtypeslib/numeric.c
src/interfaces/ecpg/pgtypeslib/timestamp.c
src/interfaces/ecpg/preproc/preproc.y
src/interfaces/ecpg/preproc/type.c
src/interfaces/ecpg/test/Makefile
src/interfaces/ecpg/test/num_test.pgc
src/interfaces/ecpg/test/test_informix.pgc