summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/compatlib/informix.c
AgeCommit message (Expand)Author
2025-02-12Remove unnecessary (char *) casts [mem]Peter Eisentraut
2024-08-07Revert ECPG's use of pnstrdup()Peter Eisentraut
2024-03-25ecpg: Fix return code for overflow in numeric conversionDaniel Gustafsson
2024-02-19ecpg: Fix zero-termination of string generated by intoasc()Michael Paquier
2021-01-28Make ecpg's rjulmdy() and rmdyjul() agree with their declarations.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2019-12-04Offer pnstrdup to frontend codeAlvaro Herrera
2019-11-28Remove useless "return;" linesAlvaro Herrera
2019-10-30Fix typos in the codeMichael Paquier
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-07-16Fix inconsistencies and typos in the treeMichael Paquier
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-09-05Remove unnecessary parentheses in return statementsPeter Eisentraut
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2015-06-15Check for out of memory when allocating sqlca.Michael Meskes
2015-06-12Fix intoasc() in Informix compat lib. This function used to be a noop.Michael Meskes
2013-05-29pgindent run for release 9.3Bruce Momjian
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2010-11-02Some cleanup in ecpg code:Michael Meskes
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-26Applied patch by Boszormenyi Zoltan <[email protected]> to add out-of-scope curs...Michael Meskes
2009-10-01Applied patch by Boszormenyi Zoltan <[email protected]> to fix memory leak in de...Michael Meskes
2009-09-03Removed some variables no longer needed.Michael Meskes
2009-08-14Made sure sqlca is reset for declare cursor in Informix mode as pointed out byMichael Meskes
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-05-20Removed unsigned/signed mismatches.Michael Meskes
2009-01-15NLS cleanup in ecpglibPeter Eisentraut
2008-11-01Do not eat memory even in case of an out-of-memory error.Michael Meskes
2008-05-16Add localization support to ecpg.Peter Eisentraut
2008-01-08informix.c was violating the coding rule about not including anyTom Lane
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-10-03Also created export list for pgytpeslib and compatlib.Michael Meskes
2007-10-03Use snprintf from libpgport in ecpg compatlib. Required sinceMagnus Hagander
2007-10-03Cleaned up ecpglib and renamed functions that do not need to be exported.Michael Meskes
2007-08-14- Finished major rewrite to use new protocol versionMichael Meskes
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-08-15Added lots of SoC stuff made by Joachim.Michael Meskes
2006-06-26Added some more coverity report patches send in by Joachim Wieland <joe@mckni...Michael Meskes
2006-06-25Remove individual user copyright because the code is contributed toBruce Momjian
2006-06-23Clarified copyright noticeMichael Meskes
2006-06-21Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...Michael Meskes
2006-04-24Fixed memory leak bugs found by Martijn Oosterhout.Michael Meskes
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2004-08-30Another pgindent run with lib typedefs added.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian