aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/descriptor.c
Commit message (Expand)AuthorAge
* Lots of doc corrections.Robert Haas2012-04-23
* Add missing va_end() callsPeter Eisentraut2012-03-14
* Standardize treatment of strcmp() return valuePeter Eisentraut2011-12-27
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-11
* Add missing format attributesPeter Eisentraut2011-09-10
* Suppress compiler warnings about "value computed is not used".Tom Lane2011-04-12
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-11
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG...Michael Meskes2010-05-25
* Ecpg now accepts "long long" datatypes even if "long" is 64bit wide. This use...Michael Meskes2010-05-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Added correct error handling in DESCRIBE statement processing by Boszormenyi ...Michael Meskes2010-01-15
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT]...Michael Meskes2010-01-15
* Added STRING datatype for Informix compatibility mode. This work isMichael Meskes2009-08-07
* 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