aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/extern.h
Commit message (Expand)AuthorAge
* Move declaration of ecpg_gettext() to a saner place.Tom Lane2019-11-07
* Avoid thread-safety problem in ecpglib.Tom Lane2019-01-21
* Add Oracle like handling of char arrays.Michael Meskes2018-03-14
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Fix inclusions of postgres_fe.h from .h files.Tom Lane2017-03-08
* pgindent run for 9.6Robert Haas2016-06-09
* Fix declaration of isarray variable.Michael Meskes2015-08-13
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* Use FLEXIBLE_ARRAY_MEMBER in a number of other places.Tom Lane2015-02-21
* This routine was calling ecpg_alloc to allocate to memory but did notMichael Meskes2015-02-05
* pgindent run for 9.4Bruce Momjian2014-05-06
* Split ecpg_execute() in constituent partsAlvaro Herrera2014-01-16
* Split ECPGdo() in constituent partsAlvaro Herrera2014-01-16
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Ecpglib stores variables that are used in DECLARE statements in a global list.Michael Meskes2012-01-05
* Add missing format attributesPeter Eisentraut2011-09-10
* Some cleanup in ecpg code:Michael Meskes2010-11-02
* Applied patch by Itagaki Takahiro to fix incorrect status calculation inMichael Meskes2010-10-14
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Added a configure test for "long long" datatypes. So far this is only used in...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
* Streamlined array handling code in libecpg a little bit, in the process fixin...Michael Meskes2010-02-04
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT]...Michael Meskes2010-01-15
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support toMichael Meskes2010-01-05
* Removed some unneeded variables and comparisonsMichael Meskes2009-05-20
* - Fixed segfault in ecpg when using an array element.Michael Meskes2008-02-07
* Re-enabled variables in fetch/move command.Michael Meskes2008-01-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* 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
* Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>Michael Meskes2007-09-30
* Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get pre...Michael Meskes2007-09-26
* Hopefully fixed missing CHAR_BIT symbolMichael Meskes2007-08-14
* - Finished major rewrite to use new protocol versionMichael Meskes2007-08-14
* Removed non-existant function from extern.hMichael Meskes2007-04-27
* - Added patch by Magnus Hagander <magnus@hagander.net> to use nativeMichael Meskes2007-03-29
* Removed compiler warning due to unneeded unsigned declaration.Michael Meskes2007-01-25
* Simplified regression handlingMichael Meskes2007-01-12
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Replaced double-quote-fix with a hopefully better version.Michael Meskes2006-08-23
* Add missing ecpg function prototype needed when in threaded mode ---Bruce Momjian2006-08-04
* Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...Michael Meskes2006-06-21
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* I have to admit that I got the case of the preprocessor symbol on amd64Bruce Momjian2005-07-04
* - Fixed memory leak in ecpglib by adding some missing free() commands.Michael Meskes2005-06-02