aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/descriptor.c
Commit message (Expand)AuthorAge
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* NLS cleanup in ecpglibPeter Eisentraut2009-01-15
* Add localization support to ecpg.Peter Eisentraut2008-05-16
* Re-enabled variables in fetch/move command.Michael Meskes2008-01-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Suppress compiler warning in non-threaded build.Tom Lane2007-10-03
* Cleaned up ecpglib and renamed functions that do not need to be exported.Michael Meskes2007-10-03
* Hopefully fixed some stuff that causes Windows builds to fail.Michael Meskes2007-10-03
* ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> added thread-safeMichael Meskes2007-10-02
* - Finished major rewrite to use new protocol versionMichael Meskes2007-08-14
* Fixed one memory leak in descriptor code.Michael Meskes2007-06-11
* Inlined two functions to get rid of va_list problems on some archs.Michael Meskes2007-04-27
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Somehow my version compiled but the change didn't make it to CVS.Michael Meskes2006-08-23
* Regression test updates and fixesMichael Meskes2006-08-04
* Fixed remaining Coverity bugs.Michael Meskes2006-07-05
* Moved some free() calls that coverity correctly complains about.Michael Meskes2006-06-25
* Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...Michael Meskes2006-06-21
* When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, notNeil Conway2006-01-15
* - Made several variables "const char *" instead of "char *" as proposed by Qi...Michael Meskes2005-11-30
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* - Fixed indicator in SET DESCRIPTOR.Michael Meskes2004-07-05
* Made sure SET DESCRIPTOR accepts all data types including constants.Michael Meskes2004-07-04
* Removed unused variable and added a typecast.Michael Meskes2004-07-01
* Added SET DESCRIPTOR command.Michael Meskes2004-06-30
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* pgindent run.Bruce Momjian2003-08-04
* Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,Peter Eisentraut2003-08-01
* - Added some Informix error codes in Informix mode.Michael Meskes2003-08-01
* Make ecpg thread safe.Bruce Momjian2003-06-15
* Create a real prototype function for describe.Michael Meskes2003-05-30
* Started working on a seperate pgtypes library. First test work. PLEASE test c...Michael Meskes2003-03-16