Commits

DateSubjectAuthorReleases
2003-11-08 Restore compatibility with Tcl 8.0.* --- from ljb. Tom Lane 7.4.1
2003-11-08 Restore compatibility with Tcl 8.0.* --- from ljb. Tom Lane 8.0.0
2003-10-31 Use Tcl ByteArray objects to avoid unwanted character set translation Tom Lane 7.4.1
2002-12-30 Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers as Tom Lane 7.4.1
2002-10-17 Improve formatting of error message. Tom Lane 7.3.1
2002-09-02 Partial solution for 'unexpected EOF' problem with pg_disconnect: it Tom Lane 7.3.1
2002-09-02 pg_on_connection_loss command for libpgtcl. Patch from Tom Lane 7.3.1
2002-03-04 Fix bogus error check in pg_execute, per report from lbayuk@mindspring.com. Tom Lane 7.3.1
2001-12-03 Pg_lo_open must OR together multiple modes, not AND them. Per report Tom Lane 7.2.1
2001-08-10 Since PQoidStatus is deprecated, we should probably stop using it in Tom Lane 7.2.1
2001-02-10 Restructure the key include files per recent pghackers discussion: there Tom Lane 7.1.1
2000-12-29 column and tuple numbers should be int not size_t. Tom Lane 7.1.1
2000-12-03 Ensure that all uses of <ctype.h> functions are applied to unsigned-char Tom Lane 7.1.1
2000-03-11 Change PQconndefaults() to return a malloc'd array, instead of a static Tom Lane 7.1.1
2000-02-27 Clean up badly-formatted error messages from pg_connect. Tom Lane 7.1.1
1999-02-07 Add PQresStatus() function to avoid direct access to pgresStatus[] array, Tom Lane 7.1.1
1999-01-17 TCL_ARRAYS option patches from Massimo Dal Zotto Tom Lane 7.1.1
1998-10-14 Fix another memory leak in pg_select --- pointed out by teo@flex.ro Tom Lane 7.1.1
1998-10-02 Fix potential coredump in pg_conndefaults (assigning constant string Tom Lane 7.1.1
1998-10-01 Simplify pg_result by using new libpq PQresultErrorMessage; Tom Lane 7.1.1