| Commit message (Expand) | Author | Age | Files | Lines |
| * | Oops, forgot that libpq needs extra steps to make use of src/port/ files. | Tom Lane | 2006-09-27 | 1 | -4/+4 |
| * | Revise OpenLDAP configuration and linking to work on more platforms | Tom Lane | 2006-09-09 | 1 | -4/+4 |
| * | Allow LDAP lookups from pg_service.conf. | Bruce Momjian | 2006-07-27 | 1 | -2/+2 |
| * | The Win32 DEF files that are generated for libpq contain the attribute | Bruce Momjian | 2006-07-18 | 1 | -4/+1 |
| * | Use $(LIBS:-lpgport=) rather than $(patsubst -lpgport,, $(LIBS)), for consist... | Bruce Momjian | 2006-05-07 | 1 | -2/+2 |
| * | Arrange to strip libpq.so of symbols that aren't officially supposed to | Tom Lane | 2006-04-28 | 1 | -4/+29 |
| * | Fix typo. | Neil Conway | 2006-04-11 | 1 | -2/+2 |
| * | Add comment for why we recompile pgport C files. | Bruce Momjian | 2006-04-09 | 1 | -2/+5 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Allow installation into directories containing spaces in the name. | Peter Eisentraut | 2005-12-09 | 1 | -7/+7 |
| * | Stamp libraries for 8.2 by updating minor library version numbers and | Bruce Momjian | 2005-12-09 | 1 | -2/+2 |
| * | Allow Win32 libpq will use it's minimal pthread implementation, and ecpg | Bruce Momjian | 2005-08-29 | 1 | -1/+7 |
| * | The attached patch updates the thread test program to run stand-alone on | Bruce Momjian | 2005-08-23 | 1 | -9/+2 |
| * | Back out incorrect commit. | Bruce Momjian | 2005-08-23 | 1 | -2/+9 |
| * | Fix function name. | Bruce Momjian | 2005-08-23 | 1 | -9/+2 |
| * | Remove support for Kerberos V4. It seems no one is using this, it has | Neil Conway | 2005-06-27 | 1 | -2/+2 |
| * | Improve cleanup from win32 client-only build. | Bruce Momjian | 2005-04-29 | 1 | -2/+2 |
| * | Backpatch BCC compile changes to 8.0.X for psql. | Bruce Momjian | 2005-04-29 | 1 | -2/+3 |
| * | Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 auth | Tom Lane | 2005-03-25 | 1 | -2/+2 |
| * | Bump minor version numbers for 8.1 compared to 8.0. | Bruce Momjian | 2005-03-14 | 1 | -2/+2 |
| * | Add fprintf() custom version to libpgport. | Bruce Momjian | 2005-03-11 | 1 | -3/+3 |
| * | Use SHGetFolderPath instead of SHGetSpecialFolderPath to find the | Tom Lane | 2005-01-26 | 1 | -2/+2 |
| * | Update version stamps for 8.1 as listed in RELEASE_CHANGES. | Bruce Momjian | 2005-01-18 | 1 | -2/+2 |
| * | Minor mop-up for Windows home-directory stuff, per Magnus. | Tom Lane | 2005-01-06 | 1 | -2/+2 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Patch to make libpq.rc be a built-for-distribution file was a few | Tom Lane | 2004-12-21 | 1 | -3/+3 |
| * | Add Win32 version stamps that increment each day for proper SYSTEM32 | Bruce Momjian | 2004-12-19 | 1 | -2/+5 |
| * | Fix up makefile dependencies for pg_config_paths.h. | Tom Lane | 2004-11-20 | 1 | -8/+12 |
| * | Miscellaneous Cygwin build fixes from Reini Urban. | Tom Lane | 2004-11-17 | 1 | -1/+5 |
| * | Remove dllist.c from libpq. It's overkill for what libpq needs; we can | Tom Lane | 2004-10-16 | 1 | -6/+3 |
| * | Generate the various .def files for libpq DLLs from a single list of | Tom Lane | 2004-10-16 | 1 | -4/+44 |
| * | Export only required symbols in libpq on Win32. | Bruce Momjian | 2004-10-16 | 1 | -1/+2 |
| * | Fix vpath build break, induced by Bruce's recent commit. | Neil Conway | 2004-10-12 | 1 | -2/+2 |
| * | Add some pg_config_path.h dependencies for places that include | Bruce Momjian | 2004-10-12 | 1 | -6/+9 |
| * | The Win32 (mingw) build of libpq seems to have lost it's SSL libs from | Bruce Momjian | 2004-10-06 | 1 | -2/+2 |
| * | Make sure no libs use libpgport by removing it from the link line. | Bruce Momjian | 2004-10-04 | 1 | -2/+5 |
| * | Here is a patch that adds the version info from libpq.rc to the DLL | Bruce Momjian | 2004-09-26 | 1 | -2/+4 |
| * | Cause libpq and ecpg libraries to be built as proper shared libraries | Tom Lane | 2004-07-13 | 1 | -1/+2 |
| * | Fix Makefile syntax. Forgot to test this. | Bruce Momjian | 2004-06-19 | 1 | -2/+2 |
| * | Add changes to support threads on Win32 native port at some point in the future. | Bruce Momjian | 2004-06-19 | 1 | -3/+14 |
| * | Remove a few $filter() calls that were not needed. | Bruce Momjian | 2004-05-24 | 1 | -3/+3 |
| * | Put path configuration information into a .h file instead of cluttering | Tom Lane | 2004-05-21 | 1 | -9/+3 |
| * | Win32 can't have the same function coming from two library object files, | Bruce Momjian | 2004-05-19 | 1 | -4/+4 |
| * | Reorganize code to allow path-relative installs. | Bruce Momjian | 2004-05-17 | 1 | -2/+8 |
| * | Clean up indenting of Makefile filenames. | Bruce Momjian | 2004-05-10 | 1 | -5/+5 |
| * | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 | 1 | -4/+4 |
| * | Make thread flags CFLAGS, not CPPFLAGS. | Bruce Momjian | 2004-04-25 | 1 | -1/+2 |
| * | Add new auto-detection of thread flags. | Bruce Momjian | 2004-04-23 | 1 | -3/+3 |
| * | * Most changes are to fix warnings issued when compiling win32 | Bruce Momjian | 2004-04-19 | 1 | -2/+2 |
| * | Allow unlink/rename of files open by another process on Win32, using a | Bruce Momjian | 2004-03-24 | 1 | -3/+3 |