summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
2007-01-26On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait forTom Lane
2007-01-20Remove remains of old depend target.Peter Eisentraut
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-11-06Minor fix for LDAP authentication: if an error occurs, we need toNeil Conway
2006-11-05Fix recently-understood problems with handling of XID freezing, particularlyTom Lane
2006-10-19Try to fix the AIX getaddrinfo mess in a way that works on all versions.Tom Lane
2006-10-19Work around reported problem that AIX's getaddrinfo() doesn't seem to zeroTom Lane
2006-10-11Update pg_hba.conf comment about documentation section.Bruce Momjian
2006-10-06Message style improvementsPeter Eisentraut
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-10-03Make some sentences consistent with similar ones.Bruce Momjian
2006-09-15Remove WINLDAPAPI decoration from ldap_start_tls_sA typedef, per Magnus.Tom Lane
2006-09-07Specify lo_write() to take a _const_ buffer, to match documentation.Bruce Momjian
2006-09-04Add missing gettext calls for some SSL errors.Peter Eisentraut
2006-08-22Ooops, ldap fix for win32 broke the non-win32 case.Tom Lane
2006-08-21Fix encrypted-LDAP support so that it doesn't cause the server to failTom Lane
2006-08-11Set Win32 server-size socket buffer to 32k, for performance reasons.Bruce Momjian
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-07-14Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane
2006-07-13Allow include files to compile own their own.Bruce Momjian
2006-07-11Sort reference of include files, "A" - "F".Bruce Momjian
2006-07-10Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera
2006-06-20Split definitions for md5.c out of crypt.h and into their own headerTom Lane
2006-06-07Prepare code to be built by MSVC:Bruce Momjian
2006-05-12Fix the sense of the test on DH_check()'s return value. This was preventingTom Lane
2006-05-06Add SSL CRL support to libpq. Recently added to the backend.Bruce Momjian
2006-05-06Issue a log message if a CRL file exists and the SSL library does notBruce Momjian
2006-05-04Don't try to compile SSL CRL support if local SSL installation hasn'tTom Lane
2006-04-27On second thought, keep SSL CRL as a log, and wait for feedback from 8.2.Bruce Momjian
2006-04-27Downgrade SSL CRL file missing message from LOG to DEBUG1.Bruce Momjian
2006-04-27Add support for SSL Certificate Revocation List (CRL) files, root.crl.Bruce Momjian
2006-04-26Revise large-object access routines to avoid running with CurrentMemoryContextTom Lane
2006-03-21Minor refactoring: initialize_SSL() only returns 0, so it should returnNeil Conway
2006-03-16Fix invalid use of #if within a macro, per Laurenz Albe. Also try toTom Lane
2006-03-06This patch adds native LDAP auth, for those platforms that don't haveBruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-01-24Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macroTom Lane
2006-01-11Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway
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