| Commit message (Expand) | Author | Age | Files | Lines |
| * | Document that SM_* variables should be longer. | Bruce Momjian | 2002-06-03 | 1 | -1/+2 |
| * | Mention SM_USER should be the same size as the others. | Bruce Momjian | 2002-06-03 | 1 | -1/+2 |
| * | Authentication improvements: | Bruce Momjian | 2002-04-04 | 2 | -11/+12 |
| * | Further work on elog cleanup: fix some bogosities in elog's logic about | Tom Lane | 2002-03-04 | 1 | -19/+1 |
| * | We had a problem with to compile pgsql-7.2 under SW-8.0. | Bruce Momjian | 2002-02-22 | 1 | -2/+3 |
| * | Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easier | Tom Lane | 2001-12-04 | 1 | -1/+2 |
| * | Remove a bunch more no-longer-used stuff in libpq-be.h. | Tom Lane | 2001-11-12 | 1 | -78/+8 |
| * | The PacketReceive/PacketSend routines aren't used anymore. | Tom Lane | 2001-11-12 | 1 | -11/+1 |
| * | Add comments of duplicate definitions in interfaces/odbc/md5.h. | Bruce Momjian | 2001-11-12 | 1 | -1/+3 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 10 | -23/+23 |
| * | Fix pg_pwd caching mechanism, which was broken by changes to fork | Tom Lane | 2001-11-02 | 1 | -14/+13 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 10 | -21/+31 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 11 | -41/+29 |
| * | Fix a compile error on a platform that does not have PAM. | Tatsuo Ishii | 2001-10-01 | 1 | -3/+3 |
| * | Code review for MD5 authorization patch. Clean up some breakage | Tom Lane | 2001-09-21 | 1 | -5/+5 |
| * | Enable SIGTERM and SIGQUIT during client authentication so | Jan Wieck | 2001-09-07 | 1 | -2/+3 |
| * | PAM authentication: | Bruce Momjian | 2001-09-06 | 1 | -1/+4 |
| * | This fixes clashing defines of ERROR. On win32, winapi.h is included, which | Bruce Momjian | 2001-09-06 | 1 | -1/+6 |
| * | There are two problems when compiling libpq.dll and psql.exe | Bruce Momjian | 2001-08-24 | 1 | -1/+3 |
| * | Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems. | Bruce Momjian | 2001-08-21 | 1 | -1/+2 |
| * | Add 4-byte MD5 salt. | Bruce Momjian | 2001-08-17 | 2 | -4/+6 |
| * | Add new MD5 pg_hba.conf keyword. Prevent fallback to crypt. | Bruce Momjian | 2001-08-16 | 1 | -3/+2 |
| * | Remove protocol version change. Try MD5 first, then crypt() on all clients. | Bruce Momjian | 2001-08-16 | 1 | -2/+2 |
| * | Move md5.h contents to crypt.h. | Bruce Momjian | 2001-08-15 | 2 | -21/+9 |
| * | Add new files. | Bruce Momjian | 2001-08-15 | 1 | -0/+21 |
| * | Use MD5 for wire protocol encryption for >= 7.2 client/server. | Bruce Momjian | 2001-08-15 | 3 | -11/+10 |
| * | Add a check for end of client connection before expecting a password | Peter Eisentraut | 2001-08-07 | 1 | -1/+2 |
| * | Support ident authentication on local (Unix) socket connections, if the | Tom Lane | 2001-08-01 | 1 | -3/+2 |
| * | Cleanup code for preparsing pg_hba.conf and pg_ident.conf. Store line | Tom Lane | 2001-07-31 | 1 | -5/+5 |
| * | Load pg_hba.conf and pg_ident.conf on startup and SIGHUP into List of | Bruce Momjian | 2001-07-30 | 1 | -2/+3 |
| * | Handle reading of startup packet and authentication exchange after forking | Peter Eisentraut | 2001-06-20 | 1 | -2/+2 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 4 | -17/+18 |
| * | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 | 2 | -78/+5 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 8 | -16/+16 |
| * | Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks | Tom Lane | 2000-12-18 | 1 | -2/+1 |
| * | Make default socket directory location configurable from config.h. | Tom Lane | 2000-11-30 | 1 | -11/+13 |
| * | Move connection defines to miscadmin.h. | Bruce Momjian | 2000-11-25 | 1 | -10/+1 |
| * | Rename GUC name from unixsocket to unix_socket_directory | Bruce Momjian | 2000-11-25 | 1 | -2/+2 |
| * | Recommit socket path fix. It works now. | Bruce Momjian | 2000-11-22 | 1 | -5/+4 |
| * | Back out socket path until it works. | Bruce Momjian | 2000-11-22 | 1 | -4/+5 |
| * | Back out socket file path change until it works. | Bruce Momjian | 2000-11-22 | 1 | -2/+2 |
| * | Make socket option specify just the directory, not the full path. | Bruce Momjian | 2000-11-22 | 1 | -5/+4 |
| * | Rename parameter "hostname" to "virtual_host". Seemed very ambiguous... | Peter Eisentraut | 2000-11-15 | 1 | -2/+2 |
| * | Rename PortName to PortNumber. | Bruce Momjian | 2000-11-14 | 1 | -2/+2 |
| * | UUNET is looking into offering PostgreSQL as a part of a managed web | Bruce Momjian | 2000-11-13 | 2 | -8/+14 |
| * | Add runtime configuration options to control permission bits and group | Peter Eisentraut | 2000-11-01 | 1 | -1/+9 |
| * | As we don't use struct dirent, the #define SYSV_DIRENT is useless. If we | Peter Eisentraut | 2000-10-28 | 1 | -13/+1 |
| * | Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>. | Peter Eisentraut | 2000-09-27 | 1 | -8/+17 |
| * | Make the location of the Kerberos server key file run time configurable | Peter Eisentraut | 2000-08-25 | 1 | -1/+3 |
| * | Remove long-dead support for invoking queries from dynamically loaded | Tom Lane | 2000-07-08 | 1 | -183/+9 |