]> granicus.if.org Git - postgresql/history - src/interfaces/ecpg/compatlib/informix.c
Make the order of the header file includes consistent in non-backend modules.
[postgresql] / src / interfaces / ecpg / compatlib / informix.c
2019-10-25 Amit KapilaMake the order of the header file includes consistent...
2019-08-13 Michael PaquierFix inconsistencies and typos in the tree, take 10
2019-07-16 Michael PaquierFix inconsistencies and typos in the tree
2017-11-10 Peter EisentrautAdd some const decorations to prototypes
2017-09-05 Peter EisentrautRemove unnecessary parentheses in return statements
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2016-06-09 Robert Haaspgindent run for 9.6
2015-06-15 Michael MeskesCheck for out of memory when allocating sqlca.
2015-06-12 Michael MeskesFix intoasc() in Informix compat lib. This function...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2010-11-02 Michael MeskesSome cleanup in ecpg code:
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-26 Michael MeskesApplied patch by Boszormenyi Zoltan <zb@cybertec.at...
2009-10-01 Michael MeskesApplied patch by Boszormenyi Zoltan <zb@cybertec.at...
2009-09-03 Michael MeskesRemoved some variables no longer needed.
2009-08-14 Michael MeskesMade sure sqlca is reset for declare cursor in Informix...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-20 Michael MeskesRemoved unsigned/signed mismatches.
2009-01-15 Peter EisentrautNLS cleanup in ecpglib
2008-11-01 Michael MeskesDo not eat memory even in case of an out-of-memory...
2008-05-16 Peter EisentrautAdd localization support to ecpg.
2008-01-08 Tom Laneinformix.c was violating the coding rule about not...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-03 Michael MeskesAlso created export list for pgytpeslib and compatlib.
2007-10-03 Magnus HaganderUse snprintf from libpgport in ecpg compatlib. Required...
2007-10-03 Michael MeskesCleaned up ecpglib and renamed functions that do not...
2007-08-14 Michael Meskes- Finished major rewrite to use new protocol version
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-15 Michael MeskesAdded lots of SoC stuff made by Joachim.
2006-06-26 Michael MeskesAdded some more coverity report patches send in by...
2006-06-25 Bruce MomjianRemove individual user copyright because the code is...
2006-06-23 Michael MeskesClarified copyright notice
2006-06-21 Michael MeskesAdded fixed from the coverity report send in by Joachim...
2006-04-24 Michael MeskesFixed memory leak bugs found by Martijn Oosterhout.
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-06-27 Michael Meskes- Only use typedefs inside their scope.
2004-03-14 Michael Meskes- Fixed Informix compat math functions to cope with...
2004-01-04 Tom LaneFix portability bugs: char values passed to <ctype...
2003-12-18 Peter EisentrautForgot to change one compatlib.h.
2003-11-03 Michael MeskesFixed potentially uninitialized memory bug in compatlib.
2003-10-30 Michael MeskesApplied patch by Dave Cramer to fix several bugs in...
2003-10-07 Michael MeskesFixed error handling in Informix compat str to date...
2003-10-06 Michael Meskes- Fixed constant listing in execute using clause.
2003-10-03 Michael MeskesHide Informix datatypes. They are not seen by our built...
2003-09-22 Michael Meskes- Fixed order mismatch in processing "using" arguments.
2003-09-20 Michael Meskes- Renamed my own strndup() function because of a name...
2003-09-19 Michael MeskesRemoved superfluous return statement in get_data.
2003-09-10 Michael MeskesSome uppercase type definitions were left.
2003-09-09 Michael Meskes- Added Dave patch for Informix handling of numeric...
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneFix a few of the more blatantly unportable constructs...
2003-08-01 Michael Meskes- Added some Informix error codes in Informix mode.
2003-07-17 Michael MeskesFixed some bugs in Informix compat functions.
2003-07-16 Michael MeskesApplied patch to fix two compatibility functions.
2003-07-09 Michael MeskesFixed some Informix compat functions so they handle...
2003-07-08 Michael MeskesMore informix fixes.
2003-07-02 Michael MeskesFixed initialization bug and added postgres_fe.h to...
2003-07-01 Bruce MomjianFix ecpg typo --- change ;; to ;.
2003-07-01 Michael MeskesUse ISO dates in pgtypeslib by default.
2003-06-25 Michael MeskesImplemented Informix special way to treat NULLs, remove...
2003-06-20 Michael MeskesJust another Informix compatibility change. They uses...
2003-06-19 Michael MeskesFixed fetch into char * and added missing prototype...
2003-06-13 Michael Meskes- Enable FETCH without INTO.
2003-05-22 Peter EisentrautFix compilation on Cygwin.
2003-05-14 Michael Meskes - Added more compatibility functions.
2003-05-06 Michael MeskesAdded rfmtlong compatibility function.
2003-04-10 Michael MeskesInformix fixes.
2003-04-08 Michael MeskesAdded some more informix compatibility functions.
2003-04-03 Bruce MomjianAdd prototype for toupper/tolower().
2003-04-01 Michael MeskesMore patches for informix compatibility.
2003-03-30 Michael MeskesForgot two new files and one that was moved.