Commits

DateSubjectAuthorReleases
2023-05-19 Pre-beta mechanical code beautification. Tom Lane 16.0
2022-02-18 Rearrange libpq's error reporting to avoid duplicated error text. Tom Lane 15.0
2021-01-11 In libpq, always append new error messages to conn->errorMessage. Tom Lane 14.0
2018-09-26 Incorporate strerror_r() into src/port/snprintf.c, too. Tom Lane 12.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2015-03-08 Cast to (void *) rather than (int *) when passing int64's to PQfn(). Tom Lane 9.3.7
2015-03-08 Cast to (void *) rather than (int *) when passing int64's to PQfn(). Tom Lane 9.4.2
2015-03-08 Cast to (void *) rather than (int *) when passing int64's to PQfn(). Tom Lane 9.5.0
2012-10-09 Fix lo_import and lo_export to return useful error messages more often. Tom Lane 8.3.22
2012-10-09 Fix lo_import and lo_export to return useful error messages more often. Tom Lane 8.4.15
2012-10-09 Fix lo_import and lo_export to return useful error messages more often. Tom Lane 9.0.11
2012-10-09 Fix lo_import and lo_export to return useful error messages more often. Tom Lane 9.1.7
2012-10-09 Fix lo_import and lo_export to return useful error messages more often. Tom Lane 9.2.2
2012-10-09 Fix lo_import and lo_export to return useful error messages more often. Tom Lane 9.3.0
2012-10-09 Fix lo_read, lo_write, lo_truncate to cope with "size_t" length parameters. Tom Lane 9.3.0
2012-10-08 Code review for 64-bit-large-object patch. Tom Lane 9.3.0
2012-10-08 Autoconfiscate selection of 64-bit int type for 64-bit large object API. Tom Lane 9.3.0
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
2006-06-14 Further thoughts about lo_export/lo_import error handling: if one of Tom Lane 8.2.0
2006-06-14 Improve error detection and recovery in lo_import()/lo_export(). Tom Lane 8.2.0
2006-03-02 Remove unnecessary lo_lseek call in lo_open. Apparently there was once Tom Lane 8.2.0
2005-06-13 Adjust lo_open() so that specifying INV_READ without INV_WRITE creates Tom Lane 8.1.0
2004-03-05 libpq's query to get the OIDs of large-object support functions was not Tom Lane 7.4.2