| Age | Commit message (Expand) | Author |
| 2003-03-20 | PGRES_POLLING_ACTIVE is unused, keep for backward compatibility. | Bruce Momjian |
| 2003-03-18 | Improve error message. | Peter Eisentraut |
| 2003-03-17 | Reorder crypt.h include for SunOS compile problem. | Bruce Momjian |
| 2003-03-10 | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane |
| 2003-03-06 | Use poll(2) in preference to select(2), if available. This solves | Tom Lane |
| 2003-02-19 | Fix for GUC client_encoding variable not being handled | Tatsuo Ishii |
| 2003-02-19 | Allow PQcmdTuples to return row counts for MOVE and FETCH. | Bruce Momjian |
| 2003-02-14 | Fix some of the breakage from the IPV6 patch. | Tom Lane |
| 2003-02-03 | #ifdef out stuff that shouldn't be compiled when not USE_SSL. | Tom Lane |
| 2003-02-03 | Move pg_service.conf.sample to /interfaces/libpq. | Bruce Momjian |
| 2003-01-30 | Fix regression in .pgpass support. From Neil Conway. | Tom Lane |
| 2003-01-29 | Guard against array overrun, per report from Yichen Xie. This case | Tom Lane |
| 2003-01-10 | Clean ip.c. | Peter Eisentraut |
| 2003-01-08 | The second was that renegotiation was just plain broken. I can't | Bruce Momjian |
| 2003-01-08 | I was playing around with 7.3.1 and found some more SSL problems. The | Bruce Momjian |
| 2003-01-08 | Fix pgpass to work with PQconnectDB(). | Bruce Momjian |
| 2003-01-08 | Only set the database name if we find a match in the services file. | Bruce Momjian |
| 2003-01-07 | Fix various places where global s/NOTICE/WARNING/ was applied with too | Tom Lane |
| 2003-01-07 | Document libpq service capability, and add sample file. | Bruce Momjian |
| 2003-01-06 | Enable IPv6 libpq 'hostaddr' addresses. Update docs. | Bruce Momjian |
| 2003-01-06 | Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries | Bruce Momjian |
| 2002-12-30 | Attached is a patch to provide makefiles, etc. to allow the compilation | Bruce Momjian |
| 2002-12-19 | pgindent fe-connect.c --- done to make IPv6 patch easier to apply. | Bruce Momjian |
| 2002-12-18 | From the SSL_CTX_new man page: | PostgreSQL Daemon |
| 2002-12-13 | Increment libpq major number for 7.3.1 and minor for 7.4. | Bruce Momjian |
| 2002-12-12 | Check SSL_get_error() value SSL_ERROR_SYSCALL to see if SSL_read() | 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-12-03 | Deal with cases where getpeereid _and_ another creditial method is | Bruce Momjian |
| 2002-11-10 | I just discovered, that there is missing a const when passing a buffer | Bruce Momjian |
| 2002-11-07 | Remove inappropriate inclusions of OpenSSL internal header e_os.h, | Tom Lane |
| 2002-11-04 | Fix inclusion order, per Andreas. | Tom Lane |
| 2002-10-24 | Code review for connection timeout patch. Avoid unportable assumption | Tom Lane |
| 2002-10-21 | Translation updates | Peter Eisentraut |
| 2002-10-16 | Fix from Joe on timeout code. | Bruce Momjian |
| 2002-10-16 | Fix connection_timeout to use time() and handle timeout == 1. | Bruce Momjian |
| 2002-10-15 | Fix libpq startup code to work correctly in autocommit off mode. | Tom Lane |
| 2002-10-14 | Translation updates | Peter Eisentraut |
| 2002-10-14 | Mention that resetting the timeout may be wrong on select retry. | Bruce Momjian |
| 2002-10-14 | Restore ptmp_timeout for cases where no timeout is passed. | Bruce Momjian |
| 2002-10-14 | libpq connection_timeout doesn't do subsecond timing, so make the code | Bruce Momjian |
| 2002-10-11 | Add tv_sec change for connection timeout suggested by author. | Bruce Momjian |
| 2002-10-11 | Prevent tv_sec from becoming negative in connection timeout code. | Bruce Momjian |
| 2002-10-03 | The attached patch fixes a number of issues related to compiling the | Bruce Momjian |
| 2002-09-26 | Clean up SSL compiler warnings. | Bruce Momjian |
| 2002-09-26 | Allow SSL to work withouth client-side certificate infrastructure. | Bruce Momjian |
| 2002-09-22 | Translation updates, some messages tweaked. | Peter Eisentraut |
| 2002-09-14 | Translation updates | Peter Eisentraut |