summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-exec.c
AgeCommit message (Expand)Author
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-10-21Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane
2004-10-18Add PQprepare/PQsendPrepared functions to libpq to support preparingTom Lane
2004-10-16Remove dllist.c from libpq. It's overkill for what libpq needs; we canTom Lane
2004-08-30Another pgindent run with lib typedefs added.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-05-07Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane
2004-03-14Fix error in termination of COPY IN mode when using V2 protocol.Tom Lane
2004-03-05libpq's query to get the OIDs of large-object support functions was notTom Lane
2003-12-28Avoid infinite loop if connection is lost during PQexecStart() orTom Lane
2003-11-30Make PQescapeBytea and byteaout consistent with each other, andJoe Conway
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-10-31Minor cleanup of PQunescapeBytea(). Avoid unportable assumptions aboutTom Lane
2003-10-19Adjust libpq to avoid deadlock when both client and server want to sendTom Lane
2003-10-04Document the always-true-but-previously-undocumented fact that PQfnumber()Tom Lane
2003-10-03Cause PQescapeString to stop processing at a null character, ratherTom Lane
2003-10-02Don't use 0 as a spelling of NULL.Tom Lane
2003-09-22Message wording improvementsPeter Eisentraut
2003-09-05Enable Win32 to compile libpq again, and enable SSL compiles on thatBruce Momjian
2003-08-27Share PG_DIAG_* macros between client and server and use them internally.Peter Eisentraut
2003-08-13libpq failed to cope with COPY FROM STDIN if the command was issuedTom Lane
2003-08-13Add PQexecPrepared() and PQsendQueryPrepared() functions, to allowTom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-06-28When using new protocol, PQexec can get out of a COPY IN or COPY OUTTom Lane
2003-06-23Change pqInternalNotice to accept a format string and args instead ofTom Lane
2003-06-21Update libpq to make new features of FE/BE protocol available toTom Lane
2003-06-12I found the libpq function PGunescapeBytea a little slow. It was taking aBruce Momjian
2003-06-08libpq can now talk to either 3.0 or 2.0 protocol servers. It first triesTom Lane
2003-05-26Adjust error-handling logic in libpq. For the first time, libpq copesTom Lane
2003-05-08Update 3.0 protocol support to match recent agreements about how toTom Lane
2003-04-26Add transaction status field to ReadyForQuery messages, and make roomTom Lane
2003-04-25In the continuing saga of FE/BE protocol revisions, add reporting ofTom Lane
2003-04-25Use closesocket() for all socket/pipe closing, because Win32 requiresBruce Momjian
2003-04-24Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane
2003-04-22Another round of protocol changes. Backend-to-frontend messages now allTom Lane
2003-04-19Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane
2003-03-25Use PQfreemem() consistently, and document its use for Notify.Bruce Momjian
2003-03-22Add PQfreemem() call for Win32.Bruce Momjian
2003-03-10This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane
2003-02-19Allow PQcmdTuples to return row counts for MOVE and FETCH.Bruce Momjian
2003-01-07Fix various places where global s/NOTICE/WARNING/ was applied with tooTom Lane
2002-11-10I just discovered, that there is missing a const when passing a bufferBruce Momjian
2002-09-04pgindent run.Bruce Momjian
2002-08-24The cstring datatype can now be copied, passed around, etc. The typlenTom Lane
2002-06-20Update copyright to 2002.Bruce Momjian
2002-04-15Fix for NOTIFY when NAMEDATALEN is nonstandard in server. Fix idea fromBruce Momjian
2002-04-08Fix PQescapeBytea/PQunescapeBytea so that they handle bytes > 0x7f.Tatsuo Ishii
2002-03-06Change made to elog:Bruce Momjian