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