| Commit message (Expand) | Author | Age |
* | Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easier | Tom Lane | 2001-12-04 |
* | 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-12 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | Fix pg_pwd caching mechanism, which was broken by changes to fork | Tom Lane | 2001-11-02 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Fix a compile error on a platform that does not have PAM. | Tatsuo Ishii | 2001-10-01 |
* | Code review for MD5 authorization patch. Clean up some breakage | Tom Lane | 2001-09-21 |
* | Enable SIGTERM and SIGQUIT during client authentication so | Jan Wieck | 2001-09-07 |
* | PAM authentication: | Bruce Momjian | 2001-09-06 |
* | This fixes clashing defines of ERROR. On win32, winapi.h is included, which | Bruce Momjian | 2001-09-06 |
* | There are two problems when compiling libpq.dll and psql.exe | Bruce Momjian | 2001-08-24 |
* | Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems. | Bruce Momjian | 2001-08-21 |
* | Add 4-byte MD5 salt. | Bruce Momjian | 2001-08-17 |
* | 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-16 |
* | 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-15 |
* | Add a check for end of client connection before expecting a password | Peter Eisentraut | 2001-08-07 |
* | Support ident authentication on local (Unix) socket connections, if the | Tom Lane | 2001-08-01 |
* | Cleanup code for preparsing pg_hba.conf and pg_ident.conf. Store line | Tom Lane | 2001-07-31 |
* | Load pg_hba.conf and pg_ident.conf on startup and SIGHUP into List of | Bruce Momjian | 2001-07-30 |
* | Handle reading of startup packet and authentication exchange after forking | Peter Eisentraut | 2001-06-20 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks | Tom Lane | 2000-12-18 |
* | Make default socket directory location configurable from config.h. | Tom Lane | 2000-11-30 |
* | Move connection defines to miscadmin.h. | Bruce Momjian | 2000-11-25 |
* | Rename GUC name from unixsocket to unix_socket_directory | Bruce Momjian | 2000-11-25 |
* | Recommit socket path fix. It works now. | Bruce Momjian | 2000-11-22 |
* | Back out socket path until it works. | Bruce Momjian | 2000-11-22 |
* | Back out socket file path change until it works. | Bruce Momjian | 2000-11-22 |
* | Make socket option specify just the directory, not the full path. | Bruce Momjian | 2000-11-22 |
* | Rename parameter "hostname" to "virtual_host". Seemed very ambiguous... | Peter Eisentraut | 2000-11-15 |
* | Rename PortName to PortNumber. | Bruce Momjian | 2000-11-14 |
* | UUNET is looking into offering PostgreSQL as a part of a managed web | Bruce Momjian | 2000-11-13 |
* | Add runtime configuration options to control permission bits and group | Peter Eisentraut | 2000-11-01 |
* | As we don't use struct dirent, the #define SYSV_DIRENT is useless. If we | Peter Eisentraut | 2000-10-28 |
* | Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>. | Peter Eisentraut | 2000-09-27 |
* | Make the location of the Kerberos server key file run time configurable | Peter Eisentraut | 2000-08-25 |
* | Remove long-dead support for invoking queries from dynamically loaded | Tom Lane | 2000-07-08 |
* | Expand secondary password file feature, so that you can use these | Peter Eisentraut | 2000-07-04 |
* | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 |
* | Clean up #include's. | Bruce Momjian | 2000-06-15 |
* | #include cleanups | Bruce Momjian | 2000-06-15 |
* | Another round of updates for new fmgr, mostly in the datetime code. | Tom Lane | 2000-06-09 |