summaryrefslogtreecommitdiff
path: root/src/backend/libpq
Commit message (Expand)AuthorAgeFilesLines
* Minor refactoring: initialize_SSL() only returns 0, so it should returnNeil Conway2006-03-211-9/+5
* Fix invalid use of #if within a macro, per Laurenz Albe. Also try toTom Lane2006-03-161-12/+17
* This patch adds native LDAP auth, for those platforms that don't haveBruce Momjian2006-03-063-3/+170
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-0510-20/+20
* Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macroTom Lane2006-01-241-4/+4
* Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway2006-01-111-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-224-42/+40
* Clean up md5.c to make it clearer that it is a frontend-and-backendTom Lane2005-10-201-16/+8
* Clean up libpq's pollution of application namespace by renaming theTom Lane2005-10-176-107/+111
* kerberos error message: localhost -> server hostnameBruce Momjian2005-10-151-3/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-159-239/+223
* Update krb_server_name to document that a missing entry defaults toBruce Momjian2005-10-131-5/+5
* Fix typo in sample pg_hba.conf; per IRC report from Bernhard Neuhauser.Neil Conway2005-10-111-1/+1
* Fix Kerberos authentication in wake of virtual-hosts changes --- needTom Lane2005-10-081-20/+27
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-242-15/+15
* In a machine where INT64_IS_BUSTED, we can only support 32-bit valuesTom Lane2005-09-241-2/+6
* Tweak TCP-keepalive code so that an invalid setting doesn't cause usTom Lane2005-09-121-37/+60
* Clean up some stray remaining references to pg_shadow, pg_user, pg_group.Tom Lane2005-08-152-10/+7
* Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane2005-08-111-2/+8
* Use the standard spelling of the protocol argument to get/setsockopt.Tom Lane2005-07-301-7/+7
* Add GUC variables to control keep-alive times for idle, interval, andBruce Momjian2005-07-301-2/+211
* Clean up a number of autovacuum loose ends. Make the stats collectorTom Lane2005-07-291-4/+6
* Code cleanup.Bruce Momjian2005-07-281-5/+2
* Awhile back we replaced all uses of strcasecmp and strncasecmp withTom Lane2005-07-251-2/+2
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-041-15/+20
* Clean up the rather historically encumbered interface to now() andTom Lane2005-06-291-9/+3
* Fix up problems in write_auth_file and parsing of the auth file.Tom Lane2005-06-281-40/+71
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-282-202/+113
* Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway2005-06-273-102/+7
* Fix a potential backend crash during authentication when parsing aNeil Conway2005-06-211-16/+9
* Add GUC krb_server_hostname so the server hostname can be specified asBruce Momjian2005-06-141-14/+20
* Adjust lo_open() so that specifying INV_READ without INV_WRITE createsTom Lane2005-06-131-16/+30
* Allow kerberos name and username case sensitivity to be specified fromBruce Momjian2005-06-041-7/+13
* Push enable/disable of notify and catchup interrupts all the way downTom Lane2005-06-021-3/+77
* Finish up the flat-files project: get rid of GetRawDatabaseInfo() hackTom Lane2005-02-261-1/+49
* This patch optimizes the md5_text() function (which is used toNeil Conway2005-02-231-3/+3
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-222-7/+7
* Flat file cleanup phase 2: make it work for pg_group. The flat groupTom Lane2005-02-202-21/+28
* Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane2005-02-201-5/+4
* Improve documentation of signal usage for HAVE_SIGPROCMASK andBruce Momjian2005-02-141-5/+9
* Improve documentation of signal usage for HAVE_SIGPROCMASK andBruce Momjian2005-02-141-1/+5
* Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requestedBruce Momjian2005-02-121-2/+2
* Add conditional inclusion of <com_err.h> to support old 'heimdal'Tom Lane2005-01-121-1/+5
* Increase MAXLISTEN to a more generous value, and add an error messageTom Lane2005-01-121-2/+4
* Consistently use geteuid() not getuid(); there were a few places deviatingTom Lane2005-01-081-2/+2
* Improve comments in sample config files.Tom Lane2005-01-072-24/+31
* Adjust lookup of client-side profile files (.pgpass and so on) as perTom Lane2005-01-061-6/+6
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-3110-20/+20
* Cause pg_hba.conf file inclusion (@file stuff) to behave as documented,Tom Lane2004-12-271-76/+82
* Remove direct inclusions of <com_err.h> as well as configure test forTom Lane2004-12-201-2/+1