summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/libpq-int.h
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 8.2.Bruce Momjian2006-10-041-2/+2
* Add PQdescribePrepared, PQdescribePortal, and related functions to libpqTom Lane2006-08-181-2/+11
* #ifdef fix for MSVC builds of libpq.Bruce Momjian2006-08-041-2/+2
* Modify libpq's string-escaping routines to be aware of encoding considerationsTom Lane2006-05-211-1/+2
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-1/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Add positive defense against trying to connect when the connectionTom Lane2006-02-131-3/+3
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-15/+15
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-53/+46
* The attached patch updates the thread test program to run stand-alone onBruce Momjian2005-08-231-2/+6
* Back out incorrect commit.Bruce Momjian2005-08-231-6/+2
* Fix function name.Bruce Momjian2005-08-231-2/+6
* Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway2005-06-271-2/+2
* Adjust lo_open() so that specifying INV_READ without INV_WRITE createsTom Lane2005-06-131-1/+2
* libpq was not consistently checking for memory allocation failures. ThisNeil Conway2005-06-121-2/+2
* Allow kerberos name and username case sensitivity to be specified fromBruce Momjian2005-06-041-1/+4
* Make the various places that determine the user's "home directory"Tom Lane2005-01-061-1/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Code review for recent libpq changes. Be more careful about errorTom Lane2004-12-021-12/+9
* Rework libpq threaded SIGPIPE handling to avoid interference withBruce Momjian2004-12-021-6/+7
* Invent a new, more thread-safe version of PQrequestCancel, called PQcancel.Tom Lane2004-10-301-1/+13
* Add PQprepare/PQsendPrepared functions to libpq to support preparingTom Lane2004-10-181-3/+10
* Remove dllist.c from libpq. It's overkill for what libpq needs; we canTom Lane2004-10-161-4/+3
* Another tightening of Win32 typedefs.Bruce Momjian2004-10-051-2/+2
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-301-14/+14
* Pgindent run for 8.0.Bruce Momjian2004-08-291-2/+4
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Fix linking problem when enabling thread safety on Darwin: uninitializedTom Lane2004-08-171-3/+3
* Too few parens for my taste in this macro.Tom Lane2004-05-311-2/+2
* Fix for SSL compile.Bruce Momjian2004-03-251-1/+4
* Add thread locking to SSL and Kerberos connections.Bruce Momjian2004-03-241-1/+12
* libpq's query to get the OIDs of large-object support functions was notTom Lane2004-03-051-2/+2
* 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