]> granicus.if.org Git - postgresql/history - src/interfaces/libpq/Makefile
Allow "dbname" from connection string to be overridden in PQconnectDBParams
[postgresql] / src / interfaces / libpq / Makefile
2014-10-22 Noah MischMinGW: Link with shell32.dll instead of shfolder.dll.
2014-08-19 Noah MischInstall libpq DLL with $(INSTALL_SHLIB).
2014-08-11 Heikki LinnakangasBreak out OpenSSL-specific code to separate files.
2014-07-15 Magnus HaganderRemove dependency on wsock32.lib in favor of ws2_32
2014-06-11 Tom LaneStamp shared-library minor version numbers for 9.5.
2014-05-05 Heikki LinnakangasReplace SYSTEMQUOTEs with Windows-specific wrapper...
2014-02-02 Andrew DunstanFix makefile syntax.
2014-02-01 Andrew DunstanCopy the libpq DLL to the bin directory on Mingw and...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-06-14 Tom LaneStamp shared-library minor version numbers for 9.4.
2013-03-17 Tom LaneRe-include pqsignal() in libpq.
2013-03-17 Tom LaneMove pqsignal() to libpgport.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-09-18 Peter Eisentrautlibpq: Add missing directory to installdirs target
2012-06-14 Tom LaneStamp library minor versions for 9.3.
2012-05-15 Peter EisentrautRemove whitespace from end of lines
2012-04-11 Alvaro HerreraAccept postgres:// URIs in libpq connection functions
2012-04-07 Bruce MomjianStamp libraries versions for 9.2 (better late than...
2012-02-06 Alvaro Herrerafe-misc.c depends on pg_config_paths.h
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-01 Heikki LinnakangasRemove spurious comma. Spotted by Tom.
2011-09-01 Heikki Linnakangaslibpq compiles various pgport files like ecpg does...
2011-06-02 Tom Lanelibpq needs its own copy of src/port/getpeereid.
2011-02-19 Peter EisentrautSet psql client encoding from locale by default
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-27 Bruce MomjianIn libpq/Makefile, use OBJS += as a way to break up...
2010-11-26 Bruce MomjianAbandon use of Makefile variables in libpq/Makefile...
2010-11-26 Bruce MomjianIn libpq/Makefile, merge PERM_PGPORT and OPT_PGPORT...
2010-11-25 Bruce MomjianFor libpq/Makefile OPT_PGPORT, remove .o extension...
2010-11-25 Bruce MomjianRestructure how libpq includes external C files, for...
2010-11-25 Bruce MomjianProperly add new inet_net_ntop file to libpq Makefile.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-12 Bruce MomjianBump minor library version numbers, for 9.1 release.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-08-28 Peter EisentrautDerived files that are shipped in the distribution...
2009-08-26 Peter EisentrautUpdate of install-sh, mkinstalldirs, and associated...
2009-07-13 Bruce MomjianStamp minor library version numbers for 8.5; sorry...
2009-01-05 Peter EisentrautAllow out-of-tree builds on mingw and cygwin
2009-01-01 Bruce MomjianUpdate copyright for 2009.
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.
next