summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/libpq-int.h
Commit message (Expand)AuthorAgeFilesLines
* Allow libpq to do thread-safe SIGPIPE handling. This allows it toBruce Momjian2004-01-091-1/+8
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Enable Win32 to compile libpq again, and enable SSL compiles on thatBruce Momjian2003-09-051-1/+3
* libpq failed to cope with COPY FROM STDIN if the command was issuedTom Lane2003-08-131-3/+5
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-34/+36
* Code review for sslmode patch: eliminate memory leak, avoid giving aTom Lane2003-08-011-3/+3
* At long last I put together a patch to support 4 client SSL negotiationBruce Momjian2003-07-261-2/+4
* Change pqInternalNotice to accept a format string and args instead ofTom Lane2003-06-231-6/+4
* Update libpq to make new features of FE/BE protocol available toTom Lane2003-06-211-35/+49
* Make libpq thread-safe with configure --with-threads option.Bruce Momjian2003-06-141-2/+3
* IPv6 cleanups.Bruce Momjian2003-06-121-2/+1
* freeaddrinfo2() does need two parameters after all, per comment byTom Lane2003-06-091-1/+2
* libpq can now talk to either 3.0 or 2.0 protocol servers. It first triesTom Lane2003-06-081-53/+102
* 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-081-2/+2
* 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-051-2/+2
* Add transaction status field to ReadyForQuery messages, and make roomTom Lane2003-04-261-2/+3
* In the continuing saga of FE/BE protocol revisions, add reporting ofTom Lane2003-04-251-13/+2
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-241-5/+22
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-221-10/+10
* Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane2003-04-191-3/+8
* First phase of FE/BE protocol modifications: new StartupPacket layoutTom Lane2003-04-171-6/+4
* Fix connection_timeout to use time() and handle timeout == 1.Bruce Momjian2002-10-161-2/+3
* libpq connection_timeout doesn't do subsecond timing, so make the codeBruce Momjian2002-10-141-2/+2
* The attached patch fixes a number of issues related to compiling theBruce Momjian2002-10-031-2/+4
* pgindent run.Bruce Momjian2002-09-041-9/+10
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-031-2/+1
* Add #include <sys/time.h>.Tom Lane2002-08-181-2/+3
* Add includes for prototype using timeval.Bruce Momjian2002-08-181-2/+5
* Add libpq connection timeout parameter.Bruce Momjian2002-08-171-1/+4
* Hello, i noticed that win32 native stopped working/compiling after the SSL mergeBruce Momjian2002-07-201-1/+5
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Clean up gcc warnings. Avoid the bad habit of putting externs in .cTom Lane2002-06-151-1/+10
* UPDATED PATCH:Bruce Momjian2002-06-141-1/+4
* Back out SSL changes. Newer patch available.Bruce Momjian2002-06-141-2/+1
* Attached are a revised set of SSL patches. Many of these patchesBruce Momjian2002-06-141-1/+2
* Back out old version and update with newer patch of:Bruce Momjian2002-03-051-1/+1
* Here's a patch against 7.1.3 that fixes a problem with sending largerBruce Momjian2002-03-051-1/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-7/+7
* Windows portability macros SOCK_ERRNO and SOCK_STRERROR should be inTom Lane2001-11-021-1/+13
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-17/+14
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-17/+22
* Consistently use gcc's __attribute__((format)) to check sprintf-styleTom Lane2001-10-031-5/+2
* Add 4-byte MD5 salt.Bruce Momjian2001-08-171-2/+3
* Remove protocol version change. Try MD5 first, then crypt() on all clients.Bruce Momjian2001-08-161-2/+2
* Use MD5 for wire protocol encryption for >= 7.2 client/server.Bruce Momjian2001-08-151-2/+2
* NLS for libpq. Clean up the message formats and change the documentationPeter Eisentraut2001-07-151-1/+11
* Use CONNECTION_OK to determine whether startup phase is complete.Peter Eisentraut2001-07-061-2/+1