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