OSDN Git Service

Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary.
[pg-rex/syncrep.git] / src / interfaces / libpq / Makefile
2008-12-07 Peter EisentrautSet up ar, dlltool, dllwrap, and windres for cross...
2008-12-02 Magnus HaganderChange wildcard cerfificate mapping to be much simler...
2008-11-24 Magnus HaganderAdd support for matching wildcard server certificates...
2008-10-01 Magnus HaganderLink libpq with libgssapi if configure finds it, as
2008-09-17 Tom LaneAdd an "events" system to libpq, whereby applications...
2008-04-16 Andrew DunstanAvoid using unnecessary pgwin32_safestat in libpq.
2008-04-07 Peter EisentrautImplement a few changes to how shared libraries and...
2008-03-05 Tom LaneInclude -lgss in libpq link, if available. Bjorn Munch
2008-02-26 Peter EisentrautDon't build the win32 support files in the all target...
2008-02-26 Peter EisentrautCreate two separate libpq.rc's: One that is built at...
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-12-21 Magnus Haganderlibpq needs pgsleep on win32 because of the changes...
2007-11-30 Magnus HaganderAdd win32error.c to libpq, needed to resolve _dosmaperr.
2007-07-24 Magnus HaganderMake it possible, and default, for MingW to build with...
2007-07-10 Magnus HaganderAdd support for GSSAPI authentication.
2007-01-07 Peter EisentrautIndent comments in makefiles better so they don't appea...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2007-01-05 Bruce MomjianStamp major release 8.3.0, and increment library versio...
2006-12-28 Tom LaneRevert exports.list change pending closer study.
2006-12-27 Tom LaneUse a more backward-compatible syntax for exports.list...
2006-09-27 Tom LaneOops, forgot that libpq needs extra steps to make use...
2006-09-09 Tom LaneRevise OpenLDAP configuration and linking to work on...
2006-07-27 Bruce MomjianAllow LDAP lookups from pg_service.conf.
2006-07-18 Bruce MomjianThe Win32 DEF files that are generated for libpq contai...
2006-05-07 Bruce MomjianUse $(LIBS:-lpgport=) rather than $(patsubst -lpgport...
2006-04-28 Tom LaneArrange to strip libpq.so of symbols that aren't offici...
2006-04-11 Neil ConwayFix typo.
2006-04-09 Bruce MomjianAdd comment for why we recompile pgport C files.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
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-08-29 Bruce MomjianAllow Win32 libpq will use it's minimal pthread impleme...
2005-08-23 Bruce MomjianThe attached patch updates the thread test program...
2005-08-23 Bruce MomjianBack out incorrect commit.
2005-08-23 Bruce MomjianFix function name.
2005-06-27 Neil ConwayRemove support for Kerberos V4. It seems no one is...
2005-04-29 Bruce MomjianImprove cleanup from win32 client-only build.
2005-04-29 Bruce MomjianBackpatch BCC compile changes to 8.0.X for psql.
2005-03-25 Tom LaneKerberos fixes from Magnus Hagander --- in theory Kerbe...
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.
2005-01-06 Tom LaneMinor mop-up for Windows home-directory stuff, per...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-21 Tom LanePatch to make libpq.rc be a built-for-distribution...
2004-12-19 Bruce MomjianAdd Win32 version stamps that increment each day for...
2004-11-20 Tom LaneFix up makefile dependencies for pg_config_paths.h.
2004-11-17 Tom LaneMiscellaneous Cygwin build fixes from Reini Urban.
2004-10-16 Tom LaneRemove dllist.c from libpq. It's overkill for what...
2004-10-16 Tom LaneGenerate the various .def files for libpq DLLs from...
2004-10-16 Bruce MomjianExport only required symbols in libpq on Win32.
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-06 Bruce MomjianThe Win32 (mingw) build of libpq seems to have lost...
2004-10-04 Bruce MomjianMake sure no libs use libpgport by removing it from...
2004-09-26 Bruce MomjianHere is a patch that adds the version info from libpq...
2004-07-13 Tom LaneCause libpq and ecpg libraries to be built as proper...
2004-06-19 Bruce MomjianFix Makefile syntax. Forgot to test this.
2004-06-19 Bruce MomjianAdd changes to support threads on Win32 native port...
2004-05-24 Bruce MomjianRemove a few $filter() calls that were not needed.
2004-05-21 Tom LanePut path configuration information into a .h file inste...
2004-05-19 Bruce MomjianWin32 can't have the same function coming from two...
2004-05-17 Bruce MomjianReorganize code to allow path-relative installs.
2004-05-10 Bruce MomjianClean up indenting of Makefile filenames.
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-04-25 Bruce MomjianMake thread flags CFLAGS, not CPPFLAGS.
2004-04-23 Bruce MomjianAdd new auto-detection of thread flags.
2004-04-19 Bruce Momjian* Most changes are to fix warnings issued when compilin...
2004-03-24 Bruce MomjianAllow unlink/rename of files open by another process...
2004-03-12 Bruce MomjianRename incorrect references to nonblock.c to noblock...
2004-03-10 Bruce MomjianMove non-blocking code into its own /port file, for...
2004-02-02 Bruce MomjianBriefly,
2003-11-30 Bruce MomjianBump all version numbers and version stamps mentioned...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-27 Bruce MomjianRename thread compile flag. Move thread test program...
2003-09-07 Bruce MomjianChanges for MinGW/WIN32:
2003-08-23 Peter EisentrautCorrect uninstall target.
2003-08-08 Bruce Momjiansprompt not needed in libpq.
2003-08-08 Bruce MomjianMove simple_prompt()/sprompt.c into /port.
2003-08-08 Bruce MomjianMakefile cleanup.
2003-08-08 Bruce MomjianCleanup.
2003-08-08 Bruce MomjianMakefile cleanup.
2003-08-08 Bruce MomjianMore thread.c cleanup.
2003-08-08 Bruce MomjianMore threading cleanups.
2003-08-08 Bruce Momjianthreads.c -> thread.c, be consistent.
2003-06-17 Peter EisentrautAdd missing file to clean target.
2003-06-14 Bruce MomjianAdd thread.c for libpq threading, and hook it into...
2003-06-12 Bruce MomjianAdd thread-enable compile variables into libpq.
2003-06-08 Tom Lanelibpq can now talk to either 3.0 or 2.0 protocol server...
2003-05-10 Bruce MomjianAdd Makefile rules for new crypt/rint() /port functions...
2003-05-09 Bruce MomjianAdd crypt() to /port for Win32.
2003-04-22 Bruce MomjianRemove Win32 special rename/unlink from libpq.
2003-04-22 Bruce MomjianAdd dirmod to libpq Makefile.
2003-04-14 Tom Lanepath.c needs to be included in libpq; per Joe Conway.
2003-03-29 Peter EisentrautSimplify the socket handling code by supplying a replac...
2003-02-03 Bruce MomjianMove pg_service.conf.sample to /interfaces/libpq.
2003-01-10 Peter EisentrautClean ip.c.
next