summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/descriptor.c
AgeCommit message (Expand)Author
2020-07-27Fix handling of structure for bytea data type in ECPGMichael Paquier
2019-11-25Make the order of the header file includes consistent.Amit Kapila
2019-11-07Remove HAVE_LONG_LONG_INTPeter Eisentraut
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-09-20Revert "Add DECLARE STATEMENT support to ECPG."Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-02-18Add bytea datatype to ECPG.Michael Meskes
2019-02-16Add DECLARE STATEMENT support to ECPG.Michael Meskes
2019-01-23Blind attempt to fix _configthreadlocale() failures on MinGW.Tom Lane
2019-01-21Second try at fixing ecpglib thread-safety problem.Tom Lane
2019-01-21Avoid thread-safety problem in ecpglib.Tom Lane
2018-12-01Rename ecpg's various "extern.h" files to have distinct names.Tom Lane
2018-06-16Avoid unnecessary use of strncpy in a couple of places in ecpg.Tom Lane
2018-04-08Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane
2017-09-05Remove unnecessary parentheses in return statementsPeter Eisentraut
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2015-06-15Check for out of memory when allocating sqlca.Michael Meskes
2015-02-05This routine was calling ecpg_alloc to allocate to memory but did notMichael Meskes
2012-04-23Lots of doc corrections.Robert Haas
2012-03-14Add missing va_end() callsPeter Eisentraut
2011-12-27Standardize treatment of strcmp() return valuePeter Eisentraut
2011-09-11Remove many -Wcast-qual warningsPeter Eisentraut
2011-09-10Add missing format attributesPeter Eisentraut
2011-04-12Suppress compiler warnings about "value computed is not used".Tom Lane
2011-04-11Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-05-25Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG...Michael Meskes
2010-05-20Ecpg now accepts "long long" datatypes even if "long" is 64bit wide. This use...Michael Meskes
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-15Added correct error handling in DESCRIBE statement processing by Boszormenyi ...Michael Meskes
2010-01-15Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT]...Michael Meskes
2009-08-07Added STRING datatype for Informix compatibility mode. This work isMichael Meskes
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-15NLS cleanup in ecpglibPeter Eisentraut
2008-05-16Add localization support to ecpg.Peter Eisentraut
2008-01-15Re-enabled variables in fetch/move command.Michael Meskes
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-10-03Suppress compiler warning in non-threaded build.Tom Lane
2007-10-03Cleaned up ecpglib and renamed functions that do not need to be exported.Michael Meskes
2007-10-03Hopefully fixed some stuff that causes Windows builds to fail.Michael Meskes
2007-10-02ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> added thread-safeMichael Meskes
2007-08-14- Finished major rewrite to use new protocol versionMichael Meskes
2007-06-11Fixed one memory leak in descriptor code.Michael Meskes
2007-04-27Inlined two functions to get rid of va_list problems on some archs.Michael Meskes
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-08-23Somehow my version compiled but the change didn't make it to CVS.Michael Meskes
2006-08-04Regression test updates and fixesMichael Meskes
2006-07-05Fixed remaining Coverity bugs.Michael Meskes
2006-06-25Moved some free() calls that coverity correctly complains about.Michael Meskes