]> granicus.if.org Git - postgresql/history - src/interfaces/ecpg/ecpglib/descriptor.c
Make the order of the header file includes consistent in non-backend modules.
[postgresql] / src / interfaces / ecpg / ecpglib / descriptor.c
2019-10-25 Amit KapilaMake the order of the header file includes consistent...
2019-09-20 Tom LaneRevert "Add DECLARE STATEMENT support to ECPG."
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-02-18 Michael MeskesAdd bytea datatype to ECPG.
2019-02-16 Michael MeskesAdd DECLARE STATEMENT support to ECPG.
2019-01-24 Tom LaneBlind attempt to fix _configthreadlocale() failures...
2019-01-21 Tom LaneSecond try at fixing ecpglib thread-safety problem.
2019-01-21 Tom LaneAvoid thread-safety problem in ecpglib.
2018-12-01 Tom LaneRename ecpg's various "extern.h" files to have distinct...
2018-06-16 Tom LaneAvoid unnecessary use of strncpy in a couple of places...
2018-04-08 Tom LaneSwitch client-side code to include catalog/pg_foo_d...
2017-09-05 Peter EisentrautRemove unnecessary parentheses in return statements
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2015-06-15 Michael MeskesCheck for out of memory when allocating sqlca.
2015-02-05 Michael MeskesThis routine was calling ecpg_alloc to allocate to...
2012-04-24 Robert HaasLots of doc corrections.
2012-03-14 Peter EisentrautAdd missing va_end() calls
2011-12-27 Peter EisentrautStandardize treatment of strcmp() return value
2011-09-11 Peter EisentrautRemove many -Wcast-qual warnings
2011-09-10 Peter EisentrautAdd missing format attributes
2011-04-12 Tom LaneSuppress compiler warnings about "value computed is...
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-05-25 Michael MeskesReplace self written 'long long int' configure test...
2010-05-20 Michael MeskesEcpg now accepts "long long" datatypes even if "long...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-15 Michael MeskesAdded correct error handling in DESCRIBE statement...
2010-01-15 Michael MeskesApplied patch by Boszormenyi Zoltan <zb@cybertec.at...
2009-08-07 Michael MeskesAdded STRING datatype for Informix compatibility mode...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-15 Peter EisentrautNLS cleanup in ecpglib
2008-05-16 Peter EisentrautAdd localization support to ecpg.
2008-01-15 Michael MeskesRe-enabled variables in fetch/move command.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-03 Tom LaneSuppress compiler warning in non-threaded build.
2007-10-03 Michael MeskesCleaned up ecpglib and renamed functions that do not...
2007-10-03 Michael MeskesHopefully fixed some stuff that causes Windows builds...
2007-10-02 Michael MeskesITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> added...
2007-08-14 Michael Meskes- Finished major rewrite to use new protocol version
2007-06-11 Michael MeskesFixed one memory leak in descriptor code.
2007-04-27 Michael MeskesInlined two functions to get rid of va_list problems...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-23 Michael MeskesSomehow my version compiled but the change didn't make...
2006-08-04 Michael MeskesRegression test updates and fixes
2006-07-05 Michael MeskesFixed remaining Coverity bugs.
2006-06-25 Michael MeskesMoved some free() calls that coverity correctly complai...
2006-06-21 Michael MeskesAdded fixed from the coverity report send in by Joachim...
2006-01-15 Neil ConwayWhen using GCC on AMD64 and PPC, ECPGget_variable(...
2005-11-30 Michael Meskes- Made several variables "const char *" instead of...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-07-05 Michael Meskes- Fixed indicator in SET DESCRIPTOR.
2004-07-04 Michael MeskesMade sure SET DESCRIPTOR accepts all data types includi...
2004-07-01 Michael MeskesRemoved unused variable and added a typecast.
2004-06-30 Michael MeskesAdded SET DESCRIPTOR command.
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Peter EisentrautMake ecpg SQLSTATE-aware. Map existing SQLCODE assignm...
2003-08-01 Michael Meskes- Added some Informix error codes in Informix mode.
2003-06-15 Bruce MomjianMake ecpg thread safe.
2003-05-30 Michael MeskesCreate a real prototype function for describe.
2003-03-16 Michael MeskesStarted working on a seperate pgtypes library. First...