aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/Makefile
Commit message (Expand)AuthorAge
* Revert error-throwing wrappers for the printf family of functions.Tom Lane2015-05-19
* Add error-throwing wrappers for the printf family of functions.Noah Misch2015-05-18
* Build libecpg with -DFRONTEND in all supported versions.Noah Misch2015-04-26
* Include isinf.o in libecpg if isinf() is not available on the system.Michael Meskes2012-12-04
* Fix MinGW build, broken by my previous patch to add a setlocale() wrapperHeikki Linnakangas2011-09-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Improved parallel make supportPeter Eisentraut2010-11-12
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Bump minor library version numbers, for 9.1 release.Bruce Momjian2010-07-12
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support toMichael Meskes2010-01-05
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Stamp minor library version numbers for 8.5; sorry for the delay.Bruce Momjian2009-07-13
* ecpg requires libpq; add Makefile rules to require libpq to be builtBruce Momjian2009-02-07
* misc.o depends on pg_config_paths.h when --enable-nls is used.Peter Eisentraut2009-01-14
* Update copyright for 2009.Bruce Momjian2009-01-01
* ecpglib needs to link with libintl if it's in use.Tom Lane2008-05-17
* Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut2008-04-07
* Corrected version number.Michael Meskes2008-03-21
* Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury.Michael Meskes2008-03-20
* Refactor the code that creates the shared library export files to appearPeter Eisentraut2008-02-26
* Bump minor library version numbers for 8.4.Bruce Momjian2008-02-13
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Fix distprep and maintainer-clean targets so that ecpg's .def files areTom Lane2007-10-05
* Results from buildfarm show that ecpglib was depending on pg_strcasecmp,Tom Lane2007-10-04
* DLL_DEFFILE should be defined when PORTNAME is win32, not when it isn't,Tom Lane2007-10-04
* Added def-files to all: target so they are build everytime.Michael Meskes2007-10-04
* Cleaned up ecpglib and renamed functions that do not need to be exported.Michael Meskes2007-10-03
* Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminateTom Lane2007-09-27
* - Finished major rewrite to use new protocol versionMichael Meskes2007-08-14
* Remove remains of old depend target.Peter Eisentraut2007-01-20
* Stamp major release 8.3.0, and increment library version numbers.Bruce Momjian2007-01-05
* Fix a couple other places that need to know about (some) src/port/ filesTom Lane2006-09-28
* Move set_pglocale_pgservice() from path.c to exec.c, so that pulling inTom Lane2006-09-11
* Install a cleaner solution to the AIX libpq linking problem, as perTom Lane2006-09-10
* Partial fix for ecpg's VPATH problems. It compiles and successfullyTom Lane2006-08-28
* We only need to add thread.c on non-WIN32 platforms, since get_home_pathTom Lane2006-04-29
* Arrange to strip libpq.so of symbols that aren't officially supposed toTom Lane2006-04-28
* Data transferred binary is now put into the variables verbatim.Michael Meskes2006-01-17
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-09
* Stamp libraries for 8.2 by updating minor library version numbers andBruce Momjian2005-12-09
* Make Win32 build use our port/snprintf.c routines, instead of dependingTom Lane2005-12-06
* - Made several variables "const char *" instead of "char *" as proposed by Qi...Michael Meskes2005-11-30
* Bump minor version numbers for 8.1 compared to 8.0.Bruce Momjian2005-03-14
* Add fprintf() custom version to libpgport.Bruce Momjian2005-03-11
* Use SHGetFolderPath instead of SHGetSpecialFolderPath to find theTom Lane2005-01-26
* Update version stamps for 8.1 as listed in RELEASE_CHANGES.Bruce Momjian2005-01-18
* Fix up makefile dependencies for pg_config_paths.h.Tom Lane2004-11-20
* Fix vpath build break, induced by Bruce's recent commit.Neil Conway2004-10-12
* Add some pg_config_path.h dependencies for places that includeBruce Momjian2004-10-12
* Make sure no libs use libpgport by removing it from the link line.Bruce Momjian2004-10-04