aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-connect.c
Commit message (Expand)AuthorAge
* Backpatch pg_service.conf file change to not default dbname to matchBruce Momjian2003-12-19
* Must free the pgParameterStatus chain in freePGconn(). My fault,Tom Lane2003-10-18
* Do not return from PQrequestCancel until postmaster has finishedTom Lane2003-10-02
* Message wording improvementsPeter Eisentraut2003-09-22
* Enable Win32 to compile libpq again, and enable SSL compiles on thatBruce Momjian2003-09-05
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Code review for sslmode patch: eliminate memory leak, avoid giving aTom Lane2003-08-01
* A visit from the message-style police ...Tom Lane2003-07-28
* here are the patches for psql on Win32:Bruce Momjian2003-07-27
* At long last I put together a patch to support 4 client SSL negotiationBruce Momjian2003-07-26
* Have a go at fixing various outstanding portability issues in code thatTom Lane2003-07-23
* Change pqInternalNotice to accept a format string and args instead ofTom Lane2003-06-23
* Remove crypt.h from fe-connect.c --- not needed, and caused problems onBruce Momjian2003-06-23
* Update libpq to make new features of FE/BE protocol available toTom Lane2003-06-21
* We neglected to set conn->raddr.salen, leading to breakage of CANCELTom Lane2003-06-20
* Make libpq thread-safe with configure --with-threads option.Bruce Momjian2003-06-14
* Attached is the complete diff against current CVS.Bruce Momjian2003-06-12
* Back out patch that got bundled into another patch.Bruce Momjian2003-06-12
* New patch with corrected README attached.Bruce Momjian2003-06-12
* IPv6 cleanups.Bruce Momjian2003-06-12
* freeaddrinfo2() does need two parameters after all, per comment byTom Lane2003-06-09
* libpq can now talk to either 3.0 or 2.0 protocol servers. It first triesTom Lane2003-06-08
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-15
* Extended query protocol: parse, bind, execute, describe FE/BE messages.Tom Lane2003-05-05
* Missed some corner cases (PGSERVICE mostly)...Tom Lane2003-04-28
* Okay, I've had it with PQsetdbLogin having slightly different defaultsTom Lane2003-04-28
* In the continuing saga of FE/BE protocol revisions, add reporting ofTom Lane2003-04-25
* Use closesocket() for all socket/pipe closing, because Win32 requiresBruce Momjian2003-04-25
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-24
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-22
* Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane2003-04-19
* First phase of FE/BE protocol modifications: new StartupPacket layoutTom Lane2003-04-17
* Add Win32 path handling for / vs. \ and drive letters.Bruce Momjian2003-04-04
* Whack getaddrinfo() patch around until it works, more or less, onTom Lane2003-04-02
* Simplify the socket handling code by supplying a replacement getaddrinfo()Peter Eisentraut2003-03-29
* PGRES_POLLING_ACTIVE is unused, keep for backward compatibility.Bruce Momjian2003-03-20
* Improve error message.Peter Eisentraut2003-03-18
* Reorder crypt.h include for SunOS compile problem.Bruce Momjian2003-03-17
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-10
* Fix for GUC client_encoding variable not being handledTatsuo Ishii2003-02-19
* Fix some of the breakage from the IPV6 patch.Tom Lane2003-02-14
* Fix regression in .pgpass support. From Neil Conway.Tom Lane2003-01-30
* Fix pgpass to work with PQconnectDB().Bruce Momjian2003-01-08
* Only set the database name if we find a match in the services file.Bruce Momjian2003-01-08
* Document libpq service capability, and add sample file.Bruce Momjian2003-01-07
* Enable IPv6 libpq 'hostaddr' addresses. Update docs.Bruce Momjian2003-01-06
* Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian2003-01-06
* pgindent fe-connect.c --- done to make IPv6 patch easier to apply.Bruce Momjian2002-12-19
* Back out V6 code, caused postmaster startup failure.Bruce Momjian2002-12-06