summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/compatlib/Makefile
AgeCommit message (Expand)Author
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-01-02Update copyright for the year 2010.Bruce Momjian
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-01-01Update copyright for 2009.Bruce Momjian
2008-05-18okay, looks like ecpg/compatlib needs -lintl too.Tom Lane
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-01Update copyrights in source tree to 2008.Bruce Momjian
2007-10-05Fix distprep and maintainer-clean targets so that ecpg's .def files areTom Lane
2007-10-04DLL_DEFFILE should be defined when PORTNAME is win32, not when it isn't,Tom Lane
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-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-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-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
2005-12-09Allow installation into directories containing spaces in the name.Peter Eisentraut
2005-12-09Stamp libraries for 8.2 by updating minor library version numbers andBruce Momjian
2005-03-14Bump minor version numbers for 8.1 compared to 8.0.Bruce Momjian
2005-03-11Add fprintf() custom version to libpgport.Bruce Momjian
2005-01-18Update version stamps for 8.1 as listed in RELEASE_CHANGES.Bruce Momjian
2004-07-13Cause libpq and ecpg libraries to be built as proper shared librariesTom Lane
2004-04-30Minor adjustments to enable public-domain timezone library to be calledBruce Momjian
2004-04-25Make thread flags CFLAGS, not CPPFLAGS.Bruce Momjian
2004-04-23Add new auto-detection of thread flags.Bruce Momjian
2004-02-10Repair missing inclusions of -lintl for shared libraries.Tom Lane
2003-11-30Bump all version numbers and version stamps mentioned in RELEASE_CHANGES.Bruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-10-28Include -lkrb5 when needed for shlibs depending on libpq. Per reportTom Lane
2003-09-27Adjust Darwin build to use the default 'two level namespace' linkingTom Lane
2003-09-27Rename thread compile flag. Move thread test program to tools/thread,Bruce Momjian
2003-08-06Add ecpg thread testing file.Bruce Momjian
2003-08-01Use only two-part shared library version numbers, for better portabilityPeter Eisentraut
2003-08-01Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,Peter Eisentraut
2003-06-24Add -L../ecpglib -lecpg for Cygwin compile.Bruce Momjian
2003-05-22Fix compilation on Cygwin.Peter Eisentraut
2003-04-16Fix some problems exposed by building outside the source tree.Tom Lane
2003-04-08Get rid of inappropriate flags in CPPFLAGS override --- these breakTom Lane
2003-03-30Forgot two new files and one that was moved.Michael Meskes