postgresql/src/interfaces/ecpg/preproc
Michael Meskes cf883ea95c - Made sure Informix style decimal vars are initialized. They use a
fixed amount of digits and not an allocated one. So we have to work
  around. PostgreSQL numeric type remains the same.
- In INFORMIX_SE mode with autcommit set, make all cursors be "with
  hold". Is this really they way SE behaves?
2003-06-29 16:52:58 +00:00
..
.cvsignore Add .cvsignore file so cvs doesn't complain if you have lex/yacc 1999-03-21 02:43:58 +00:00
c_keywords.c Fixed some bugs. 2003-06-10 17:46:43 +00:00
descriptor.c Changed variable parsing so struct[n].attr works. 2003-05-29 13:59:26 +00:00
ecpg_keywords.c Sync and some minor cleanup/fixing work plus an EXEC SQL DESCRIBE prototype. 2003-05-30 08:39:01 +00:00
ecpg.c Added just another compatibility level for Informix. 2003-06-26 11:37:05 +00:00
extern.h Added just another compatibility level for Informix. 2003-06-26 11:37:05 +00:00
keywords.c Implemented Informix special way to treat NULLs, removed warnings, synced. 2003-06-25 10:44:21 +00:00
Makefile Make ecpg thread safe. 2003-06-15 04:07:58 +00:00
output.c Implemented Informix special way to treat NULLs, removed warnings, synced. 2003-06-25 10:44:21 +00:00
pgc.l Added just another compatibility level for Informix. 2003-06-26 11:37:05 +00:00
preproc.y - Made sure Informix style decimal vars are initialized. They use a 2003-06-29 16:52:58 +00:00
type.c Create real array comparison functions (that use the element datatype's 2003-06-27 00:33:26 +00:00
type.h Changed variable parsing so struct[n].attr works. 2003-05-29 13:59:26 +00:00
variable.c Create real array comparison functions (that use the element datatype's 2003-06-27 00:33:26 +00:00