| Commit message (Expand) | Author | Age | Files | Lines |
| * | Document libpq service capability, and add sample file. | Bruce Momjian | 2003-01-07 | 1 | -7/+4 |
| * | Enable IPv6 libpq 'hostaddr' addresses. Update docs. | Bruce Momjian | 2003-01-06 | 1 | -4/+3 |
| * | Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries | Bruce Momjian | 2003-01-06 | 2 | -77/+160 |
| * | Attached is a patch to provide makefiles, etc. to allow the compilation | Bruce Momjian | 2002-12-30 | 3 | -0/+244 |
| * | pgindent fe-connect.c --- done to make IPv6 patch easier to apply. | Bruce Momjian | 2002-12-19 | 1 | -109/+118 |
| * | From the SSL_CTX_new man page: | PostgreSQL Daemon | 2002-12-18 | 1 | -2/+2 |
| * | Increment libpq major number for 7.3.1 and minor for 7.4. | Bruce Momjian | 2002-12-13 | 1 | -3/+3 |
| * | Check SSL_get_error() value SSL_ERROR_SYSCALL to see if SSL_read() | Bruce Momjian | 2002-12-12 | 1 | -3/+5 |
| * | Bump version for 7.3 and 7.4. | Bruce Momjian | 2002-12-11 | 1 | -2/+2 |
| * | Back out V6 code, caused postmaster startup failure. | Bruce Momjian | 2002-12-06 | 2 | -94/+102 |
| * | We have just finished porting the old KAME IPv6 patch over to | Bruce Momjian | 2002-12-06 | 2 | -102/+94 |
| * | Stamp minor version numbers for 7.4 release. | Bruce Momjian | 2002-12-04 | 2 | -6/+6 |
| * | Deal with cases where getpeereid _and_ another creditial method is | Bruce Momjian | 2002-12-03 | 1 | -2/+4 |
| * | I just discovered, that there is missing a const when passing a buffer | Bruce Momjian | 2002-11-10 | 2 | -8/+8 |
| * | Remove inappropriate inclusions of OpenSSL internal header e_os.h, | Tom Lane | 2002-11-07 | 1 | -4/+2 |
| * | Fix inclusion order, per Andreas. | Tom Lane | 2002-11-04 | 1 | -4/+3 |
| * | Code review for connection timeout patch. Avoid unportable assumption | Tom Lane | 2002-10-24 | 2 | -30/+45 |
| * | Translation updates | Peter Eisentraut | 2002-10-21 | 1 | -95/+184 |
| * | Fix from Joe on timeout code. | Bruce Momjian | 2002-10-16 | 1 | -2/+2 |
| * | Fix connection_timeout to use time() and handle timeout == 1. | Bruce Momjian | 2002-10-16 | 3 | -35/+22 |
| * | Fix libpq startup code to work correctly in autocommit off mode. | Tom Lane | 2002-10-15 | 1 | -64/+56 |
| * | Translation updates | Peter Eisentraut | 2002-10-14 | 3 | -498/+892 |
| * | Mention that resetting the timeout may be wrong on select retry. | Bruce Momjian | 2002-10-14 | 1 | -2/+7 |
| * | Restore ptmp_timeout for cases where no timeout is passed. | Bruce Momjian | 2002-10-14 | 1 | -2/+4 |
| * | libpq connection_timeout doesn't do subsecond timing, so make the code | Bruce Momjian | 2002-10-14 | 3 | -14/+10 |
| * | Add tv_sec change for connection timeout suggested by author. | Bruce Momjian | 2002-10-11 | 1 | -6/+4 |
| * | Prevent tv_sec from becoming negative in connection timeout code. | Bruce Momjian | 2002-10-11 | 1 | -2/+5 |
| * | The attached patch fixes a number of issues related to compiling the | Bruce Momjian | 2002-10-03 | 7 | -41/+33 |
| * | Clean up SSL compiler warnings. | Bruce Momjian | 2002-09-26 | 1 | -1/+7 |
| * | Allow SSL to work withouth client-side certificate infrastructure. | Bruce Momjian | 2002-09-26 | 1 | -1/+11 |
| * | Translation updates, some messages tweaked. | Peter Eisentraut | 2002-09-22 | 4 | -105/+201 |
| * | Translation updates | Peter Eisentraut | 2002-09-14 | 2 | -145/+146 |
| * | Fix printf() quote handling and improper exit(), per Tom. | Bruce Momjian | 2002-09-06 | 1 | -6/+5 |
| * | Fix compile error. | Bruce Momjian | 2002-09-05 | 1 | -2/+3 |
| * | Remove PGPASSWORDFILE and default to always trying $HOME/.pgpass. | Bruce Momjian | 2002-09-05 | 1 | -19/+35 |
| * | Don't use gethostbyname2(). It's not portable and we don't claim to | Peter Eisentraut | 2002-09-05 | 1 | -3/+3 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 8 | -505/+664 |
| * | Brand 7.3. Ready for beta! | Bruce Momjian | 2002-09-04 | 1 | -4/+4 |
| * | Remove all traces of multibyte and locale options. Clean up comments | Peter Eisentraut | 2002-09-03 | 3 | -60/+10 |
| * | Translation updates | Peter Eisentraut | 2002-09-02 | 3 | -2/+831 |
| * | I checked all the previous string handling errors and most of them were | Bruce Momjian | 2002-09-02 | 1 | -4/+4 |
| * | Fix off-by-one allocation error in PasswordFromFile(), per Gordon Runkle. | Tom Lane | 2002-08-30 | 1 | -3/+2 |
| * | > > > > If you want to put in security restrictions that are actually useful, | Bruce Momjian | 2002-08-29 | 1 | -1/+17 |
| * | Remove #ifdef MULTIBYTE per hackers list discussion. | Tatsuo Ishii | 2002-08-29 | 3 | -51/+3 |
| * | Remove support for version-0 FE/BE protocol, per pghackers discussion. | Tom Lane | 2002-08-29 | 1 | -1/+6 |
| * | Updates from Dennis Bjorklund | Peter Eisentraut | 2002-08-28 | 1 | -133/+129 |
| * | The attached patch implements the password packet length sanity check | Bruce Momjian | 2002-08-27 | 1 | -6/+7 |
| * | More connection timeout cleanups. | Bruce Momjian | 2002-08-27 | 1 | -4/+4 |
| * | Cleanup of libpq connection timeout code. | Bruce Momjian | 2002-08-27 | 1 | -47/+47 |
| * | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane | 2002-08-24 | 1 | -8/+4 |