summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Oops, forgot that libpq needs extra steps to make use of src/port/ files.Tom Lane2006-09-271-4/+4
* Revise OpenLDAP configuration and linking to work on more platformsTom Lane2006-09-091-4/+4
* Allow LDAP lookups from pg_service.conf.Bruce Momjian2006-07-271-2/+2
* The Win32 DEF files that are generated for libpq contain the attributeBruce Momjian2006-07-181-4/+1
* Use $(LIBS:-lpgport=) rather than $(patsubst -lpgport,, $(LIBS)), for consist...Bruce Momjian2006-05-071-2/+2
* Arrange to strip libpq.so of symbols that aren't officially supposed toTom Lane2006-04-281-4/+29
* Fix typo.Neil Conway2006-04-111-2/+2
* Add comment for why we recompile pgport C files.Bruce Momjian2006-04-091-2/+5
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-091-7/+7
* Stamp libraries for 8.2 by updating minor library version numbers andBruce Momjian2005-12-091-2/+2
* Allow Win32 libpq will use it's minimal pthread implementation, and ecpgBruce Momjian2005-08-291-1/+7
* The attached patch updates the thread test program to run stand-alone onBruce Momjian2005-08-231-9/+2
* Back out incorrect commit.Bruce Momjian2005-08-231-2/+9
* Fix function name.Bruce Momjian2005-08-231-9/+2
* Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway2005-06-271-2/+2
* Improve cleanup from win32 client-only build.Bruce Momjian2005-04-291-2/+2
* Backpatch BCC compile changes to 8.0.X for psql.Bruce Momjian2005-04-291-2/+3
* Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 authTom Lane2005-03-251-2/+2
* Bump minor version numbers for 8.1 compared to 8.0.Bruce Momjian2005-03-141-2/+2
* Add fprintf() custom version to libpgport.Bruce Momjian2005-03-111-3/+3
* Use SHGetFolderPath instead of SHGetSpecialFolderPath to find theTom Lane2005-01-261-2/+2
* Update version stamps for 8.1 as listed in RELEASE_CHANGES.Bruce Momjian2005-01-181-2/+2
* Minor mop-up for Windows home-directory stuff, per Magnus.Tom Lane2005-01-061-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Patch to make libpq.rc be a built-for-distribution file was a fewTom Lane2004-12-211-3/+3
* Add Win32 version stamps that increment each day for proper SYSTEM32Bruce Momjian2004-12-191-2/+5
* Fix up makefile dependencies for pg_config_paths.h.Tom Lane2004-11-201-8/+12
* Miscellaneous Cygwin build fixes from Reini Urban.Tom Lane2004-11-171-1/+5
* Remove dllist.c from libpq. It's overkill for what libpq needs; we canTom Lane2004-10-161-6/+3
* Generate the various .def files for libpq DLLs from a single list ofTom Lane2004-10-161-4/+44
* Export only required symbols in libpq on Win32.Bruce Momjian2004-10-161-1/+2
* Fix vpath build break, induced by Bruce's recent commit.Neil Conway2004-10-121-2/+2
* Add some pg_config_path.h dependencies for places that includeBruce Momjian2004-10-121-6/+9
* The Win32 (mingw) build of libpq seems to have lost it's SSL libs fromBruce Momjian2004-10-061-2/+2
* Make sure no libs use libpgport by removing it from the link line.Bruce Momjian2004-10-041-2/+5
* Here is a patch that adds the version info from libpq.rc to the DLLBruce Momjian2004-09-261-2/+4
* Cause libpq and ecpg libraries to be built as proper shared librariesTom Lane2004-07-131-1/+2
* Fix Makefile syntax. Forgot to test this.Bruce Momjian2004-06-191-2/+2
* Add changes to support threads on Win32 native port at some point in the future.Bruce Momjian2004-06-191-3/+14
* Remove a few $filter() calls that were not needed.Bruce Momjian2004-05-241-3/+3
* Put path configuration information into a .h file instead of clutteringTom Lane2004-05-211-9/+3
* Win32 can't have the same function coming from two library object files,Bruce Momjian2004-05-191-4/+4
* Reorganize code to allow path-relative installs.Bruce Momjian2004-05-171-2/+8
* Clean up indenting of Makefile filenames.Bruce Momjian2004-05-101-5/+5
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-071-4/+4
* Make thread flags CFLAGS, not CPPFLAGS.Bruce Momjian2004-04-251-1/+2
* Add new auto-detection of thread flags.Bruce Momjian2004-04-231-3/+3
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-191-2/+2
* Allow unlink/rename of files open by another process on Win32, using aBruce Momjian2004-03-241-3/+3