summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
AgeCommit message (Expand)Author
2003-03-20PGRES_POLLING_ACTIVE is unused, keep for backward compatibility.Bruce Momjian
2003-03-18Improve error message.Peter Eisentraut
2003-03-17Reorder crypt.h include for SunOS compile problem.Bruce Momjian
2003-03-10This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane
2003-03-06Use poll(2) in preference to select(2), if available. This solvesTom Lane
2003-02-19Fix for GUC client_encoding variable not being handledTatsuo Ishii
2003-02-19Allow PQcmdTuples to return row counts for MOVE and FETCH.Bruce Momjian
2003-02-14Fix some of the breakage from the IPV6 patch.Tom Lane
2003-02-03#ifdef out stuff that shouldn't be compiled when not USE_SSL.Tom Lane
2003-02-03Move pg_service.conf.sample to /interfaces/libpq.Bruce Momjian
2003-01-30Fix regression in .pgpass support. From Neil Conway.Tom Lane
2003-01-29Guard against array overrun, per report from Yichen Xie. This caseTom Lane
2003-01-10Clean ip.c.Peter Eisentraut
2003-01-08The second was that renegotiation was just plain broken. I can'tBruce Momjian
2003-01-08I was playing around with 7.3.1 and found some more SSL problems. TheBruce Momjian
2003-01-08Fix pgpass to work with PQconnectDB().Bruce Momjian
2003-01-08Only set the database name if we find a match in the services file.Bruce Momjian
2003-01-07Fix various places where global s/NOTICE/WARNING/ was applied with tooTom Lane
2003-01-07Document libpq service capability, and add sample file.Bruce Momjian
2003-01-06Enable IPv6 libpq 'hostaddr' addresses. Update docs.Bruce Momjian
2003-01-06Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian
2002-12-30Attached is a patch to provide makefiles, etc. to allow the compilationBruce Momjian
2002-12-19pgindent fe-connect.c --- done to make IPv6 patch easier to apply.Bruce Momjian
2002-12-18From the SSL_CTX_new man page:PostgreSQL Daemon
2002-12-13Increment libpq major number for 7.3.1 and minor for 7.4.Bruce Momjian
2002-12-12Check SSL_get_error() value SSL_ERROR_SYSCALL to see if SSL_read()Bruce Momjian
2002-12-11Bump version for 7.3 and 7.4.Bruce Momjian
2002-12-06Back out V6 code, caused postmaster startup failure.Bruce Momjian
2002-12-06We have just finished porting the old KAME IPv6 patch over toBruce Momjian
2002-12-04Stamp minor version numbers for 7.4 release.Bruce Momjian
2002-12-03Deal with cases where getpeereid _and_ another creditial method isBruce Momjian
2002-11-10I just discovered, that there is missing a const when passing a bufferBruce Momjian
2002-11-07Remove inappropriate inclusions of OpenSSL internal header e_os.h,Tom Lane
2002-11-04Fix inclusion order, per Andreas.Tom Lane
2002-10-24Code review for connection timeout patch. Avoid unportable assumptionTom Lane
2002-10-21Translation updatesPeter Eisentraut
2002-10-16Fix from Joe on timeout code.Bruce Momjian
2002-10-16Fix connection_timeout to use time() and handle timeout == 1.Bruce Momjian
2002-10-15Fix libpq startup code to work correctly in autocommit off mode.Tom Lane
2002-10-14Translation updatesPeter Eisentraut
2002-10-14Mention that resetting the timeout may be wrong on select retry.Bruce Momjian
2002-10-14Restore ptmp_timeout for cases where no timeout is passed.Bruce Momjian
2002-10-14libpq connection_timeout doesn't do subsecond timing, so make the codeBruce Momjian
2002-10-11Add tv_sec change for connection timeout suggested by author.Bruce Momjian
2002-10-11Prevent tv_sec from becoming negative in connection timeout code.Bruce Momjian
2002-10-03The attached patch fixes a number of issues related to compiling theBruce Momjian
2002-09-26Clean up SSL compiler warnings.Bruce Momjian
2002-09-26Allow SSL to work withouth client-side certificate infrastructure.Bruce Momjian
2002-09-22Translation updates, some messages tweaked.Peter Eisentraut
2002-09-14Translation updatesPeter Eisentraut