| Age | Commit message (Expand) | Author |
| 2006-10-20 | Back-patch second version of AIX getaddrinfo fix. | Tom Lane |
| 2006-10-19 | Work around reported problem that AIX's getaddrinfo() doesn't seem to zero | Tom Lane |
| 2006-05-12 | Fix the sense of the test on DH_check()'s return value. This was preventing | Tom Lane |
| 2006-04-26 | Revise large-object access routines to avoid running with CurrentMemoryContext | Tom Lane |
| 2006-01-24 | Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macro | Tom Lane |
| 2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
| 2005-10-20 | Clean up md5.c to make it clearer that it is a frontend-and-backend | Tom Lane |
| 2005-10-17 | Clean up libpq's pollution of application namespace by renaming the | Tom Lane |
| 2005-10-15 | kerberos error message: localhost -> server hostname | Bruce Momjian |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-10-13 | Update krb_server_name to document that a missing entry defaults to | Bruce Momjian |
| 2005-10-11 | Fix typo in sample pg_hba.conf; per IRC report from Bernhard Neuhauser. | Neil Conway |
| 2005-10-08 | Fix Kerberos authentication in wake of virtual-hosts changes --- need | Tom Lane |
| 2005-09-24 | Suppress signed-vs-unsigned-char warnings. | Tom Lane |
| 2005-09-24 | In a machine where INT64_IS_BUSTED, we can only support 32-bit values | Tom Lane |
| 2005-09-12 | Tweak TCP-keepalive code so that an invalid setting doesn't cause us | Tom Lane |
| 2005-08-15 | Clean up some stray remaining references to pg_shadow, pg_user, pg_group. | Tom Lane |
| 2005-08-11 | Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost | Tom Lane |
| 2005-07-30 | Use the standard spelling of the protocol argument to get/setsockopt. | Tom Lane |
| 2005-07-30 | Add GUC variables to control keep-alive times for idle, interval, and | Bruce Momjian |
| 2005-07-29 | Clean up a number of autovacuum loose ends. Make the stats collector | Tom Lane |
| 2005-07-28 | Code cleanup. | Bruce Momjian |
| 2005-07-25 | Awhile back we replaced all uses of strcasecmp and strncasecmp with | Tom Lane |
| 2005-07-04 | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane |
| 2005-06-29 | Clean up the rather historically encumbered interface to now() and | Tom Lane |
| 2005-06-28 | Fix up problems in write_auth_file and parsing of the auth file. | Tom Lane |
| 2005-06-28 | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane |
| 2005-06-27 | Remove support for Kerberos V4. It seems no one is using this, it has | Neil Conway |
| 2005-06-21 | Fix a potential backend crash during authentication when parsing a | Neil Conway |
| 2005-06-14 | Add GUC krb_server_hostname so the server hostname can be specified as | Bruce Momjian |
| 2005-06-13 | Adjust lo_open() so that specifying INV_READ without INV_WRITE creates | Tom Lane |
| 2005-06-04 | Allow kerberos name and username case sensitivity to be specified from | Bruce Momjian |
| 2005-06-02 | Push enable/disable of notify and catchup interrupts all the way down | Tom Lane |
| 2005-02-26 | Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack | Tom Lane |
| 2005-02-23 | This patch optimizes the md5_text() function (which is used to | Neil Conway |
| 2005-02-22 | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian |
| 2005-02-20 | Flat file cleanup phase 2: make it work for pg_group. The flat group | Tom Lane |
| 2005-02-20 | Add code to prevent transaction ID wraparound by enforcing a safe limit | Tom Lane |
| 2005-02-14 | Improve documentation of signal usage for HAVE_SIGPROCMASK and | Bruce Momjian |
| 2005-02-14 | Improve documentation of signal usage for HAVE_SIGPROCMASK and | Bruce Momjian |
| 2005-02-12 | Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requested | Bruce Momjian |
| 2005-01-12 | Add conditional inclusion of <com_err.h> to support old 'heimdal' | Tom Lane |
| 2005-01-12 | Increase MAXLISTEN to a more generous value, and add an error message | Tom Lane |
| 2005-01-08 | Consistently use geteuid() not getuid(); there were a few places deviating | Tom Lane |
| 2005-01-07 | Improve comments in sample config files. | Tom Lane |
| 2005-01-06 | Adjust lookup of client-side profile files (.pgpass and so on) as per | Tom Lane |
| 2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
| 2004-12-27 | Cause pg_hba.conf file inclusion (@file stuff) to behave as documented, | Tom Lane |
| 2004-12-20 | Remove direct inclusions of <com_err.h> as well as configure test for | Tom Lane |
| 2004-11-20 | Improve error reporting for SSL connection failures. Remove redundant | Tom Lane |