summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/Makefile
AgeCommit message (Expand)Author
2003-09-07Update this branch to match CVS head, includes WIN32 improvements.Bruce Momjian
2003-08-08sprompt not needed in libpq.Bruce Momjian
2003-08-08Move simple_prompt()/sprompt.c into /port.Bruce Momjian
2003-08-08Makefile cleanup.Bruce Momjian
2003-08-08Cleanup.Bruce Momjian
2003-08-08Makefile cleanup.Bruce Momjian
2003-08-08More thread.c cleanup.Bruce Momjian
2003-08-08More threading cleanups.Bruce Momjian
2003-08-08threads.c -> thread.c, be consistent.Bruce Momjian
2003-06-17Add missing file to clean target.Peter Eisentraut
2003-06-14Add thread.c for libpq threading, and hook it into libpq/configure.Bruce Momjian
2003-06-12Add thread-enable compile variables into libpq.Bruce Momjian
2003-06-08libpq can now talk to either 3.0 or 2.0 protocol servers. It first triesTom Lane
2003-05-10Add Makefile rules for new crypt/rint() /port functions. Add includeBruce Momjian
2003-05-09Add crypt() to /port for Win32.Bruce Momjian
2003-04-22Remove Win32 special rename/unlink from libpq.Bruce Momjian
2003-04-22Add dirmod to libpq Makefile.Bruce Momjian
2003-04-14path.c needs to be included in libpq; per Joe Conway.Tom Lane
2003-03-29Simplify the socket handling code by supplying a replacement getaddrinfo()Peter Eisentraut
2003-02-03Move pg_service.conf.sample to /interfaces/libpq.Bruce Momjian
2003-01-10Clean ip.c.Peter Eisentraut
2003-01-06Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian
2002-12-13Increment libpq major number for 7.3.1 and minor for 7.4.Bruce Momjian
2002-12-11Bump version for 7.3 and 7.4.Bruce Momjian
2002-12-06Back out V6 code, caused postmaster startup failure.Bruce Momjian
2002-12-06We have just finished porting the old KAME IPv6 patch over toBruce Momjian
2002-12-04Stamp minor version numbers for 7.4 release.Bruce Momjian
2002-09-03Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut
2002-07-27Assemble portability modules into libpgport library.Peter Eisentraut
2002-07-18Make src/backend/port/*.c file location dependent only on configure.in.Bruce Momjian
2002-06-14UPDATED PATCH:Bruce Momjian
2002-06-14Back out SSL changes. Newer patch available.Bruce Momjian
2002-06-14Attached are a revised set of SSL patches. Many of these patchesBruce Momjian
2001-09-22Provide some initial support for building the ODBC driver forPeter Eisentraut
2001-09-21Code review for MD5 authorization patch. Clean up some breakageTom Lane
2001-09-06Commit Karel's patch.Tatsuo Ishii
2001-08-28Include directory rearrangementPeter Eisentraut
2001-08-15Move md5.h contents to crypt.h.Bruce Momjian
2001-08-15Use MD5 for wire protocol encryption for >= 7.2 client/server.Bruce Momjian
2001-07-15NLS for libpq. Clean up the message formats and change the documentationPeter Eisentraut
2001-05-11Stamp CVS as 7.2. Update all interface version numbers. This is theBruce Momjian
2001-02-20Make sure -L and -I's for our source tree are always before system includePeter Eisentraut
2001-02-11Clean up mutibyte supoorting source files.Tatsuo Ishii
2001-02-04Check for -lresolv.Peter Eisentraut
2001-01-20Get rid of sunos4-only strerror() macro, and arrange to use theTom Lane
2000-10-30Avoid dependency on backend's multibyte module as possible.Tatsuo Ishii
2000-10-25Rearrange handling of -L linker options so that they are always before allPeter Eisentraut
2000-10-20Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut
2000-10-20Remove 'override' keyword, which breaks the build on HPUX, and probablyTom Lane
2000-10-17Locate the file pg_service.conf in the directory configured as --syconfdirPeter Eisentraut