| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add missing gettext calls for some SSL errors. | Peter Eisentraut | 2006-09-04 | 1 | -3/+3 |
| * | Ooops, ldap fix for win32 broke the non-win32 case. | Tom Lane | 2006-08-22 | 1 | -6/+5 |
| * | Fix encrypted-LDAP support so that it doesn't cause the server to fail | Tom Lane | 2006-08-21 | 1 | -6/+36 |
| * | Set Win32 server-size socket buffer to 32k, for performance reasons. | Bruce Momjian | 2006-08-11 | 1 | -1/+15 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 4 | -15/+4 |
| * | Fix a passel of recently-committed violations of the rule 'thou shalt | Tom Lane | 2006-07-14 | 3 | -6/+3 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 3 | -3/+7 |
| * | Sort reference of include files, "A" - "F". | Bruce Momjian | 2006-07-11 | 1 | -2/+2 |
| * | Improve vacuum code to track minimum Xids per table instead of per database. | Alvaro Herrera | 2006-07-10 | 1 | -4/+4 |
| * | Split definitions for md5.c out of crypt.h and into their own header | Tom Lane | 2006-06-20 | 4 | -8/+7 |
| * | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 | 1 | -3/+1 |
| * | Fix the sense of the test on DH_check()'s return value. This was preventing | Tom Lane | 2006-05-12 | 1 | -2/+2 |
| * | Add SSL CRL support to libpq. Recently added to the backend. | Bruce Momjian | 2006-05-06 | 1 | -2/+2 |
| * | Issue a log message if a CRL file exists and the SSL library does not | Bruce Momjian | 2006-05-06 | 1 | -5/+11 |
| * | Don't try to compile SSL CRL support if local SSL installation hasn't | Tom Lane | 2006-05-04 | 1 | -1/+3 |
| * | On second thought, keep SSL CRL as a log, and wait for feedback from 8.2. | Bruce Momjian | 2006-04-27 | 1 | -3/+3 |
| * | Downgrade SSL CRL file missing message from LOG to DEBUG1. | Bruce Momjian | 2006-04-27 | 1 | -3/+3 |
| * | Add support for SSL Certificate Revocation List (CRL) files, root.crl. | Bruce Momjian | 2006-04-27 | 1 | -1/+24 |
| * | Revise large-object access routines to avoid running with CurrentMemoryContext | Tom Lane | 2006-04-26 | 1 | -79/+24 |
| * | Minor refactoring: initialize_SSL() only returns 0, so it should return | Neil Conway | 2006-03-21 | 1 | -9/+5 |
| * | 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 | 3 | -3/+170 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 10 | -20/+20 |
| * | Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macro | Tom Lane | 2006-01-24 | 1 | -4/+4 |
| * | Cosmetic code cleanup: fix a bunch of places that used "return (expr);" | Neil Conway | 2006-01-11 | 1 | -2/+2 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 4 | -42/+40 |
| * | Clean up md5.c to make it clearer that it is a frontend-and-backend | Tom Lane | 2005-10-20 | 1 | -16/+8 |
| * | Clean up libpq's pollution of application namespace by renaming the | Tom Lane | 2005-10-17 | 6 | -107/+111 |
| * | 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 | 9 | -239/+223 |
| * | Update krb_server_name to document that a missing entry defaults to | Bruce Momjian | 2005-10-13 | 1 | -5/+5 |
| * | Fix typo in sample pg_hba.conf; per IRC report from Bernhard Neuhauser. | Neil Conway | 2005-10-11 | 1 | -1/+1 |
| * | Fix Kerberos authentication in wake of virtual-hosts changes --- need | Tom Lane | 2005-10-08 | 1 | -20/+27 |
| * | Suppress signed-vs-unsigned-char warnings. | Tom Lane | 2005-09-24 | 2 | -15/+15 |
| * | In a machine where INT64_IS_BUSTED, we can only support 32-bit values | Tom Lane | 2005-09-24 | 1 | -2/+6 |
| * | Tweak TCP-keepalive code so that an invalid setting doesn't cause us | Tom Lane | 2005-09-12 | 1 | -37/+60 |
| * | Clean up some stray remaining references to pg_shadow, pg_user, pg_group. | Tom Lane | 2005-08-15 | 2 | -10/+7 |
| * | Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost | Tom Lane | 2005-08-11 | 1 | -2/+8 |
| * | Use the standard spelling of the protocol argument to get/setsockopt. | Tom Lane | 2005-07-30 | 1 | -7/+7 |
| * | Add GUC variables to control keep-alive times for idle, interval, and | Bruce Momjian | 2005-07-30 | 1 | -2/+211 |
| * | Clean up a number of autovacuum loose ends. Make the stats collector | Tom Lane | 2005-07-29 | 1 | -4/+6 |
| * | Code cleanup. | Bruce Momjian | 2005-07-28 | 1 | -5/+2 |
| * | Awhile back we replaced all uses of strcasecmp and strncasecmp with | Tom Lane | 2005-07-25 | 1 | -2/+2 |
| * | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane | 2005-07-04 | 1 | -15/+20 |
| * | Clean up the rather historically encumbered interface to now() and | Tom Lane | 2005-06-29 | 1 | -9/+3 |
| * | Fix up problems in write_auth_file and parsing of the auth file. | Tom Lane | 2005-06-28 | 1 | -40/+71 |
| * | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 | 2 | -202/+113 |
| * | Remove support for Kerberos V4. It seems no one is using this, it has | Neil Conway | 2005-06-27 | 3 | -102/+7 |
| * | Fix a potential backend crash during authentication when parsing a | Neil Conway | 2005-06-21 | 1 | -16/+9 |
| * | Add GUC krb_server_hostname so the server hostname can be specified as | Bruce Momjian | 2005-06-14 | 1 | -14/+20 |