aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/Makefile
Commit message (Expand)AuthorAge
* Re-include pqsignal() in libpq.Tom Lane2013-03-17
* Move pqsignal() to libpgport.Tom Lane2013-03-17
* Update copyrights for 2013Bruce Momjian2013-01-01
* libpq: Add missing directory to installdirs targetPeter Eisentraut2012-09-17
* Stamp library minor versions for 9.3.Tom Lane2012-06-13
* Remove whitespace from end of linesPeter Eisentraut2012-05-15
* Accept postgres:// URIs in libpq connection functionsAlvaro Herrera2012-04-11
* Stamp libraries versions for 9.2 (better late than never).Bruce Momjian2012-04-07
* fe-misc.c depends on pg_config_paths.hAlvaro Herrera2012-02-06
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove spurious comma. Spotted by Tom.Heikki Linnakangas2011-09-01
* libpq compiles various pgport files like ecpg does, and needs similar MakefileHeikki Linnakangas2011-09-01
* libpq needs its own copy of src/port/getpeereid.Tom Lane2011-06-02
* Set psql client encoding from locale by defaultPeter Eisentraut2011-02-19
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* In libpq/Makefile, use OBJS += as a way to break up long link lines intoBruce Momjian2010-11-27
* Abandon use of Makefile variables in libpq/Makefile because MSVC scrapesBruce Momjian2010-11-26
* In libpq/Makefile, merge PERM_PGPORT and OPT_PGPORT into a singleBruce Momjian2010-11-26
* For libpq/Makefile OPT_PGPORT, remove .o extension after we testBruce Momjian2010-11-25
* Restructure how libpq includes external C files, for clarity.Bruce Momjian2010-11-25
* Properly add new inet_net_ntop file to libpq Makefile.Bruce Momjian2010-11-24
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Bump minor library version numbers, for 9.1 release.Bruce Momjian2010-07-12
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Derived files that are shipped in the distribution used to be built in thePeter Eisentraut2009-08-28
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-26
* Stamp minor library version numbers for 8.5; sorry for the delay.Bruce Momjian2009-07-13
* Allow out-of-tree builds on mingw and cygwinPeter Eisentraut2009-01-05
* Update copyright for 2009.Bruce Momjian2009-01-01
* Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary.Peter Eisentraut2008-12-07
* Change wildcard cerfificate mapping to be much simler - we now only matchMagnus Hagander2008-12-02
* Add support for matching wildcard server certificates to the new SSL code.Magnus Hagander2008-11-24
* Link libpq with libgssapi if configure finds it, asMagnus Hagander2008-10-01
* Add an "events" system to libpq, whereby applications can get callbacks thatTom Lane2008-09-17
* Avoid using unnecessary pgwin32_safestat in libpq.Andrew Dunstan2008-04-16
* Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut2008-04-07
* Include -lgss in libpq link, if available. Bjorn MunchTom Lane2008-03-05
* Don't build the win32 support files in the all target, only in distprep andPeter Eisentraut2008-02-26
* Create two separate libpq.rc's: One that is built at build time, and onePeter Eisentraut2008-02-26
* 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
* libpq needs pgsleep on win32 because of the changes to port/open.c.Magnus Hagander2007-12-21
* Add win32error.c to libpq, needed to resolve _dosmaperr.Magnus Hagander2007-11-30
* Make it possible, and default, for MingW to build with SSPI supportMagnus Hagander2007-07-24
* Add support for GSSAPI authentication.Magnus Hagander2007-07-10
* Indent comments in makefiles better so they don't appear in the output.Peter Eisentraut2007-01-07
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Stamp major release 8.3.0, and increment library version numbers.Bruce Momjian2007-01-05
* Revert exports.list change pending closer study.Tom Lane2006-12-28