summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/compatlib
AgeCommit message (Expand)Author
2015-06-15Check for out of memory when allocating sqlca.Michael Meskes
2015-06-13Fix intoasc() in Informix compat lib. This function used to be a noop.Michael Meskes
2015-05-19Revert error-throwing wrappers for the printf family of functions.Tom Lane
2015-05-18Add error-throwing wrappers for the printf family of functions.Noah Misch
2015-04-24Build every ECPG library with -DFRONTEND.Noah Misch
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-26Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs...Michael Meskes
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-10-01Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix memory leak in de...Michael Meskes
2009-09-03Removed some variables no longer needed.Michael Meskes
2009-08-27exports.txt needs to use spaces as separators, not tabs, to work properlyMagnus Hagander
2009-08-14Made sure sqlca is reset for declare cursor in Informix mode as pointed out byMichael Meskes
2009-08-07Added STRING datatype for Informix compatibility mode. This work isMichael Meskes
2009-07-13Stamp minor library version numbers for 8.5; sorry for the delay.Bruce Momjian
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
2009-01-01Update copyright for 2009.Bruce Momjian
2008-11-01Do not eat memory even in case of an out-of-memory error.Michael Meskes
2008-07-17Add MSVC++ debug libraries to .cvsignore.Alvaro Herrera
2008-05-18okay, looks like ecpg/compatlib needs -lintl too.Tom Lane
2008-05-16Add localization support to ecpg.Peter Eisentraut
2008-04-07Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut
2008-02-26Refactor the code that creates the shared library export files to appearPeter Eisentraut
2008-02-13Bump minor library version numbers for 8.4.Bruce Momjian
2008-01-08informix.c was violating the coding rule about not including anyTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-10-05Fix distprep and maintainer-clean targets so that ecpg's .def files areTom Lane
2007-10-05Add .cvsignore files to suppress CVS gripes about ecpg .def files.Tom Lane
2007-10-04DLL_DEFFILE should be defined when PORTNAME is win32, not when it isn't,Tom Lane
2007-10-04Replaced tabs by white spacesMichael Meskes
2007-10-04Removed newline at end of exports files.Michael Meskes
2007-10-04Added def-files to all: target so they are build everytime.Michael Meskes
2007-10-03Argh, missing dll in filenameMichael Meskes
2007-10-03Fix command for fetching snprintf.c.Tom Lane
2007-10-03This could be what's missing on some systems.Michael Meskes
2007-10-03Stripped two symbols that are needed.Michael Meskes
2007-10-03Also build snprintf from pgport if needed.Michael Meskes
2007-10-03Remove exports.list in clean target.Michael Meskes
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
2007-01-20Remove remains of old depend target.Peter Eisentraut
2007-01-05Stamp major release 8.3.0, and increment library version numbers.Bruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-10Install a cleaner solution to the AIX libpq linking problem, as perTom Lane
2006-08-28Partial fix for ecpg's VPATH problems. It compiles and successfullyTom Lane