| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add new MD5 pg_hba.conf keyword. Prevent fallback to crypt. | Bruce Momjian | 2001-08-16 | 3 | -17/+17 |
| * | Remove protocol version change. Try MD5 first, then crypt() on all clients. | Bruce Momjian | 2001-08-16 | 2 | -16/+12 |
| * | Use malloc/palloc as appropriate. | Bruce Momjian | 2001-08-15 | 1 | -0/+7 |
| * | Move md5.h contents to crypt.h. | Bruce Momjian | 2001-08-15 | 2 | -4/+3 |
| * | Add new files. | Bruce Momjian | 2001-08-15 | 1 | -0/+303 |
| * | Use MD5 for wire protocol encryption for >= 7.2 client/server. | Bruce Momjian | 2001-08-15 | 6 | -33/+86 |
| * | Fix thinko (revealed by gcc warning). | Tom Lane | 2001-08-07 | 1 | -3/+7 |
| * | Add a check for end of client connection before expecting a password | Peter Eisentraut | 2001-08-07 | 2 | -3/+23 |
| * | Remove no-longer-needed fcntl call (I'm not sure it *ever* did anything | Tom Lane | 2001-08-05 | 1 | -6/+2 |
| * | Even though SO_PEERCRED is probably totally unportable, might as well | Tom Lane | 2001-08-02 | 1 | -3/+2 |
| * | Remove SO_PASSCRED step in ident_unix --- according to Helge Bahmann, | Tom Lane | 2001-08-02 | 1 | -43/+17 |
| * | Digging through previous discussion of this patch, I note where Peter E. | Tom Lane | 2001-08-01 | 1 | -5/+12 |
| * | Support ident authentication on local (Unix) socket connections, if the | Tom Lane | 2001-08-01 | 3 | -45/+134 |
| * | Add mention of SIGHUP for pg_ident.conf. | Bruce Momjian | 2001-08-01 | 1 | -0/+4 |
| * | Add documentation changes for new pg_hba.conf behavior. | Bruce Momjian | 2001-08-01 | 1 | -2/+3 |
| * | Cleanup code for preparsing pg_hba.conf and pg_ident.conf. Store line | Tom Lane | 2001-07-31 | 1 | -137/+170 |
| * | Update info on pg_hba.conf comments. | Bruce Momjian | 2001-07-31 | 1 | -2/+3 |
| * | Load pg_hba.conf and pg_ident.conf on startup and SIGHUP into List of | Bruce Momjian | 2001-07-30 | 1 | -490/+480 |
| * | Source formatting cleanup. | Bruce Momjian | 2001-07-21 | 1 | -21/+11 |
| * | Better document use of ident on localhost, per Tom Lane's idea. | Bruce Momjian | 2001-07-11 | 1 | -23/+23 |
| * | Move export to a separate line, per Peter E. | Bruce Momjian | 2001-07-11 | 1 | -7/+7 |
| * | Instead of believing SOMAXCONN from the system header files (which is | Tom Lane | 2001-07-11 | 1 | -7/+21 |
| * | Since a missing pg_pwd file is a valid situation, don't print an error | Peter Eisentraut | 2001-06-23 | 1 | -5/+4 |
| * | Handle reading of startup packet and authentication exchange after forking | Peter Eisentraut | 2001-06-20 | 1 | -228/+112 |
| * | Improve wording of authentication files. | Bruce Momjian | 2001-06-18 | 3 | -188/+221 |
| * | Allow a non-superuser database owner to vacuum all tables in his | Tom Lane | 2001-06-13 | 1 | -2/+2 |
| * | Remove error report from pq_endmessage when pq_putmessage fails. The | Tom Lane | 2001-04-16 | 1 | -8/+3 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 7 | -67/+76 |
| * | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 | 2 | -5/+5 |
| * | Repair postmaster memory leakage during password authentication. | Tom Lane | 2001-02-07 | 1 | -7/+16 |
| * | 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/+6 |
| * | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane | 2000-12-03 | 1 | -2/+2 |
| * | Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the Unix | Tom Lane | 2000-11-29 | 1 | -53/+22 |
| * | Be a little more careful with strtok(). | Tom Lane | 2000-11-27 | 1 | -2/+2 |
| * | Pay attention to fgets() failure return. | Tom Lane | 2000-11-27 | 1 | -3/+5 |
| * | Extend accept/AF_UNIX bug workaround to SCO OpenServer. | Peter Eisentraut | 2000-11-21 | 1 | -4/+4 |
| * | Improve comments. | Tom Lane | 2000-11-21 | 1 | -2/+6 |
| * | Improve comments in pg_hba.conf.sample and the associated SGML | Tom Lane | 2000-11-21 | 1 | -63/+94 |
| * | Rename PortName to PortNumber. | Bruce Momjian | 2000-11-14 | 1 | -4/+4 |
| * | Fix for no hterror(). | Bruce Momjian | 2000-11-13 | 1 | -3/+3 |
| * | UUNET is looking into offering PostgreSQL as a part of a managed web | Bruce Momjian | 2000-11-13 | 1 | -5/+27 |
| * | Add runtime configuration options to control permission bits and group | Peter Eisentraut | 2000-11-01 | 1 | -2/+62 |
| * | Remove arbitrary limit on number of simultaneously open large objects. | Tom Lane | 2000-10-24 | 1 | -54/+74 |
| * | Major overhaul of large-object implementation, by Denis Perchine with | Tom Lane | 2000-10-24 | 1 | -26/+20 |
| * | Back out xti.h portion of the patch. | Bruce Momjian | 2000-10-23 | 1 | -4/+1 |
| * | Makeover for Unixware 7.1.1 | Peter Eisentraut | 2000-10-22 | 1 | -1/+10 |
| * | BACKED OUT. | Bruce Momjian | 2000-10-22 | 1 | -4/+2 |
| * | here it is as requested by Bruce. | Bruce Momjian | 2000-10-21 | 1 | -2/+4 |
| * | The configure script fails to find <netinet/tcp.h>. | Bruce Momjian | 2000-10-14 | 1 | -1/+4 |