summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
Commit message (Expand)AuthorAgeFilesLines
* Revert kerberos code breakage.Tom Lane2003-05-161-3/+3
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-152-15/+5
* Add Makefile rules for new crypt/rint() /port functions. Add includeBruce Momjian2003-05-101-3/+3
* More cleanups now that we have crypt().Bruce Momjian2003-05-091-5/+0
* Add crypt() to /port for Win32.Bruce Momjian2003-05-091-2/+2
* I think we're done with protocol instability, so mark server and libpqTom Lane2003-05-081-2/+2
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-082-359/+315
* Add display of eventual result RowDescription (if any) to the outputTom Lane2003-05-061-2/+2
* Extended query protocol: parse, bind, execute, describe FE/BE messages.Tom Lane2003-05-052-3/+14
* Missed some corner cases (PGSERVICE mostly)...Tom Lane2003-04-281-16/+30
* Okay, I've had it with PQsetdbLogin having slightly different defaultsTom Lane2003-04-281-145/+144
* Add transaction status field to ReadyForQuery messages, and make roomTom Lane2003-04-262-5/+15
* In the continuing saga of FE/BE protocol revisions, add reporting ofTom Lane2003-04-253-295/+62
* Add new versions DLL lists, from Karl WaclawekBruce Momjian2003-04-252-190/+292
* Fix typo in DLL list.Bruce Momjian2003-04-252-2/+2
* Use closesocket() for all socket/pipe closing, because Win32 requiresBruce Momjian2003-04-253-32/+6
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-243-39/+155
* Add PQunescapeBytea() and PQfeeMem() to the Win32 DLL list.Bruce Momjian2003-04-242-89/+94
* Remove Win32 special rename/unlink from libpq.Bruce Momjian2003-04-221-2/+2
* Add dirmod to libpq Makefile.Bruce Momjian2003-04-221-2/+2
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-224-182/+460
* Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane2003-04-196-252/+309
* First phase of FE/BE protocol modifications: new StartupPacket layoutTom Lane2003-04-173-124/+143
* path.c needs to be included in libpq; per Joe Conway.Tom Lane2003-04-141-14/+15
* Fix error recovery for SSL_read/SSL_write calls.Tom Lane2003-04-101-5/+23
* Add Win32 path handling for / vs. \ and drive letters.Bruce Momjian2003-04-041-4/+4
* Whack getaddrinfo() patch around until it works, more or less, onTom Lane2003-04-022-5/+7
* Simplify the socket handling code by supplying a replacement getaddrinfo()Peter Eisentraut2003-03-292-110/+19
* Use PQfreemem() consistently, and document its use for Notify.Bruce Momjian2003-03-252-17/+23
* Add PQfreemem() call for Win32.Bruce Momjian2003-03-222-2/+16
* PGRES_POLLING_ACTIVE is unused, keep for backward compatibility.Bruce Momjian2003-03-202-9/+4
* Improve error message.Peter Eisentraut2003-03-181-2/+2
* Reorder crypt.h include for SunOS compile problem.Bruce Momjian2003-03-171-10/+8
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-104-9/+9
* Use poll(2) in preference to select(2), if available. This solvesTom Lane2003-03-061-116/+146
* Fix for GUC client_encoding variable not being handledTatsuo Ishii2003-02-191-2/+2
* Allow PQcmdTuples to return row counts for MOVE and FETCH.Bruce Momjian2003-02-191-34/+35
* Fix some of the breakage from the IPV6 patch.Tom Lane2003-02-141-51/+87
* #ifdef out stuff that shouldn't be compiled when not USE_SSL.Tom Lane2003-02-031-1/+5
* Move pg_service.conf.sample to /interfaces/libpq.Bruce Momjian2003-02-032-1/+18
* Fix regression in .pgpass support. From Neil Conway.Tom Lane2003-01-301-19/+28
* Guard against array overrun, per report from Yichen Xie. This caseTom Lane2003-01-291-1/+12
* Clean ip.c.Peter Eisentraut2003-01-101-2/+2
* The second was that renegotiation was just plain broken. I can'tBruce Momjian2003-01-081-1/+3
* I was playing around with 7.3.1 and found some more SSL problems. TheBruce Momjian2003-01-081-2/+2
* Fix pgpass to work with PQconnectDB().Bruce Momjian2003-01-081-4/+4
* Only set the database name if we find a match in the services file.Bruce Momjian2003-01-081-8/+12
* Fix various places where global s/NOTICE/WARNING/ was applied with tooTom Lane2003-01-072-6/+6
* Document libpq service capability, and add sample file.Bruce Momjian2003-01-071-7/+4
* Enable IPv6 libpq 'hostaddr' addresses. Update docs.Bruce Momjian2003-01-061-4/+3