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