]> granicus.if.org Git - postgresql/history - src/interfaces/ecpg/ecpglib/Makefile
Update copyright for the year 2010.
[postgresql] / src / interfaces / ecpg / ecpglib / Makefile
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-07-13 Bruce MomjianStamp minor library version numbers for 8.5; sorry...
2009-02-07 Bruce Momjianecpg requires libpq; add Makefile rules to require...
2009-01-14 Peter Eisentrautmisc.o depends on pg_config_paths.h when --enable-nls...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-05-17 Tom Laneecpglib needs to link with libintl if it's in use.
2008-04-07 Peter EisentrautImplement a few changes to how shared libraries and...
2008-03-21 Michael MeskesCorrected version number.
2008-03-20 Michael MeskesAdded ECPGget_PGconn() function to ecpglib, courtesy...
2008-02-26 Peter EisentrautRefactor the code that creates the shared library expor...
2008-02-13 Bruce MomjianBump minor library version numbers for 8.4.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-10-05 Tom LaneFix distprep and maintainer-clean targets so that ecpg...
2007-10-04 Tom LaneResults from buildfarm show that ecpglib was depending...
2007-10-04 Tom LaneDLL_DEFFILE should be defined when PORTNAME is win32...
2007-10-04 Michael MeskesAdded def-files to all: target so they are build everytime.
2007-10-03 Michael MeskesCleaned up ecpglib and renamed functions that do not...
2007-09-27 Tom LaneDefine the FRONTEND symbol in postgres_fe.h, which...
2007-08-14 Michael Meskes- Finished major rewrite to use new protocol version
2007-01-20 Peter EisentrautRemove remains of old depend target.
2007-01-05 Bruce MomjianStamp major release 8.3.0, and increment library versio...
2006-09-28 Tom LaneFix a couple other places that need to know about ...
2006-09-11 Tom LaneMove set_pglocale_pgservice() from path.c to exec.c...
2006-09-10 Tom LaneInstall a cleaner solution to the AIX libpq linking...
2006-08-28 Tom LanePartial fix for ecpg's VPATH problems. It compiles...
2006-04-29 Tom LaneWe only need to add thread.c on non-WIN32 platforms...
2006-04-28 Tom LaneArrange to strip libpq.so of symbols that aren't offici...
2006-01-17 Michael MeskesData transferred binary is now put into the variables...
2005-12-09 Peter EisentrautAllow installation into directories containing spaces...
2005-12-09 Bruce MomjianStamp libraries for 8.2 by updating minor library versi...
2005-12-06 Tom LaneMake Win32 build use our port/snprintf.c routines,...
2005-11-30 Michael Meskes- Made several variables "const char *" instead of...
2005-03-14 Bruce MomjianBump minor version numbers for 8.1 compared to 8.0.
2005-03-11 Bruce MomjianAdd fprintf() custom version to libpgport.
2005-01-26 Tom LaneUse SHGetFolderPath instead of SHGetSpecialFolderPath...
2005-01-18 Bruce MomjianUpdate version stamps for 8.1 as listed in RELEASE_CHANGES.
2004-11-20 Tom LaneFix up makefile dependencies for pg_config_paths.h.
2004-10-12 Neil ConwayFix vpath build break, induced by Bruce's recent commit.
2004-10-12 Bruce MomjianAdd some pg_config_path.h dependencies for places that...
2004-10-04 Bruce MomjianMake sure no libs use libpgport by removing it from...
2004-07-13 Tom LaneCause libpq and ecpg libraries to be built as proper...
2004-05-25 Bruce MomjianAdd FRONTEND to ecpglib.
2004-05-25 Bruce MomjianAdd exec.c to ecpg library because path.c now uses it.
2004-05-21 Tom LaneHandle inclusion of port modules 'correctly', viz the...
2004-05-21 Bruce MomjianAdd mention of why -lpgport is needed in ecpglib (dllwrap).
2004-05-21 Bruce MomjianAdd -lpgport to ecpglib link only on win32. Other...
2004-05-21 Tom LaneRevert addition of -lpgport, which breaks the build...
2004-05-19 Bruce MomjianWin32 needs -lpgport for dll creation of ecpglib.
2004-04-30 Bruce MomjianMinor adjustments to enable public-domain timezone...
2004-04-25 Bruce MomjianMake thread flags CFLAGS, not CPPFLAGS.
2004-04-23 Bruce MomjianAdd new auto-detection of thread flags.
2004-03-14 Michael Meskes- Fixed Informix compat math functions to cope with...
2004-02-10 Tom LaneRepair missing inclusions of -lintl for shared libraries.
2003-11-30 Bruce MomjianBump all version numbers and version stamps mentioned...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-28 Tom LaneInclude -lkrb5 when needed for shlibs depending on...
2003-09-27 Tom LaneAdjust Darwin build to use the default 'two level names...
2003-09-27 Bruce MomjianRename thread compile flag. Move thread test program...
2003-08-01 Peter EisentrautUse only two-part shared library version numbers, for...
2003-06-15 Michael MeskesTypo in version number.
2003-06-15 Michael MeskesSome minor changes for new version numbering.
2003-06-15 Bruce MomjianMake ecpg thread safe.
2003-05-22 Peter EisentrautFix compilation on Cygwin.
2003-04-08 Tom LaneGet rid of inappropriate flags in CPPFLAGS override...
2003-03-16 Michael MeskesStarted working on a seperate pgtypes library. First...