summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/libpq-fe.h
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 8.2.Bruce Momjian2006-10-041-5/+6
* Specify lo_write() to take a _const_ buffer, to match documentation.Bruce Momjian2006-09-071-2/+2
* Add PQdescribePrepared, PQdescribePortal, and related functions to libpqTom Lane2006-08-181-1/+9
* Remove libpq's PQescapeIdentifier(), not safe from injection attacks.Bruce Momjian2006-07-041-3/+1
* Add PQescapeIdentifier() to libpqBruce Momjian2006-06-271-1/+3
* Add PQisthreadsafe() to libpq, to allow library applications to queryBruce Momjian2006-05-231-1/+2
* Modify libpq's string-escaping routines to be aware of encoding considerationsTom Lane2006-05-211-4/+11
* Change libpq's PQgetssl() to return a void*, rather than SSL *, so thatBruce Momjian2006-04-271-11/+3
* Update comment that pgNotify.be_pid is pid of the notifying server process.Bruce Momjian2006-03-201-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Rename pg_make_encrypted_password to PQencryptPassword.Peter Eisentraut2005-12-261-2/+2
* Add an officially exported libpq function to encrypt passwords, andTom Lane2005-12-231-1/+5
* Fix pgindent of libpq-fe.h by hacking pgindent script.Bruce Momjian2005-11-231-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-24/+22
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-241-3/+3
* Adjust lo_open() so that specifying INV_READ without INV_WRITE createsTom Lane2005-06-131-1/+2
* Defend against omitted paramLengths[] array in PQsendQueryParams.Tom Lane2005-06-091-2/+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-7/+6
* Rework libpq threaded SIGPIPE handling to avoid interference withBruce Momjian2004-12-021-7/+1
* Invent a new, more thread-safe version of PQrequestCancel, called PQcancel.Tom Lane2004-10-301-1/+16
* Add PQprepare/PQsendPrepared functions to libpq to support preparingTom Lane2004-10-181-1/+7
* Remove dllist.c from libpq. It's overkill for what libpq needs; we canTom Lane2004-10-161-1/+3
* Export only required symbols in libpq on Win32.Bruce Momjian2004-10-161-1/+3
* Allow pg_ctl to determine the server is up when getting a request for aBruce Momjian2004-10-161-1/+4
* Pgindent run for 8.0.Bruce Momjian2004-08-291-26/+29
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Clean up some random departures from project's standard declaration style.Tom Lane2004-08-181-12/+8
* Add PQserverVersion() to libpq to provide more-convenient access toTom Lane2004-08-111-1/+2
* Add thread locking to SSL and Kerberos connections.Bruce Momjian2004-03-241-1/+15
* Add PQmbdsplen() which returns the "display length" of a character.Tatsuo Ishii2004-03-151-1/+4
* Allow libpq to do thread-safe SIGPIPE handling. This allows it toBruce Momjian2004-01-091-1/+9
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Share PG_DIAG_* macros between client and server and use them internally.Peter Eisentraut2003-08-271-13/+1
* Add macros for error result fields to libpq.Peter Eisentraut2003-08-241-1/+13
* Add PQexecPrepared() and PQsendQueryPrepared() functions, to allowTom Lane2003-08-131-1/+15
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-3/+3
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-30/+34
* Update libpq to make new features of FE/BE protocol available toTom Lane2003-06-211-26/+80
* libpq can now talk to either 3.0 or 2.0 protocol servers. It first triesTom Lane2003-06-081-8/+10
* Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane2003-04-191-2/+1
* Use PQfreemem() consistently, and document its use for Notify.Bruce Momjian2003-03-251-2/+3
* Add PQfreemem() call for Win32.Bruce Momjian2003-03-221-1/+2
* PGRES_POLLING_ACTIVE is unused, keep for backward compatibility.Bruce Momjian2003-03-201-2/+3
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-101-2/+2
* I just discovered, that there is missing a const when passing a bufferBruce Momjian2002-11-101-3/+3
* pgindent run.Bruce Momjian2002-09-041-3/+3
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2