Commits

DateSubjectAuthorReleases
2003-12-28 Avoid infinite loop if connection is lost during PQexecStart() or Tom Lane 7.4.2
2003-12-28 Avoid infinite loop if connection is lost during PQexecStart() or Tom Lane 8.0.0
2003-10-31 Minor cleanup of PQunescapeBytea(). Avoid unportable assumptions about Tom Lane 7.4.1
2003-10-19 Adjust libpq to avoid deadlock when both client and server want to send Tom Lane 7.4.1
2003-10-04 Document the always-true-but-previously-undocumented fact that PQfnumber() Tom Lane 7.4.1
2003-10-03 Cause PQescapeString to stop processing at a null character, rather Tom Lane 7.4.1
2003-10-02 Don't use 0 as a spelling of NULL. Tom Lane 7.4.1
2003-08-13 libpq failed to cope with COPY FROM STDIN if the command was issued Tom Lane 7.4.1
2003-08-13 Add PQexecPrepared() and PQsendQueryPrepared() functions, to allow Tom Lane 7.4.1
2003-06-28 When using new protocol, PQexec can get out of a COPY IN or COPY OUT Tom Lane 7.4.1
2003-06-23 Change pqInternalNotice to accept a format string and args instead of Tom Lane 7.4.1
2003-06-21 Update libpq to make new features of FE/BE protocol available to Tom Lane 7.4.1
2003-06-08 libpq can now talk to either 3.0 or 2.0 protocol servers. It first tries Tom Lane 7.4.1
2003-05-26 Adjust error-handling logic in libpq. For the first time, libpq copes Tom Lane 7.4.1
2003-05-08 Update 3.0 protocol support to match recent agreements about how to Tom Lane 7.4.1
2003-04-26 Add transaction status field to ReadyForQuery messages, and make room Tom Lane 7.4.1
2003-04-25 In the continuing saga of FE/BE protocol revisions, add reporting of Tom Lane 7.4.1
2003-04-24 Infrastructure for upgraded error reporting mechanism. elog.c is Tom Lane 7.4.1
2003-04-22 Another round of protocol changes. Backend-to-frontend messages now all Tom Lane 7.4.1
2003-04-19 Second round of FE/BE protocol changes. Frontend->backend messages now Tom Lane 7.4.1
2003-03-10 This patch fixes a bunch of spelling mistakes in comments throughout the Tom Lane 7.4.1
2003-01-07 Fix various places where global s/NOTICE/WARNING/ was applied with too Tom Lane 7.4.1
2002-08-24 The cstring datatype can now be copied, passed around, etc. The typlen Tom Lane 7.3.1
2001-08-03 Fix residual breakage from Windows socket-errno patch: the routines Tom Lane 7.2.1
2001-02-10 Restructure the key include files per recent pghackers discussion: there Tom Lane 7.1.1