| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix invalid use of #if within a macro, per Laurenz Albe. Also try to | Tom Lane | 2006-03-16 | 1 | -12/+17 |
| * | This patch adds native LDAP auth, for those platforms that don't have | Bruce Momjian | 2006-03-06 | 1 | -1/+164 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -2/+2 |
| * | Clean up libpq's pollution of application namespace by renaming the | Tom Lane | 2005-10-17 | 1 | -5/+5 |
| * | kerberos error message: localhost -> server hostname | Bruce Momjian | 2005-10-15 | 1 | -3/+3 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -47/+46 |
| * | Update krb_server_name to document that a missing entry defaults to | Bruce Momjian | 2005-10-13 | 1 | -5/+5 |
| * | Fix Kerberos authentication in wake of virtual-hosts changes --- need | Tom Lane | 2005-10-08 | 1 | -20/+27 |
| * | Awhile back we replaced all uses of strcasecmp and strncasecmp with | Tom Lane | 2005-07-25 | 1 | -2/+2 |
| * | Remove support for Kerberos V4. It seems no one is using this, it has | Neil Conway | 2005-06-27 | 1 | -96/+4 |
| * | Add GUC krb_server_hostname so the server hostname can be specified as | Bruce Momjian | 2005-06-14 | 1 | -14/+20 |
| * | Allow kerberos name and username case sensitivity to be specified from | Bruce Momjian | 2005-06-04 | 1 | -7/+13 |
| * | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian | 2005-02-22 | 1 | -2/+2 |
| * | Add conditional inclusion of <com_err.h> to support old 'heimdal' | Tom Lane | 2005-01-12 | 1 | -1/+5 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Remove direct inclusions of <com_err.h> as well as configure test for | Tom Lane | 2004-12-20 | 1 | -2/+1 |
| * | Message style revisions | Peter Eisentraut | 2004-10-12 | 1 | -8/+8 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -5/+7 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Use gettext_noop() to mark strings. errmsg() perform the | Dennis Bjorklund | 2004-08-04 | 1 | -9/+9 |
| * | Add some strings for translation and remove some cut'n'paste | Dennis Bjorklund | 2004-08-04 | 1 | -11/+13 |
| * | Fix broken IDENT support for FreeBSD (appears to have been broken by | Tom Lane | 2003-12-20 | 1 | -14/+13 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Various message fixes, among those fixes for the previous round of fixes | Peter Eisentraut | 2003-09-26 | 1 | -2/+2 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -17/+17 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -21/+21 |
| * | Localizability improvement. | Tom Lane | 2003-07-28 | 1 | -3/+4 |
| * | Have SSL text print only when SSL mode is enabled. | Bruce Momjian | 2003-07-26 | 1 | -7/+8 |
| * | At long last I put together a patch to support 4 client SSL negotiation | Bruce Momjian | 2003-07-26 | 1 | -3/+9 |
| * | Have a go at fixing various outstanding portability issues in code that | Tom Lane | 2003-07-23 | 1 | -6/+5 |
| * | Error message editing in backend/libpq, backend/postmaster, backend/tcop. | Tom Lane | 2003-07-22 | 1 | -60/+96 |
| * | > This change (I'm sure this will wrap poorly -- sorry): | Bruce Momjian | 2003-06-25 | 1 | -1/+8 |
| * | IPv6 cleanups. | Bruce Momjian | 2003-06-12 | 1 | -11/+9 |
| * | Fix breakage induced by yours truly in Kerberos and PAM code. | Tom Lane | 2003-04-25 | 1 | -6/+6 |
| * | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane | 2003-04-22 | 1 | -3/+2 |
| * | Second round of FE/BE protocol changes. Frontend->backend messages now | Tom Lane | 2003-04-19 | 1 | -37/+76 |
| * | First phase of FE/BE protocol modifications: new StartupPacket layout | Tom Lane | 2003-04-17 | 1 | -8/+9 |
| * | Update FAQ's in head and 7.3.X. | Bruce Momjian | 2003-02-14 | 1 | -1/+6 |
| * | Fix for systems that don't have INET_ADDRSTRLEN. | Peter Eisentraut | 2003-01-06 | 1 | -1/+2 |
| * | Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries | Bruce Momjian | 2003-01-06 | 1 | -5/+11 |
| * | Back out V6 code, caused postmaster startup failure. | Bruce Momjian | 2002-12-06 | 1 | -6/+3 |
| * | We have just finished porting the old KAME IPv6 patch over to | Bruce Momjian | 2002-12-06 | 1 | -3/+6 |
| * | Deal with cases where getpeereid _and_ another creditial method is | Bruce Momjian | 2002-12-03 | 1 | -2/+4 |
| * | Guard against send-lots-and-lots-of-data DoS attack from unauthenticated | Tom Lane | 2002-09-04 | 1 | -5/+4 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -12/+11 |
| * | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 | 1 | -2/+1 |
| * | Back out password packet length check. | Bruce Momjian | 2002-08-30 | 1 | -15/+1 |
| * | Prevent problem with extra-long password packets from allocating lots of | Bruce Momjian | 2002-08-29 | 1 | -1/+15 |