summaryrefslogtreecommitdiff
path: root/src/backend/libpq
Commit message (Expand)AuthorAgeFilesLines
* Add missing gettext calls for some SSL errors.Peter Eisentraut2006-09-041-3/+3
* Ooops, ldap fix for win32 broke the non-win32 case.Tom Lane2006-08-221-6/+5
* Fix encrypted-LDAP support so that it doesn't cause the server to failTom Lane2006-08-211-6/+36
* Set Win32 server-size socket buffer to 32k, for performance reasons.Bruce Momjian2006-08-111-1/+15
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-144-15/+4
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-143-6/+3
* Allow include files to compile own their own.Bruce Momjian2006-07-133-3/+7
* Sort reference of include files, "A" - "F".Bruce Momjian2006-07-111-2/+2
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-101-4/+4
* Split definitions for md5.c out of crypt.h and into their own headerTom Lane2006-06-204-8/+7
* Prepare code to be built by MSVC:Bruce Momjian2006-06-071-3/+1
* Fix the sense of the test on DH_check()'s return value. This was preventingTom Lane2006-05-121-2/+2
* Add SSL CRL support to libpq. Recently added to the backend.Bruce Momjian2006-05-061-2/+2
* Issue a log message if a CRL file exists and the SSL library does notBruce Momjian2006-05-061-5/+11
* Don't try to compile SSL CRL support if local SSL installation hasn'tTom Lane2006-05-041-1/+3
* On second thought, keep SSL CRL as a log, and wait for feedback from 8.2.Bruce Momjian2006-04-271-3/+3
* Downgrade SSL CRL file missing message from LOG to DEBUG1.Bruce Momjian2006-04-271-3/+3
* Add support for SSL Certificate Revocation List (CRL) files, root.crl.Bruce Momjian2006-04-271-1/+24
* Revise large-object access routines to avoid running with CurrentMemoryContextTom Lane2006-04-261-79/+24
* 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