Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-04-20Remove all of the libpgtcl and pgtclsh files, including all references toPostgreSQL Daemon
2004-01-07More janitorial work: remove the explicit casting of NULL literals to aNeil Conway
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-08Restore compatibility with Tcl 8.0.* --- from ljb.Tom Lane
2003-10-31Use Tcl ByteArray objects to avoid unwanted character set translationTom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2002-12-30Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers asTom Lane
2002-11-26Add -cmdTuples to tcl interface.Bruce Momjian
2002-10-17Improve formatting of error message.Tom Lane
2002-09-04pgindent run.Bruce Momjian
2002-09-02Partial solution for 'unexpected EOF' problem with pg_disconnect: itTom Lane
2002-09-02pg_on_connection_loss command for libpgtcl. Patch fromTom Lane
2002-09-02I checked all the previous string handling errors and most of them wereBruce Momjian
2002-08-18Back out tcl patch, per Tom Lane:Bruce Momjian
2002-08-17What I have done for libpgtcl:Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-03-04Fix bogus error check in pg_execute, per report from lbayuk@mindspring.com.Tom Lane
2001-12-03Pg_lo_open must OR together multiple modes, not AND them. Per reportTom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-09-06Below is the patch against current cvs for libpgtcl andBruce Momjian
2001-08-10Since PQoidStatus is deprecated, we should probably stop using it inTom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2000-12-29column and tuple numbers should be int not size_t.Tom Lane
2000-12-03Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane
2000-11-27Added pg_execute command behaving like spi_exec of PL/TclJan Wieck
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-03-11Change PQconndefaults() to return a malloc'd array, instead of a staticTom Lane
2000-02-27Clean up badly-formatted error messages from pg_connect.Tom Lane
2000-01-26Add:Bruce Momjian
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-05-25Another pgindent run. Sorry folks.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-05-10Change error messages to oids come out as %u and not %d. Change has noBruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-02-07Add PQresStatus() function to avoid direct access to pgresStatus[] array,Tom Lane
1999-01-17TCL_ARRAYS option patches from Massimo Dal ZottoTom Lane
1998-10-14Fix another memory leak in pg_select --- pointed out by teo@flex.roTom Lane
1998-10-02Fix potential coredump in pg_conndefaults (assigning constant stringTom Lane
1998-10-01Simplify pg_result by using new libpq PQresultErrorMessage;Tom Lane
1998-09-21This patch covers several to-do items that I had for libpgtcl:Bruce Momjian
1998-09-04libpgtcl cleanups for Tom Lane.Bruce Momjian
1998-09-03patch cleanups.Bruce Momjian
1998-09-03Attached is a patch to remove the definitions of libpq's internalBruce Momjian
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-09-01Renaming cleanup, no pgindent yet.Bruce Momjian
1998-08-17Date: Sun, 16 Aug 1998 14:56:48 -0400Marc G. Fournier