aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/compatlib/informix.c
Commit message (Expand)AuthorAge
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Offer pnstrdup to frontend codeAlvaro Herrera2019-12-04
* Remove useless "return;" linesAlvaro Herrera2019-11-28
* Fix typos in the codeMichael Paquier2019-10-30
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-25
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-16
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-05
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* pgindent run for 9.6Robert Haas2016-06-09
* Check for out of memory when allocating sqlca.Michael Meskes2015-06-15
* Fix intoasc() in Informix compat lib. This function used to be a noop.Michael Meskes2015-06-12
* pgindent run for release 9.3Bruce Momjian2013-05-29
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Some cleanup in ecpg code:Michael Meskes2010-11-02
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs...Michael Meskes2010-01-26
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix memory leak in de...Michael Meskes2009-10-01
* Removed some variables no longer needed.Michael Meskes2009-09-03
* Made sure sqlca is reset for declare cursor in Informix mode as pointed out byMichael Meskes2009-08-14
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Removed unsigned/signed mismatches.Michael Meskes2009-05-20
* NLS cleanup in ecpglibPeter Eisentraut2009-01-15
* Do not eat memory even in case of an out-of-memory error.Michael Meskes2008-11-01
* Add localization support to ecpg.Peter Eisentraut2008-05-16
* informix.c was violating the coding rule about not including anyTom Lane2008-01-08
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Also created export list for pgytpeslib and compatlib.Michael Meskes2007-10-03
* Use snprintf from libpgport in ecpg compatlib. Required sinceMagnus Hagander2007-10-03
* Cleaned up ecpglib and renamed functions that do not need to be exported.Michael Meskes2007-10-03
* - Finished major rewrite to use new protocol versionMichael Meskes2007-08-14
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Added lots of SoC stuff made by Joachim.Michael Meskes2006-08-15
* Added some more coverity report patches send in by Joachim Wieland <joe@mckni...Michael Meskes2006-06-26
* Remove individual user copyright because the code is contributed toBruce Momjian2006-06-25
* Clarified copyright noticeMichael Meskes2006-06-23
* Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...Michael Meskes2006-06-21
* Fixed memory leak bugs found by Martijn Oosterhout.Michael Meskes2006-04-24
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* - Only use typedefs inside their scope.Michael Meskes2004-06-27
* - Fixed Informix compat math functions to cope with the situationsMichael Meskes2004-03-14
* Fix portability bugs: char values passed to <ctype.h> functions mustTom Lane2004-01-04
* Forgot to change one compatlib.h.Peter Eisentraut2003-12-18
* Fixed potentially uninitialized memory bug in compatlib.Michael Meskes2003-11-03