Commits

Showing commits that first shipped in 7.4 (backpatches included). Clear

DateSubjectAuthorReleases
2006-05-21 Modify libpq's string-escaping routines to be aware of encoding considerations Tom Lane 7.4.13
2004-03-14 Fix error in termination of COPY IN mode when using V2 protocol. Tom Lane 7.4.3
2004-03-05 libpq's query to get the OIDs of large-object support functions was not Tom Lane 7.4.2
2003-12-28 Avoid infinite loop if connection is lost during PQexecStart() or Tom Lane 7.4.2
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