summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-exec.c
Commit message (Expand)AuthorAgeFilesLines
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-301-4/+4
* Pgindent run for 8.0.Bruce Momjian2004-08-291-34/+35
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-071-3/+2
* Fix error in termination of COPY IN mode when using V2 protocol.Tom Lane2004-03-141-2/+2
* libpq's query to get the OIDs of large-object support functions was notTom Lane2004-03-051-4/+20
* Avoid infinite loop if connection is lost during PQexecStart() orTom Lane2003-12-281-2/+8
* Make PQescapeBytea and byteaout consistent with each other, andJoe Conway2003-11-301-4/+5
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Minor cleanup of PQunescapeBytea(). Avoid unportable assumptions aboutTom Lane2003-10-311-21/+34
* Adjust libpq to avoid deadlock when both client and server want to sendTom Lane2003-10-191-1/+12
* Document the always-true-but-previously-undocumented fact that PQfnumber()Tom Lane2003-10-041-10/+58
* Cause PQescapeString to stop processing at a null character, ratherTom Lane2003-10-031-21/+21
* Don't use 0 as a spelling of NULL.Tom Lane2003-10-021-2/+5
* Message wording improvementsPeter Eisentraut2003-09-221-9/+9
* Enable Win32 to compile libpq again, and enable SSL compiles on thatBruce Momjian2003-09-051-2/+2
* Share PG_DIAG_* macros between client and server and use them internally.Peter Eisentraut2003-08-271-3/+3
* libpq failed to cope with COPY FROM STDIN if the command was issuedTom Lane2003-08-131-12/+28
* Add PQexecPrepared() and PQsendQueryPrepared() functions, to allowTom Lane2003-08-131-62/+161
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-46/+62
* When using new protocol, PQexec can get out of a COPY IN or COPY OUTTom Lane2003-06-281-7/+42
* Change pqInternalNotice to accept a format string and args instead ofTom Lane2003-06-231-28/+30
* Update libpq to make new features of FE/BE protocol available toTom Lane2003-06-211-184/+598
* I found the libpq function PGunescapeBytea a little slow. It was taking aBruce Momjian2003-06-121-76/+43
* libpq can now talk to either 3.0 or 2.0 protocol servers. It first triesTom Lane2003-06-081-1082/+146
* Adjust error-handling logic in libpq. For the first time, libpq copesTom Lane2003-05-261-12/+25
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-081-357/+313
* Add transaction status field to ReadyForQuery messages, and make roomTom Lane2003-04-261-3/+12
* In the continuing saga of FE/BE protocol revisions, add reporting ofTom Lane2003-04-251-1/+52
* Use closesocket() for all socket/pipe closing, because Win32 requiresBruce Momjian2003-04-251-5/+1
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-241-25/+131
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-221-149/+295
* Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane2003-04-191-76/+53
* Use PQfreemem() consistently, and document its use for Notify.Bruce Momjian2003-03-251-15/+20
* Add PQfreemem() call for Win32.Bruce Momjian2003-03-221-1/+14
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-101-3/+3
* Allow PQcmdTuples to return row counts for MOVE and FETCH.Bruce Momjian2003-02-191-34/+35
* Fix various places where global s/NOTICE/WARNING/ was applied with tooTom Lane2003-01-071-4/+4
* I just discovered, that there is missing a const when passing a bufferBruce Momjian2002-11-101-5/+5
* pgindent run.Bruce Momjian2002-09-041-39/+50
* The cstring datatype can now be copied, passed around, etc. The typlenTom Lane2002-08-241-8/+4
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Fix for NOTIFY when NAMEDATALEN is nonstandard in server. Fix idea fromBruce Momjian2002-04-151-3/+11
* Fix PQescapeBytea/PQunescapeBytea so that they handle bytes > 0x7f.Tatsuo Ishii2002-04-081-22/+26
* Change made to elog:Bruce Momjian2002-03-061-7/+7
* 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/+9
* Add PQunescapeBytea libpq function.Bruce Momjian2002-03-041-1/+90
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-64/+53