]> granicus.if.org Git - postgresql/history - src/interfaces/ecpg/ecpglib/misc.c
Make getpid() use %d consistently for printing.
[postgresql] / src / interfaces / ecpg / ecpglib / misc.c
2004-10-09 Bruce MomjianMake getpid() use %d consistently for printing.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-06-27 Michael Meskes- Only use typedefs inside their scope.
2004-03-14 Bruce MomjianFix ecpg_sqlca_key_destructor to return void.
2004-03-14 Michael Meskes- Fixed Informix compat math functions to cope with...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-24 Peter EisentrautRename USE_THREADS to ENABLE_THREAD_SAFETY to avoid...
2003-10-21 Tom LaneCope with platforms that offer LONGLONG_MIN in place...
2003-09-09 Michael Meskes- Added Dave patch for Informix handling of numeric...
2003-08-08 Peter EisentrautFix null checking of type decimal datums without indica...
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Peter EisentrautMake ecpg SQLSTATE-aware. Map existing SQLCODE assignm...
2003-08-01 Michael Meskes- Added some Informix error codes in Informix mode.
2003-07-17 Michael MeskesFixed some bugs in Informix compat functions.
2003-07-01 Michael MeskesUse ISO dates in pgtypeslib by default.
2003-06-26 Bruce MomjianWrap LONG_LONG_MIN redfinition around HAVE_LONG_LONG_IN...
2003-06-26 Bruce MomjianFix compile problem for missing LONG_LONG_MIN on BSD/OS.
2003-06-25 Michael MeskesSome systems need another header file included.
2003-06-25 Michael MeskesImplemented Informix special way to treat NULLs, remove...
2003-06-15 Bruce MomjianEcpg cleanups for prototypes.
2003-06-15 Bruce MomjianMake ecpg thread safe.
2003-03-21 Michael MeskesDo not free prepares statements at the end of a transac...
2003-03-16 Michael MeskesStarted working on a seperate pgtypes library. First...