Commits

DateSubjectAuthorReleases
2012-08-02 Replace libpq's "row processor" API with a "single row" mode. Tom Lane 9.2.0
2012-08-02 Replace libpq's "row processor" API with a "single row" mode. Tom Lane 9.3.0
2012-04-04 Add a "row processor" API to libpq for better handling of large results. Tom Lane 9.2.0
2010-11-27 Rewrite PQping to be more like what we agreed to last week. Tom Lane 9.1.0
2009-12-02 Instead of sending application_name as a SET command after the connection Tom Lane 9.0.0
2009-01-09 Fix libpq so that it reports PGRES_EMPTY_QUERY not PGRES_COMMAND_OK when an Tom Lane 8.4.0
2008-05-29 Tweak libpq to avoid crashing due to incorrect buffer size calculation when Tom Lane 8.4.0
2008-01-17 Insert into getCopyDataMessage() the same logic that already existed in the Tom Lane 8.3.0
2008-01-15 Be less wishy-washy in the documentation and comments about whether a Tom Lane 8.3.0
2008-01-14 Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode: Tom Lane 7.4.20
2008-01-14 Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode: Tom Lane 8.0.16
2008-01-14 Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode: Tom Lane 8.1.12
2008-01-14 Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode: Tom Lane 8.2.7
2008-01-14 Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode: Tom Lane 8.3.0
2006-10-01 Make some marginal performance improvements in reportErrorPosition(), Tom Lane 8.2.0
2006-08-18 Add PQdescribePrepared, PQdescribePortal, and related functions to libpq Tom Lane 8.2.0
2006-03-14 Improve parser so that we can show an error cursor position for errors Tom Lane 8.2.0
2004-10-18 Add PQprepare/PQsendPrepared functions to libpq to support preparing Tom Lane 8.0.0
2004-10-16 Remove dllist.c from libpq. It's overkill for what libpq needs; we can Tom Lane 8.0.0
2004-05-07 Solve the 'Turkish problem' with undesirable locale behavior for case Tom Lane 8.0.0
2004-03-21 Revise syntax-error reporting behavior to give pleasant results for Tom Lane 8.0.0
2003-12-28 Fix sanity-check code that mistakenly assumed error and notice messages Tom Lane 7.4.2
2003-12-28 Fix sanity-check code that mistakenly assumed error and notice messages Tom Lane 8.0.0
2003-08-13 libpq failed to cope with COPY FROM STDIN if the command was issued Tom Lane 7.4.1
2003-08-12 Cope with NoData message from backend. Needed for case where Tom Lane 7.4.1