| Age | Commit message (Expand) | Author |
| 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-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-18 | Add db-local user names, per discussion on hackers. | Bruce Momjian |
| 2002-08-12 | Buffer-overrun paranoia. | Tom Lane |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-06-14 | SSL patch that adds support for optional client certificates. | Bruce Momjian |
| 2002-06-14 | SSL patch to periodically renegotiate session key. | 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 |
| 2002-06-03 | Document that SM_* variables should be longer. | Bruce Momjian |
| 2002-06-03 | Mention SM_USER should be the same size as the others. | Bruce Momjian |
| 2002-04-04 | Authentication improvements: | Bruce Momjian |
| 2002-03-04 | Further work on elog cleanup: fix some bogosities in elog's logic about | Tom Lane |
| 2002-02-22 | We had a problem with to compile pgsql-7.2 under SW-8.0. | Bruce Momjian |
| 2001-12-04 | Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easier | Tom Lane |
| 2001-11-12 | Remove a bunch more no-longer-used stuff in libpq-be.h. | Tom Lane |
| 2001-11-12 | The PacketReceive/PacketSend routines aren't used anymore. | Tom Lane |
| 2001-11-12 | Add comments of duplicate definitions in interfaces/odbc/md5.h. | Bruce Momjian |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-11-02 | Fix pg_pwd caching mechanism, which was broken by changes to fork | Tom Lane |
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-10-01 | Fix a compile error on a platform that does not have PAM. | Tatsuo Ishii |
| 2001-09-21 | Code review for MD5 authorization patch. Clean up some breakage | Tom Lane |
| 2001-09-07 | Enable SIGTERM and SIGQUIT during client authentication so | Jan Wieck |
| 2001-09-06 | PAM authentication: | Bruce Momjian |
| 2001-09-06 | This fixes clashing defines of ERROR. On win32, winapi.h is included, which | Bruce Momjian |
| 2001-08-24 | There are two problems when compiling libpq.dll and psql.exe | Bruce Momjian |
| 2001-08-21 | Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems. | Bruce Momjian |
| 2001-08-17 | Add 4-byte MD5 salt. | Bruce Momjian |
| 2001-08-16 | Add new MD5 pg_hba.conf keyword. Prevent fallback to crypt. | Bruce Momjian |
| 2001-08-16 | Remove protocol version change. Try MD5 first, then crypt() on all clients. | Bruce Momjian |
| 2001-08-15 | Move md5.h contents to crypt.h. | Bruce Momjian |
| 2001-08-15 | Add new files. | Bruce Momjian |
| 2001-08-15 | Use MD5 for wire protocol encryption for >= 7.2 client/server. | Bruce Momjian |
| 2001-08-07 | Add a check for end of client connection before expecting a password | Peter Eisentraut |
| 2001-08-01 | Support ident authentication on local (Unix) socket connections, if the | Tom Lane |
| 2001-07-31 | Cleanup code for preparsing pg_hba.conf and pg_ident.conf. Store line | Tom Lane |
| 2001-07-30 | Load pg_hba.conf and pg_ident.conf on startup and SIGHUP into List of | Bruce Momjian |
| 2001-06-20 | Handle reading of startup packet and authentication exchange after forking | Peter Eisentraut |
| 2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
| 2001-02-10 | Restructure the key include files per recent pghackers discussion: there | Tom Lane |
| 2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
| 2000-12-18 | Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks | Tom Lane |
| 2000-11-30 | Make default socket directory location configurable from config.h. | Tom Lane |
| 2000-11-25 | Move connection defines to miscadmin.h. | Bruce Momjian |
| 2000-11-25 | Rename GUC name from unixsocket to unix_socket_directory | Bruce Momjian |