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