aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-exec.c
Commit message (Expand)AuthorAge
* Avoid infinite loop if connection is lost during PQexecStart() orTom Lane2003-12-28
* Make PQescapeBytea and byteaout consistent with each other, andJoe Conway2003-11-30
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Minor cleanup of PQunescapeBytea(). Avoid unportable assumptions aboutTom Lane2003-10-31
* Adjust libpq to avoid deadlock when both client and server want to sendTom Lane2003-10-19
* Document the always-true-but-previously-undocumented fact that PQfnumber()Tom Lane2003-10-04
* Cause PQescapeString to stop processing at a null character, ratherTom Lane2003-10-03
* Don't use 0 as a spelling of NULL.Tom Lane2003-10-02
* Message wording improvementsPeter Eisentraut2003-09-22
* Enable Win32 to compile libpq again, and enable SSL compiles on thatBruce Momjian2003-09-05
* Share PG_DIAG_* macros between client and server and use them internally.Peter Eisentraut2003-08-27
* libpq failed to cope with COPY FROM STDIN if the command was issuedTom Lane2003-08-13
* Add PQexecPrepared() and PQsendQueryPrepared() functions, to allowTom Lane2003-08-13
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* When using new protocol, PQexec can get out of a COPY IN or COPY OUTTom Lane2003-06-28
* Change pqInternalNotice to accept a format string and args instead ofTom Lane2003-06-23
* Update libpq to make new features of FE/BE protocol available toTom Lane2003-06-21
* I found the libpq function PGunescapeBytea a little slow. It was taking aBruce Momjian2003-06-12
* libpq can now talk to either 3.0 or 2.0 protocol servers. It first triesTom Lane2003-06-08
* Adjust error-handling logic in libpq. For the first time, libpq copesTom Lane2003-05-26
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-08
* Add transaction status field to ReadyForQuery messages, and make roomTom Lane2003-04-26
* In the continuing saga of FE/BE protocol revisions, add reporting ofTom Lane2003-04-25
* Use closesocket() for all socket/pipe closing, because Win32 requiresBruce Momjian2003-04-25
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-24
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-22
* Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane2003-04-19
* Use PQfreemem() consistently, and document its use for Notify.Bruce Momjian2003-03-25
* Add PQfreemem() call for Win32.Bruce Momjian2003-03-22
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-10
* Allow PQcmdTuples to return row counts for MOVE and FETCH.Bruce Momjian2003-02-19
* Fix various places where global s/NOTICE/WARNING/ was applied with tooTom Lane2003-01-07
* I just discovered, that there is missing a const when passing a bufferBruce Momjian2002-11-10
* pgindent run.Bruce Momjian2002-09-04
* The cstring datatype can now be copied, passed around, etc. The typlenTom Lane2002-08-24
* Update copyright to 2002.Bruce Momjian2002-06-20
* Fix for NOTIFY when NAMEDATALEN is nonstandard in server. Fix idea fromBruce Momjian2002-04-15
* Fix PQescapeBytea/PQunescapeBytea so that they handle bytes > 0x7f.Tatsuo Ishii2002-04-08
* Change made to elog:Bruce Momjian2002-03-06
* Back out old version and update with newer patch of:Bruce Momjian2002-03-05
* Here's a patch against 7.1.3 that fixes a problem with sending largerBruce Momjian2002-03-05
* Add PQunescapeBytea libpq function.Bruce Momjian2002-03-04
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* > Here's a revised patch. Changes:Bruce Momjian2001-09-14
* > I found a problem with PQescapeString (I think). Since it escapesBruce Momjian2001-09-13
* I've attached the fixed version of the patch below. After theBruce Momjian2001-09-07
* Below is the patch against current cvs for libpgtcl andBruce Momjian2001-09-06
* > Ok, where's a "system dependent hack" :)Bruce Momjian2001-08-21
* Remove some unneeded dashes from libpq comments.Bruce Momjian2001-08-17