summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/compatlib/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* okay, looks like ecpg/compatlib needs -lintl too.Tom Lane2008-05-181-3/+3
* Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut2008-04-071-4/+2
* Refactor the code that creates the shared library export files to appearPeter Eisentraut2008-02-261-58/+6
* Bump minor library version numbers for 8.4.Bruce Momjian2008-02-131-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Fix distprep and maintainer-clean targets so that ecpg's .def files areTom Lane2007-10-051-3/+11
* DLL_DEFFILE should be defined when PORTNAME is win32, not when it isn't,Tom Lane2007-10-041-2/+2
* Added def-files to all: target so they are build everytime.Michael Meskes2007-10-041-2/+2
* Argh, missing dll in filenameMichael Meskes2007-10-031-3/+3
* Fix command for fetching snprintf.c.Tom Lane2007-10-031-2/+3
* This could be what's missing on some systems.Michael Meskes2007-10-031-1/+4
* Also build snprintf from pgport if needed.Michael Meskes2007-10-031-1/+4
* Remove exports.list in clean target.Michael Meskes2007-10-031-2/+2
* Also created export list for pgytpeslib and compatlib.Michael Meskes2007-10-031-5/+54
* Remove remains of old depend target.Peter Eisentraut2007-01-201-8/+1
* Stamp major release 8.3.0, and increment library version numbers.Bruce Momjian2007-01-051-2/+2
* Install a cleaner solution to the AIX libpq linking problem, as perTom Lane2006-09-101-3/+2
* Partial fix for ecpg's VPATH problems. It compiles and successfullyTom Lane2006-08-281-4/+5
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-091-2/+2
* Stamp libraries for 8.2 by updating minor library version numbers andBruce Momjian2005-12-091-2/+2
* Bump minor version numbers for 8.1 compared to 8.0.Bruce Momjian2005-03-141-2/+2
* Add fprintf() custom version to libpgport.Bruce Momjian2005-03-111-3/+3
* Update version stamps for 8.1 as listed in RELEASE_CHANGES.Bruce Momjian2005-01-181-2/+2
* Cause libpq and ecpg libraries to be built as proper shared librariesTom Lane2004-07-131-2/+3
* Minor adjustments to enable public-domain timezone library to be calledBruce Momjian2004-04-301-2/+3
* Make thread flags CFLAGS, not CPPFLAGS.Bruce Momjian2004-04-251-2/+3
* Add new auto-detection of thread flags.Bruce Momjian2004-04-231-3/+3
* Repair missing inclusions of -lintl for shared libraries.Tom Lane2004-02-101-2/+2
* Bump all version numbers and version stamps mentioned in RELEASE_CHANGES.Bruce Momjian2003-11-301-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Include -lkrb5 when needed for shlibs depending on libpq. Per reportTom Lane2003-10-281-2/+2
* Adjust Darwin build to use the default 'two level namespace' linkingTom Lane2003-09-271-2/+3
* Rename thread compile flag. Move thread test program to tools/thread,Bruce Momjian2003-09-271-2/+2
* Add ecpg thread testing file.Bruce Momjian2003-08-061-3/+3
* Use only two-part shared library version numbers, for better portabilityPeter Eisentraut2003-08-011-2/+2
* Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,Peter Eisentraut2003-08-011-2/+2
* Add -L../ecpglib -lecpg for Cygwin compile.Bruce Momjian2003-06-241-2/+2
* Fix compilation on Cygwin.Peter Eisentraut2003-05-221-1/+2
* Fix some problems exposed by building outside the source tree.Tom Lane2003-04-161-2/+2
* Get rid of inappropriate flags in CPPFLAGS override --- these breakTom Lane2003-04-081-2/+2
* Forgot two new files and one that was moved.Michael Meskes2003-03-301-0/+43