| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Adjust lo_open() so that specifying INV_READ without INV_WRITE creates | Tom Lane | 2005-06-13 | 1 | -16/+30 |
| * | Allow kerberos name and username case sensitivity to be specified from | Bruce Momjian | 2005-06-04 | 1 | -7/+13 |
| * | Push enable/disable of notify and catchup interrupts all the way down | Tom Lane | 2005-06-02 | 1 | -3/+77 |
| * | Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack | Tom Lane | 2005-02-26 | 1 | -1/+49 |
| * | This patch optimizes the md5_text() function (which is used to | Neil Conway | 2005-02-23 | 1 | -3/+3 |
| * | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian | 2005-02-22 | 2 | -7/+7 |
| * | Flat file cleanup phase 2: make it work for pg_group. The flat group | Tom Lane | 2005-02-20 | 2 | -21/+28 |
| * | Add code to prevent transaction ID wraparound by enforcing a safe limit | Tom Lane | 2005-02-20 | 1 | -5/+4 |
| * | Improve documentation of signal usage for HAVE_SIGPROCMASK and | Bruce Momjian | 2005-02-14 | 1 | -5/+9 |
| * | Improve documentation of signal usage for HAVE_SIGPROCMASK and | Bruce Momjian | 2005-02-14 | 1 | -1/+5 |
| * | Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requested | Bruce Momjian | 2005-02-12 | 1 | -2/+2 |
| * | Add conditional inclusion of <com_err.h> to support old 'heimdal' | Tom Lane | 2005-01-12 | 1 | -1/+5 |
| * | Increase MAXLISTEN to a more generous value, and add an error message | Tom Lane | 2005-01-12 | 1 | -2/+4 |
| * | Consistently use geteuid() not getuid(); there were a few places deviating | Tom Lane | 2005-01-08 | 1 | -2/+2 |
| * | Improve comments in sample config files. | Tom Lane | 2005-01-07 | 2 | -24/+31 |
| * | Adjust lookup of client-side profile files (.pgpass and so on) as per | Tom Lane | 2005-01-06 | 1 | -6/+6 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 10 | -20/+20 |
| * | Cause pg_hba.conf file inclusion (@file stuff) to behave as documented, | Tom Lane | 2004-12-27 | 1 | -76/+82 |
| * | Remove direct inclusions of <com_err.h> as well as configure test for | Tom Lane | 2004-12-20 | 1 | -2/+1 |