| Age | Commit message (Expand) | Author |
| 2003-02-14 | Update FAQ's in head and 7.3.X. | Bruce Momjian |
| 2003-02-14 | Remove bogus manipulation of SIGPIPE; the backend already runs with | 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-25 | Where available, use utime() or utimes() to update the file mod time | Tom Lane |
| 2003-01-14 | Readd #include netinet/in.h for FreeBSD. | Bruce Momjian |
| 2003-01-09 | Fix IPv6 detection and IPv6 to 4 conversion to use only standard | Peter Eisentraut |
| 2003-01-08 | Remove 'const' from secure_write, to prevent compiler warning. | Bruce Momjian |
| 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-07 | Add connection service file. | Bruce Momjian |
| 2003-01-06 | Fix for systems that don't have INET_ADDRSTRLEN. | Peter Eisentraut |
| 2003-01-06 | Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries | Bruce Momjian |
| 2002-12-23 | Update SSL error message for improper permissions. Backpatch to 7.3.X. | Bruce Momjian |
| 2002-12-18 | From the SSL_CTX_new man page: | PostgreSQL Daemon |
| 2002-12-14 | The actual segfault was caused by a double pfree(), but ISTM that | Bruce Momjian |
| 2002-12-14 | Ok, I think I've gotten this figured out now. I saw this comment in | Bruce Momjian |
| 2002-12-13 | Remove strerror output for openssl SYSCALL error check. | Bruce Momjian |
| 2002-12-12 | Check SSL_get_error() value SSL_ERROR_SYSCALL to see if SSL_read() | Bruce Momjian |
| 2002-12-11 | Fix line count error reporting in config files, like pg_hba.conf, per | Bruce Momjian |
| 2002-12-06 | Back out V6 code, caused postmaster startup failure. | Bruce Momjian |
| 2002-12-06 | Add missing v6utils file. | Bruce Momjian |
| 2002-12-06 | Updated IPv6 patch to fix netmask. | Bruce Momjian |
| 2002-12-06 | We have just finished porting the old KAME IPv6 patch over to | Bruce Momjian |
| 2002-12-05 | Clearify variables names so it is clear which variable is the | Bruce Momjian |
| 2002-12-05 | Allow 'password' encryption even when pg_shadow has MD5 passwords, per | Bruce Momjian |
| 2002-12-03 | Deal with cases where getpeereid _and_ another creditial method is | Bruce Momjian |
| 2002-12-03 | Add OpenBSD local indent credentials, from William Ahern. | Bruce Momjian |
| 2002-11-07 | Remove inappropriate inclusions of OpenSSL internal header e_os.h, | Tom Lane |
| 2002-10-03 | Add SSL documentation info to README.SSL | Bruce Momjian |
| 2002-10-03 | The attached patch fixes a number of issues related to compiling the | Bruce Momjian |
| 2002-09-29 | Add Bear's SSL comments. | Bruce Momjian |
| 2002-09-26 | Allow SSL to work withouth client-side certificate infrastructure. | Bruce Momjian |
| 2002-09-14 | Shrink the pg_hba.conf and pg_ident.conf default files and move most of the | Peter Eisentraut |
| 2002-09-04 | Guard against send-lots-and-lots-of-data DoS attack from unauthenticated | Tom Lane |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-09-03 | Remove all traces of multibyte and locale options. Clean up comments | Peter Eisentraut |
| 2002-09-02 | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian |
| 2002-08-30 | Back out password packet length check. | Bruce Momjian |
| 2002-08-29 | Prevent problem with extra-long password packets from allocating lots of | Bruce Momjian |
| 2002-08-29 | Remove support for version-0 FE/BE protocol, per pghackers discussion. | Tom Lane |
| 2002-08-27 | The attached patch implements the password packet length sanity check | Bruce Momjian |
| 2002-08-27 | Add most of Neil Conway's cleanups. | Bruce Momjian |
| 2002-08-25 | Clean up comments to be careful about the distinction between variable- | Tom Lane |
| 2002-08-18 | Add db-local user names, per discussion on hackers. | Bruce Momjian |
| 2002-08-08 | Remove #ifdef MULTIBYTE | Tatsuo Ishii |
| 2002-07-15 | Remove certain Makefile dependencies by using full pathnames in | Bruce Momjian |
| 2002-06-26 | Treat \r as white space when parsing pg_hba and related files. | Tom Lane |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-06-17 | Fix missing 'buf' variable in SSL sources and add missing includes. | Bruce Momjian |