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